Skip to content

Commit 6e7392b

Browse files
chore: migrate to nuxt 5 beta (nuxt-nightly@5x) and clean up dependencies
- Replace pkg.pr.new nuxt/kit/schema nightlies with official nuxt-nightly@5x - Add nuxt/kit/schema overrides in pnpm-workspace.yaml for consistent resolution - Update examples/nuxt to use npm:nuxt-nightly@5x - Remove stale vue-router overrides (no longer needed with nuxt 5) - Delete pnpm-lock.yaml for clean dependency resolution Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ceef7da commit 6e7392b

File tree

4 files changed

+1234
-971
lines changed

4 files changed

+1234
-971
lines changed

examples/nuxt/package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"@nuxt/kit": "https://pkg.pr.new/@nuxt/kit@33005",
14-
"@nuxt/schema": "https://pkg.pr.new/@nuxt/schema@33005",
1513
"graphql": "^16.13.1",
1614
"graphql-yoga": "^5.18.1",
17-
"nitro-graphql": "^2.0.0-beta.70",
18-
"nuxt": "https://pkg.pr.new/nuxt@33005",
15+
"nitro-graphql": "^2.0.0-beta.71",
16+
"nuxt": "npm:nuxt-nightly@5x",
1917
"vue": "^3.5.29",
2018
"vue-router": "^5.0.3"
2119
},
@@ -24,20 +22,14 @@
2422
},
2523
"pnpm": {
2624
"overrides": {
27-
"@nuxt/kit": "https://pkg.pr.new/@nuxt/kit@33005",
28-
"@nuxt/schema": "https://pkg.pr.new/@nuxt/schema@33005",
2925
"graphql": "^16.13.1",
3026
"nitro": "$nitro",
31-
"nuxt": "https://pkg.pr.new/nuxt@33005",
32-
"vite": "8.0.0-beta.7"
27+
"vite": "8.0.0-beta.10"
3328
}
3429
},
3530
"overrides": {
36-
"@nuxt/kit": "https://pkg.pr.new/@nuxt/kit@33005",
37-
"@nuxt/schema": "https://pkg.pr.new/@nuxt/schema@33005",
3831
"graphql": "^16.13.1",
3932
"nitro": "^3.0.260311-beta",
40-
"nuxt": "https://pkg.pr.new/nuxt@33005",
41-
"vite": "8.0.0-beta.7"
33+
"vite": "8.0.0-beta.10"
4234
}
4335
}

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,11 @@
245245
},
246246
"overrides": {
247247
"graphql": "^16.13.1",
248-
"nitro": "^3.0.260311-beta",
249-
"vue-router": "^5.0.3"
248+
"nitro": "^3.0.260311-beta"
250249
},
251250
"resolutions": {
252251
"graphql": "^16.13.1",
253252
"nitro": "^3.0.260311-beta",
254-
"nitro-graphql": "link:.",
255-
"vue-router": "^5.0.3"
253+
"nitro-graphql": "link:."
256254
}
257255
}

0 commit comments

Comments
 (0)