From: Daniel Roe Date: Sat, 15 Jun 2024 15:58:34 +0000 (+0100) Subject: chore: indicate compatibility with new v4 major (#2694) X-Git-Tag: @pinia/nuxt@0.5.2~30 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=33bfce148577f2ef7b519507d8b9be0dead67b73;p=thirdparty%2Fvuejs%2Fpinia.git chore: indicate compatibility with new v4 major (#2694) * chore: indicate compatibility with new v4 major * chore: move caret --- diff --git a/packages/nuxt/src/module.ts b/packages/nuxt/src/module.ts index 0871d8ca..b528bad4 100644 --- a/packages/nuxt/src/module.ts +++ b/packages/nuxt/src/module.ts @@ -36,7 +36,7 @@ const module: NuxtModule = defineNuxtModule({ 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, }, },