chore(deps): remove vue-tsc resolutions

This commit is contained in:
Benjamin Canac
2024-10-31 11:30:43 +01:00
parent b5ca0d96f1
commit 7289eb21e2
2 changed files with 54 additions and 55 deletions

View File

@@ -119,7 +119,7 @@
"valibot": "^0.42.1",
"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"
},
@@ -129,9 +129,6 @@
"resolutions": {
"@nuxt/ui": "workspace:*",
"happy-dom": "14.12.3",
"rollup": "^4.24.0",
"vue-tsc": "2.1.6",
"vue-component-meta": "2.1.6",
"vue-component-type-helpers": "2.1.6"
"rollup": "^4.24.0"
}
}