Skip to content

Commit 66715d2

Browse files
committed
chore: use link for local pinia
1 parent 571afc7 commit 66715d2

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@nuxt/kit": "^3.9.0",
50-
"pinia": ">=2.2.0"
50+
"pinia": "workspace:*"
5151
},
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.8.0",

packages/online-playground/src/download/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"serve": "vite preview"
88
},
99
"dependencies": {
10-
"pinia": "^2.1.0",
10+
"pinia": "workspace:*",
1111
"vue": "^3.3.0"
1212
},
1313
"devDependencies": {

pnpm-lock.yaml

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)