Skip to content

Commit dc59f0b

Browse files
fix: add vue-router override for nuxt nightly compatibility
Nuxt nightly (pkg.pr.new@33005) imports vue-router/unplugin which requires vue-router >=5.0.3. Override ensures the correct version is resolved. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 1c1e2e0 commit dc59f0b

File tree

2 files changed

+27
-33
lines changed

2 files changed

+27
-33
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,13 @@
245245
},
246246
"overrides": {
247247
"graphql": "^16.13.1",
248-
"nitro": "^3.0.1-alpha.2"
248+
"nitro": "^3.0.1-alpha.2",
249+
"vue-router": "^5.0.3"
249250
},
250251
"resolutions": {
251252
"graphql": "^16.13.1",
252253
"nitro": "^3.0.1-alpha.2",
253-
"nitro-graphql": "link:."
254+
"nitro-graphql": "link:.",
255+
"vue-router": "^5.0.3"
254256
}
255257
}

pnpm-lock.yaml

Lines changed: 23 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)