Skip to content

Commit

Permalink
fix: allow module to install pinia alongside
Browse files Browse the repository at this point in the history
This should allow the nuxt module to install pinia if needed

Fix #2820
  • Loading branch information
posva committed Nov 28, 2024
1 parent ea77e4d commit 37c1848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,17 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.14.1592",
"@nuxt/kit": "^3.14.1592"
},
"peerDependencies": {
"pinia": "workspace:^"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"nuxt": "^3.14.1592",
"pinia": "workspace:^",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
},
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 37c1848

Please sign in to comment.