From ec1cbf40c1fed7eaf4858154a3552f5283637b1c Mon Sep 17 00:00:00 2001 From: Chingiz Mammadov Date: Mon, 5 Sep 2022 13:16:37 +0400 Subject: [PATCH] Handle prerelease constraint Link: https://github.com/nuxt/framework/pull/7116 (#169) Co-authored-by: Chingiz Mammadov --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index cf82a69..bace4a7 100644 --- a/src/module.ts +++ b/src/module.ts @@ -28,7 +28,7 @@ export default defineNuxtModule({ name: pkgName, version: pkgVersion, configKey: 'prismic', - compatibility: { nuxt: '^3.0.0' } + compatibility: { nuxt: '^3.0.0-rc.9' } }, defaults: nuxt => ({ endpoint: '',