]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: indicate compatibility with new v4 major (#2694)
authorDaniel Roe <daniel@roe.dev>
Sat, 15 Jun 2024 15:58:34 +0000 (16:58 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 15:58:34 +0000 (17:58 +0200)
* chore: indicate compatibility with new v4 major

* chore: move caret

packages/nuxt/src/module.ts

index 0871d8ca13c93d0b8e4a0a088b9ee252a7690dd7..b528bad4f6e438ab5d23fe0e8fff20f741d7c061 100644 (file)
@@ -36,7 +36,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.0.0-rc.5',
       bridge: true,
     },
   },