Skip to content

Commit 535a43b

Browse files
authored
refactor(nuxt): Make sure to use correct pinia/nuxt version (#1986)
1 parent 5fa7bf1 commit 535a43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground"
4040
},
4141
"peerDependencies": {
42-
"@pinia/nuxt": "^0.10.1"
42+
"@pinia/nuxt": ">=0.10.0"
4343
},
4444
"dependencies": {
4545
"@nuxt/kit": "^3.12.3",

0 commit comments

Comments
 (0)