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

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.1.2", "packageManager": "pnpm@9.2.0",
"license": "MIT", "license": "MIT",
"repository": "radix-vue/shadcn-vue", "repository": "radix-vue/shadcn-vue",
"workspaces": [ "workspaces": [
@ -28,12 +28,12 @@
"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.18.1", "@antfu/eslint-config": "^2.21.0",
"@commitlint/cli": "^19.3.0", "@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2", "@commitlint/config-conventional": "^19.2.2",
"@vitest/ui": "^1.6.0", "@vitest/ui": "^1.6.0",
"bumpp": "^9.4.1", "bumpp": "^9.4.1",
"eslint": "^9.3.0", "eslint": "^9.4.0",
"lint-staged": "^15.2.5", "lint-staged": "^15.2.5",
"simple-git-hooks": "^2.11.1", "simple-git-hooks": "^2.11.1",
"taze": "^0.13.8", "taze": "^0.13.8",

View File

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

View File

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

File diff suppressed because it is too large Load Diff