Skip to content

Commit

Permalink
fix: avoid including devtools code in builds
Browse files Browse the repository at this point in the history
Fix #2910
  • Loading branch information
posva committed Feb 12, 2025
1 parent 21a585a commit d3b24a3
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.15.4"
"@nuxt/kit": "^3.9.0"
},
"peerDependencies": {
"pinia": "workspace:^"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.15.4",
"nuxt": "^3.15.4",
"pinia": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@vue/test-utils": "^2.4.6"
},
"dependencies": {
"@vue/devtools-api": "^7.7.1"
"@vue/devtools-api": "^7.7.2"
},
"peerDependencies": {
"typescript": ">=4.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^7.7.1"
"vite-plugin-vue-devtools": "^7.7.2"
},
"dependencies": {
"@vueuse/core": "^12.5.0",
Expand Down
64 changes: 48 additions & 16 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 d3b24a3

Please sign in to comment.