Skip to content

Commit a94de27

Browse files
authored
feat(nuxt): declare Nuxt 5 compatibility (#3166)
1 parent b19f9ba commit a94de27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({
3131
name: 'pinia',
3232
configKey: 'pinia',
3333
compatibility: {
34-
nuxt: '^3.15.0 || ^4.0.0',
34+
nuxt: '^3.15.0 || ^4.0.0 || ^5.0.0',
3535
},
3636
},
3737
defaults: {},

0 commit comments

Comments
 (0)