We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142a8b4 commit 3dab0a6Copy full SHA for 3dab0a6
packages/nuxt/package.json
@@ -46,7 +46,7 @@
46
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
47
},
48
"dependencies": {
49
- "@nuxt/kit": "^3.9.0",
+ "@nuxt/kit": "^3.13.0",
50
"pinia": "workspace:^"
51
52
"devDependencies": {
packages/nuxt/src/module.ts
@@ -37,7 +37,7 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({
37
name: 'pinia',
38
configKey: 'pinia',
39
compatibility: {
40
- nuxt: '^2.0.0 || >=3.0.0-rc.5',
+ nuxt: '^2.0.0 || >=3.13.0',
41
bridge: true,
42
43
0 commit comments