From 33bfce148577f2ef7b519507d8b9be0dead67b73 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 15 Jun 2024 16:58:34 +0100 Subject: [PATCH] chore: indicate compatibility with new v4 major (#2694) * chore: indicate compatibility with new v4 major * chore: move caret --- packages/nuxt/src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, }, -- 2.47.2