chore(deps): update

This commit is contained in:
Benjamin Canac
2024-07-09 11:22:29 +02:00
parent 12e9ec28ae
commit d94f8b7452
8 changed files with 1632 additions and 2043 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@nuxt/ui",
"version": "3.0.0",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/ui.git"
@@ -46,19 +46,19 @@
},
"dependencies": {
"@nuxt/icon": "1.0.0",
"@nuxt/kit": "^3.12.2",
"@nuxt/schema": "^3.12.2",
"@nuxt/kit": "^3.12.3",
"@nuxt/schema": "^3.12.3",
"@nuxtjs/color-mode": "^3.4.2",
"@tailwindcss/vite": "4.0.0-alpha.16",
"@tailwindcss/vite": "4.0.0-alpha.17",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"ohash": "^1.1.3",
"radix-vue": "^1.8.5",
"radix-vue": "^1.9.0",
"scule": "^1.3.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "4.0.0-alpha.16",
"tailwindcss": "4.0.0-alpha.17",
"vaul-vue": "^0.2.0"
},
"devDependencies": {
@@ -70,12 +70,12 @@
"eslint": "^9.6.0",
"happy-dom": "^14.12.3",
"joi": "^17.13.3",
"nuxt": "^3.12.2",
"release-it": "^17.4.1",
"valibot": "^0.35.0",
"vitest": "^1.6.0",
"nuxt": "^3.12.3",
"release-it": "^17.5.0",
"valibot": "^0.36.0",
"vitest": "^2.0.1",
"vitest-environment-nuxt": "^1.0.0",
"vue-tsc": "^2.0.24",
"vue-tsc": "^2.0.26",
"yup": "^1.4.0",
"zod": "^3.23.8"
},