mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 06:31:27 +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",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@nuxt/schema": "workspace:*",
|
||||
@ -40,6 +41,7 @@
|
||||
"vite": "^4.2.1",
|
||||
"vue": "3.2.47",
|
||||
"magic-string": "^0.30.0"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user