diff --git a/package.json b/package.json index 07e1be7179..0698e7674e 100644 --- a/package.json +++ b/package.json @@ -75,9 +75,6 @@ "prettier --parser=typescript --write" ] }, - "resolutions": { - "@nuxt/schema": "^3.9.0" - }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 5b4ab85994..590becedc0 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -42,16 +42,16 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1" }, "dependencies": { - "@nuxt/kit": "^3.20.0" + "@nuxt/kit": "^4.2.0" }, "peerDependencies": { "pinia": "workspace:^" }, "devDependencies": { "@nuxt/module-builder": "1.0.2", - "@nuxt/schema": "^3.20.0", + "@nuxt/schema": "^4.2.0", "@nuxt/test-utils": "^3.20.1", - "nuxt": "^3.20.0", + "nuxt": "^4.2.0", "pinia": "workspace:^", "typescript": "^5.9.3", "vue-tsc": "^3.1.3" diff --git a/packages/nuxt/playground/pages/index.vue b/packages/nuxt/playground/pages/index.vue index 77cbee7d12..6ea4d58395 100644 --- a/packages/nuxt/playground/pages/index.vue +++ b/packages/nuxt/playground/pages/index.vue @@ -16,8 +16,11 @@ if (import.meta.server) {