Skip to content

Commit

Permalink
chore: use link for local pinia
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 26, 2024
1 parent 571afc7 commit 66715d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"pinia": ">=2.2.0"
"pinia": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"pinia": "^2.1.0",
"pinia": "workspace:*",
"vue": "^3.3.0"
},
"devDependencies": {
Expand Down
25 changes: 2 additions & 23 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 66715d2

Please sign in to comment.