chore: update deps

root
www
cli
module
This commit is contained in:
sadeghbarati 2024-06-09 08:49:06 +03:30
parent ce6eb79a3d
commit c1455fc388
5 changed files with 1611 additions and 1421 deletions

View File

@ -23,7 +23,7 @@
"@tanstack/vue-table": "^8.17.3",
"@unovis/ts": "^1.4.1",
"@unovis/vue": "^1.4.1",
"@vee-validate/zod": "^4.13.0",
"@vee-validate/zod": "^4.13.1",
"@vueuse/core": "^10.10.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
@ -45,19 +45,19 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/traverse": "^7.24.6",
"@babel/traverse": "^7.24.7",
"@iconify-json/gravity-ui": "^1.1.3",
"@iconify-json/lucide": "^1.1.189",
"@iconify-json/lucide": "^1.1.190",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/radix-icons": "^1.1.14",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.104",
"@iconify-json/tabler": "^1.1.113",
"@iconify/vue": "^4.1.2",
"@oxc-parser/wasm": "^0.1.0",
"@shikijs/transformers": "^1.6.2",
"@oxc-parser/wasm": "^0.13.5",
"@shikijs/transformers": "^1.6.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.0",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-core": "^3.4.27",
@ -69,14 +69,14 @@
"markdown-it": "^14.1.0",
"pathe": "^1.1.2",
"rimraf": "^5.0.7",
"shiki": "^1.6.2",
"shiki": "^1.6.3",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tsx": "^4.11.2",
"tailwindcss": "^3.4.4",
"tsx": "^4.14.1",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"vitepress": "^1.2.2",
"vue-component-meta": "^2.0.19",
"vue-tsc": "^2.0.19"
"vitepress": "^1.2.3",
"vue-component-meta": "^2.0.21",
"vue-tsc": "^2.0.21"
}
}

View File

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

View File

@ -50,11 +50,11 @@
"vitest": "*"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/parser": "^7.24.4",
"@babel/core": "^7.24.7",
"@babel/parser": "^7.24.7",
"@vue/compiler-sfc": "^3.4",
"c12": "^1.10.0",
"commander": "^12.0.0",
"commander": "^12.1.0",
"consola": "^3.2.3",
"detype": "npm:detypes@^0.8.0",
"diff": "^5.2.0",
@ -66,23 +66,23 @@
"ofetch": "^1.3.4",
"ora": "^8.0.1",
"pathe": "^1.1.2",
"pkg-types": "^1.1.0",
"pkg-types": "^1.1.1",
"prompts": "^2.4.2",
"radix-vue": "^1.8.2",
"semver": "^7.6.0",
"radix-vue": "^1.8.3",
"semver": "^7.6.2",
"ts-morph": "^22.0.0",
"tsconfig-paths": "^4.2.0",
"zod": "^3.23.3"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/diff": "^5.2.0",
"@types/diff": "^5.2.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.5.3",
"@types/node": "^20.11.30",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@types/prompts": "^2.4.9",
"tsup": "^8.0.2",
"type-fest": "^4.16.0",
"tsup": "^8.1.0",
"type-fest": "^4.20.0",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2"
}

View File

@ -36,17 +36,17 @@
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@oxc-parser/wasm": "^0.1.0",
"@oxc-parser/wasm": "^0.13.5",
"class-variance-authority": "^0.7.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "^20.12.8",
"@nuxt/test-utils": "^3.13.1",
"@types/node": "^20.14.2",
"nuxt": "^3.11.2"
}
}

File diff suppressed because it is too large Load Diff