mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
chore: don't ignore typescript, but upgrade it separately
This commit is contained in:
parent
b676722d2f
commit
f71cc9ddd1
@ -28,11 +28,16 @@
|
|||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"nitro",
|
"nitro",
|
||||||
"h3",
|
"h3",
|
||||||
"typescript",
|
|
||||||
"nuxt",
|
"nuxt",
|
||||||
"nuxt3",
|
"nuxt3",
|
||||||
"@nuxt/kit"
|
"@nuxt/kit"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "typescript",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"typescript"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user