From 376e0211357ca032e36e3fcd9e04b7f600c69931 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 15 Jun 2024 09:50:55 +0100 Subject: [PATCH] chore: indicate compatibility with new v4 major (#419) Co-authored-by: Benjamin Canac --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index f38c2754..079a5d02 100644 --- a/src/module.ts +++ b/src/module.ts @@ -79,7 +79,7 @@ export default defineNuxtModule({ name: '@nuxtjs/strapi', configKey: 'strapi', compatibility: { - nuxt: '^3.7.0' + nuxt: '>=3.7.0' } }, defaults: {