Skip to content

Commit

Permalink
fix: correct packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Jun 10, 2024
1 parent e6a514a commit da37192
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .changeset/lazy-hotels-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@codelytv/criteria-elasticsearch": patch
"@codelytv/criteria-mother": patch
"@codelytv/criteria-mysql": patch
"@codelytv/criteria": patch
---

fix dependencies between packages
4 changes: 2 additions & 2 deletions packages/criteria-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "tsc --build --verbose tsconfig.json"
},
"dependencies": {
"@codelytv/criteria": "workspace:*"
"@codelytv/criteria": "workspace:^"
},
"devDependencies": {
"@codelytv/criteria-mother": "workspace:*"
"@codelytv/criteria-mother": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/criteria-mother/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsc --build --verbose tsconfig.json"
},
"dependencies": {
"@codelytv/criteria": "workspace:*",
"@codelytv/criteria": "workspace:^",
"@faker-js/faker": "^8.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/criteria-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "tsc --build --verbose tsconfig.json"
},
"dependencies": {
"@codelytv/criteria": "workspace:*"
"@codelytv/criteria": "workspace:^"
},
"devDependencies": {
"@codelytv/criteria-mother": "workspace:*"
"@codelytv/criteria-mother": "workspace:^"
}
}

0 comments on commit da37192

Please sign in to comment.