chore: update deps

This commit is contained in:
sadeghbarati 2024-08-20 15:44:03 +03:30
parent c2fdb519f0
commit fa0545cf45
3 changed files with 723 additions and 568 deletions

View File

@ -21,24 +21,24 @@
"@radix-icons/vue": "^1.0.0", "@radix-icons/vue": "^1.0.0",
"@stackblitz/sdk": "^1.11.0", "@stackblitz/sdk": "^1.11.0",
"@tanstack/vue-table": "^8.20.4", "@tanstack/vue-table": "^8.20.4",
"@unovis/ts": "^1.4.3", "@unovis/ts": "^1.4.4",
"@unovis/vue": "^1.4.3", "@unovis/vue": "^1.4.4",
"@vee-validate/zod": "^4.13.2", "@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.1", "@vueuse/core": "^11.0.1",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"codesandbox": "^2.2.3", "codesandbox": "^2.2.3",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.1.8", "embla-carousel-autoplay": "^8.2.0",
"embla-carousel-vue": "^8.1.8", "embla-carousel-vue": "^8.2.0",
"lucide-vue-next": "^0.427.0", "lucide-vue-next": "^0.428.0",
"magic-string": "^0.30.11", "magic-string": "^0.30.11",
"radix-vue": "catalog:", "radix-vue": "catalog:",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2", "v-calendar": "^3.1.2",
"vaul-vue": "^0.2.0", "vaul-vue": "^0.2.0",
"vee-validate": "4.13.2", "vee-validate": "4.13.2",
"vue": "^3.4.37", "vue": "^3.4.38",
"vue-sonner": "^1.1.4", "vue-sonner": "^1.1.4",
"vue-wrap-balancer": "^1.1.3", "vue-wrap-balancer": "^1.1.3",
"zod": "catalog:" "zod": "catalog:"
@ -54,13 +54,13 @@
"@iconify-json/tabler": "^1.1.116", "@iconify-json/tabler": "^1.1.116",
"@iconify/vue": "^4.1.2", "@iconify/vue": "^4.1.2",
"@oxc-parser/wasm": "catalog:", "@oxc-parser/wasm": "catalog:",
"@shikijs/transformers": "^1.12.1", "@shikijs/transformers": "^1.14.1",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.15", "@types/node": "^20.16.1",
"@vitejs/plugin-vue": "^5.1.2", "@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0", "@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-core": "^3.4.37", "@vue/compiler-core": "^3.4.38",
"@vue/compiler-dom": "^3.4.37", "@vue/compiler-dom": "^3.4.38",
"@vue/tsconfig": "^0.5.1", "@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
@ -68,13 +68,13 @@
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"shiki": "^1.12.1", "shiki": "^1.14.1",
"tailwind-merge": "^2.5.2", "tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.9", "tailwindcss": "^3.4.10",
"tsx": "^4.17.0", "tsx": "^4.17.0",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"unplugin-icons": "^0.19.2", "unplugin-icons": "^0.19.2",
"vitepress": "^1.3.2", "vitepress": "^1.3.3",
"vue-component-meta": "^2.0.29", "vue-component-meta": "^2.0.29",
"vue-tsc": "^2.0.29" "vue-tsc": "^2.0.29"
} }

View File

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "0.10.5", "version": "0.10.5",
"private": true, "private": true,
"packageManager": "pnpm@9.7.0", "packageManager": "pnpm@9.7.1",
"license": "MIT", "license": "MIT",
"repository": "radix-vue/shadcn-vue", "repository": "radix-vue/shadcn-vue",
"workspaces": [ "workspaces": [
@ -31,7 +31,7 @@
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/" "taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^2.25.1", "@antfu/eslint-config": "^2.26.0",
"@commitlint/cli": "^19.4.0", "@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2", "@commitlint/config-conventional": "^19.2.2",
"@vitest/ui": "^2.0.5", "@vitest/ui": "^2.0.5",
@ -39,7 +39,7 @@
"eslint": "^9.9.0", "eslint": "^9.9.0",
"lint-staged": "^15.2.9", "lint-staged": "^15.2.9",
"simple-git-hooks": "^2.11.1", "simple-git-hooks": "^2.11.1",
"taze": "^0.16.5", "taze": "^0.16.6",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"vitest": "^2.0.5" "vitest": "^2.0.5"
}, },

File diff suppressed because it is too large Load Diff