chore: don't ignore typescript, but upgrade it separately

This commit is contained in:
Daniel Roe 2024-12-06 08:31:50 +00:00
parent b676722d2f
commit f71cc9ddd1
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -28,11 +28,16 @@
"ignoreDeps": [
"nitro",
"h3",
"typescript",
"nuxt",
"nuxt3",
"@nuxt/kit"
]
},
{
"groupName": "typescript",
"matchPackageNames": [
"typescript"
]
}
]
}