chore(deps): add nuxt resolution to 3.12.3

This commit is contained in:
Benjamin Canac
2024-08-02 14:25:37 +02:00
parent b1bcaabd19
commit fff3d04415
2 changed files with 467 additions and 173 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@nuxt/ui",
"version": "3.0.0",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/ui.git"
@@ -81,7 +81,10 @@
"zod": "^3.23.8"
},
"resolutions": {
"@nuxt/kit": "3.12.3",
"@nuxt/schema": "3.12.3",
"@nuxt/ui": "workspace:*",
"nuxt": "3.12.3",
"vite": "5.2.4"
}
}