mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: correctly nest overrides
This commit is contained in:
parent
4a6f85277d
commit
a15a9b66fa
@ -27,6 +27,7 @@
|
|||||||
"test:unit": "JITI_ESM_RESOLVE=1 vitest run --dir packages",
|
"test:unit": "JITI_ESM_RESOLVE=1 vitest run --dir packages",
|
||||||
"typecheck": "tsc --noEmit"
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@nuxt/kit": "workspace:*",
|
"@nuxt/kit": "workspace:*",
|
||||||
"@nuxt/schema": "workspace:*",
|
"@nuxt/schema": "workspace:*",
|
||||||
@ -40,6 +41,7 @@
|
|||||||
"vite": "^4.2.1",
|
"vite": "^4.2.1",
|
||||||
"vue": "3.2.47",
|
"vue": "3.2.47",
|
||||||
"magic-string": "^0.30.0"
|
"magic-string": "^0.30.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user