Skip to content

Commit

Permalink
chore: fix workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 17, 2024
1 parent 565b611 commit 4aac78a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@vueuse/core": "^10.9.0",
"pinia": "workspace:^2.0.18",
"pinia": "workspace:*",
"vitepress": "1.1.0",
"vitepress-translation-helper": "^0.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@vueuse/core": "^10.9.0",
"mande": "^2.0.8",
"pinia": "workspace:^2.0.18",
"pinia": "workspace:*",
"swrv": "^1.0.4",
"vue-promised": "^2.2.0",
"vue-router": "^4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Expand Up @@ -47,7 +47,7 @@
"vue-demi": ">=0.14.7"
},
"devDependencies": {
"pinia": "workspace:^2.0.18",
"pinia": "workspace:*",
"tsup": "^7.2.0"
},
"peerDependencies": {
Expand Down
26 changes: 22 additions & 4 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 4aac78a

Please sign in to comment.