From 4efec7ddf664144939554b045912090d517504a0 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 3 Sep 2022 14:48:59 +0100 Subject: [PATCH] fix: update prerelease constraint In https://github.com/nuxt/framework/pull/7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this. --- nuxt/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt/index.ts b/nuxt/index.ts index 19ef6fa..b7ef3a1 100644 --- a/nuxt/index.ts +++ b/nuxt/index.ts @@ -11,7 +11,7 @@ export default defineNuxtModule({ name: 'zetto', configKey: 'zetto', compatibility: { - nuxt: '^3.0.0', + nuxt: '^3.0.0-rc.6', }, }, // Default configuration options for the module