From 906e6a42b18efa2612053f8673899587e4bb3a38 Mon Sep 17 00:00:00 2001 From: Gregor Becker Date: Mon, 17 Feb 2025 08:39:01 +0100 Subject: [PATCH] refactor(nuxt): Make sure to use correct pinia/nuxt version --- packages/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 819f4b80..d8fb89d2 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -39,7 +39,7 @@ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" }, "peerDependencies": { - "@pinia/nuxt": "^0.10.1" + "@pinia/nuxt": ">=0.10.0" }, "dependencies": { "@nuxt/kit": "^3.12.3",