Skip to content

Commit

Permalink
fix: upgrade minimum version for nuxt kit
Browse files Browse the repository at this point in the history
Close #2814
  • Loading branch information
posva committed Oct 31, 2024
1 parent 142a8b4 commit 3dab0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/kit": "^3.13.0",
"pinia": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({
name: 'pinia',
configKey: 'pinia',
compatibility: {
nuxt: '^2.0.0 || >=3.0.0-rc.5',
nuxt: '^2.0.0 || >=3.13.0',
bridge: true,
},
},
Expand Down

0 comments on commit 3dab0a6

Please sign in to comment.