Skip to content

Commit

Permalink
chore: up nuxt package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 26, 2024
1 parent c90de8f commit f72c4b2
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 200 deletions.
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"pinia": ">=2.1.7"
"@nuxt/kit": "^3.12.2",
"pinia": "^2.1.7"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.9.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"nuxt": "^3.12.2",
"typescript": "^5.4.3",
"vue-tsc": "^2.0.13"
"typescript": "^5.5.2",
"vue-tsc": "^2.0.22"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit f72c4b2

Please sign in to comment.