chore(deps): remove vue-tsc resolutions

This commit is contained in:
Benjamin Canac
2024-10-31 11:31:59 +01:00
parent ff1806143c
commit 13957ba206
2 changed files with 59 additions and 60 deletions

View File

@@ -73,16 +73,13 @@
"valibot31": "npm:valibot@0.31.0",
"vitest": "^2.1.4",
"vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.1.8",
"vue-tsc": "^2.1.10",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"resolutions": {
"@nuxt/ui": "workspace:*",
"@nuxt/content": "2.13.2",
"@nuxtjs/mdc": "0.9.0",
"vue-tsc": "2.1.6",
"vue-component-meta": "2.1.6",
"vue-component-type-helpers": "2.1.6"
"@nuxtjs/mdc": "0.9.0"
}
}