Skip to content

Commit

Permalink
chore: remove fixed version on internal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Oct 11, 2024
1 parent d9defa4 commit c7dfa4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:cov": "vitest run --config vitest.config.ts --coverage"
},
"dependencies": {
"@grants-stack-indexer/shared": "workspace:0.0.1",
"@grants-stack-indexer/shared": "workspace:*",
"axios": "1.7.7",
"zod": "3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pricing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:cov": "vitest run --config vitest.config.ts --coverage"
},
"dependencies": {
"@grants-stack-indexer/shared": "workspace:0.0.1",
"@grants-stack-indexer/shared": "workspace:*",
"axios": "1.7.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:cov": "vitest run --config vitest.config.ts --coverage"
},
"dependencies": {
"@grants-stack-indexer/shared": "workspace:0.0.1",
"@grants-stack-indexer/shared": "workspace:*",
"kysely": "0.27.4",
"pg": "8.13.0"
},
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7dfa4d

Please sign in to comment.