chore: update deps

close #584

root
www
cli
module
This commit is contained in:
sadeghbarati 2024-06-18 09:26:41 +03:30
parent f1a2dab738
commit 2e93d15af4
5 changed files with 1153 additions and 1005 deletions

View File

@ -24,7 +24,7 @@
"@unovis/ts": "^1.4.1",
"@unovis/vue": "^1.4.1",
"@vee-validate/zod": "^4.13.1",
"@vueuse/core": "^10.10.0",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"codesandbox": "^2.2.3",
@ -33,12 +33,12 @@
"embla-carousel-vue": "^8.1.5",
"lucide-vue-next": "^0.383.0",
"magic-string": "^0.30.10",
"radix-vue": "^1.8.3",
"radix-vue": "^1.8.4",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vaul-vue": "^0.1.2",
"vee-validate": "4.12.6",
"vue": "^3.4.27",
"vaul-vue": "^0.2.0",
"vee-validate": "4.13.1",
"vue": "^3.4.29",
"vue-sonner": "^1.1.2",
"vue-wrap-balancer": "^1.1.3",
"zod": "^3.23.8"
@ -53,14 +53,14 @@
"@iconify-json/simple-icons": "^1.1.104",
"@iconify-json/tabler": "^1.1.113",
"@iconify/vue": "^4.1.2",
"@oxc-parser/wasm": "^0.13.5",
"@shikijs/transformers": "^1.6.3",
"@oxc-parser/wasm": "^0.14.0",
"@shikijs/transformers": "^1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-core": "^3.4.27",
"@vue/compiler-dom": "^3.4.27",
"@vue/compiler-core": "^3.4.29",
"@vue/compiler-dom": "^3.4.29",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"fast-glob": "^3.3.2",
@ -68,10 +68,10 @@
"markdown-it": "^14.1.0",
"pathe": "^1.1.2",
"rimraf": "^5.0.7",
"shiki": "^1.6.3",
"shiki": "^1.7.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tsx": "^4.15.0",
"tsx": "^4.15.6",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"vitepress": "^1.2.3",

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "0.10.5",
"private": true,
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"license": "MIT",
"repository": "radix-vue/shadcn-vue",
"workspaces": [
@ -28,13 +28,13 @@
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.0",
"@antfu/eslint-config": "^2.21.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@vitest/ui": "^1.6.0",
"bumpp": "^9.4.1",
"eslint": "^9.4.0",
"lint-staged": "^15.2.5",
"eslint": "^9.5.0",
"lint-staged": "^15.2.7",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.8",
"typescript": "^5.4.5",

View File

@ -53,7 +53,7 @@
"@babel/core": "^7.24.7",
"@babel/parser": "^7.24.7",
"@vue/compiler-sfc": "^3.4",
"c12": "^1.10.0",
"c12": "^1.11.1",
"commander": "^12.1.0",
"consola": "^3.2.3",
"detype": "npm:detypes@^0.8.0",
@ -68,7 +68,7 @@
"pathe": "^1.1.2",
"pkg-types": "^1.1.1",
"prompts": "^2.4.2",
"radix-vue": "^1.8.3",
"radix-vue": "^1.8.4",
"semver": "^7.6.2",
"ts-morph": "^22.0.0",
"tsconfig-paths": "^4.2.0",
@ -79,10 +79,10 @@
"@types/diff": "^5.2.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.4",
"@types/prompts": "^2.4.9",
"tsup": "^8.1.0",
"type-fest": "^4.20.0",
"type-fest": "^4.20.1",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2"
}

View File

@ -35,18 +35,18 @@
"release": "pnpm run prepack && pnpm publish && git push --follow-tags"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@oxc-parser/wasm": "^0.13.5",
"@nuxt/kit": "^3.12.2",
"@oxc-parser/wasm": "^0.14.0",
"class-variance-authority": "^0.7.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@types/node": "^20.14.2",
"nuxt": "^3.11.2"
"@types/node": "^20.14.4",
"nuxt": "^3.12.2"
}
}

File diff suppressed because it is too large Load Diff