chore(deps): remove vue-tsc resolution

This commit is contained in:
Benjamin Canac
2024-07-25 12:42:55 +02:00
parent 635b0f41e2
commit 503885a5fe
2 changed files with 58 additions and 52 deletions

View File

@@ -74,13 +74,12 @@
"valibot31": "npm:valibot@0.31.0",
"vitest": "^2.0.3",
"vitest-environment-nuxt": "^1.0.0",
"vue-tsc": "^2.0.26",
"vue-tsc": "^2.0.29",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"resolutions": {
"@nuxt/ui": "workspace:*",
"nuxt-component-meta": "0.6.4",
"vue-tsc": "2.0.26"
"nuxt-component-meta": "0.6.4"
}
}