chore: update deps

This commit is contained in:
Sadegh Barati 2024-03-20 22:07:04 +03:30
parent 24fc8f755a
commit 4cdad7251b
5 changed files with 2207 additions and 694 deletions

View File

@ -18,7 +18,7 @@
"@formkit/auto-animate": "^0.8.1", "@formkit/auto-animate": "^0.8.1",
"@radix-icons/vue": "^1.0.0", "@radix-icons/vue": "^1.0.0",
"@stackblitz/sdk": "^1.9.0", "@stackblitz/sdk": "^1.9.0",
"@tanstack/vue-table": "^8.13.2", "@tanstack/vue-table": "^8.14.0",
"@unovis/ts": "^1.3.5", "@unovis/ts": "^1.3.5",
"@unovis/vue": "^1.3.5", "@unovis/vue": "^1.3.5",
"@vee-validate/zod": "^4.12.6", "@vee-validate/zod": "^4.12.6",
@ -26,13 +26,13 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.0", "clsx": "^2.1.0",
"codesandbox": "^2.2.3", "codesandbox": "^2.2.3",
"date-fns": "^3.4.0", "date-fns": "^3.6.0",
"embla-carousel": "^8.0.0", "embla-carousel": "^8.0.0",
"embla-carousel-autoplay": "^8.0.0", "embla-carousel-autoplay": "^8.0.0",
"embla-carousel-vue": "^8.0.0", "embla-carousel-vue": "^8.0.0",
"lucide-vue-next": "^0.350.0", "lucide-vue-next": "^0.359.0",
"magic-string": "^0.30.8", "magic-string": "^0.30.8",
"radix-vue": "^1.5.2", "radix-vue": "^1.5.3",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2", "v-calendar": "^3.1.2",
"vaul-vue": "^0.1.0", "vaul-vue": "^0.1.0",
@ -48,9 +48,9 @@
"@iconify-json/tabler": "^1.1.106", "@iconify-json/tabler": "^1.1.106",
"@iconify/json": "^2.2.189", "@iconify/json": "^2.2.189",
"@iconify/vue": "^4.1.1", "@iconify/vue": "^4.1.1",
"@shikijs/transformers": "^1.1.7", "@shikijs/transformers": "^1.2.0",
"@types/lodash.template": "^4.5.3", "@types/lodash.template": "^4.5.3",
"@types/node": "^20.11.27", "@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0", "@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-core": "^3.4.21", "@vue/compiler-core": "^3.4.21",
@ -61,14 +61,14 @@
"oxc-parser": "^0.8.0", "oxc-parser": "^0.8.0",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"shiki": "^1.1.7", "shiki": "^1.2.0",
"tailwind-merge": "^2.2.1", "tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"tsx": "^4.7.1", "tsx": "^4.7.1",
"typescript": "^5.4.2", "typescript": "^5.4.2",
"unplugin-icons": "^0.18.5", "unplugin-icons": "^0.18.5",
"vite": "^5.1.6", "vite": "^5.2.2",
"vitepress": "^1.0.0-rc.45", "vitepress": "^1.0.0-rc.45",
"vue-tsc": "^2.0.6" "vue-tsc": "^2.0.7"
} }
} }

View File

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.10.2",
"private": true, "private": true,
"packageManager": "pnpm@8.15.4", "packageManager": "pnpm@8.15.5",
"license": "MIT", "license": "MIT",
"repository": "radix-vue/shadcn-vue", "repository": "radix-vue/shadcn-vue",
"workspaces": [ "workspaces": [
@ -27,15 +27,15 @@
"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.8.2", "@antfu/eslint-config": "^2.8.3",
"@commitlint/cli": "^19.1.0", "@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0", "@commitlint/config-conventional": "^19.1.0",
"bumpp": "^9.4.0", "bumpp": "^9.4.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"lint-staged": "^15.2.2", "lint-staged": "^15.2.2",
"simple-git-hooks": "^2.10.0", "simple-git-hooks": "^2.11.0",
"taze": "^0.13.3", "taze": "^0.13.3",
"typescript": "^5.3.3", "typescript": "^5.4.2",
"vitest": "^0.34.6" "vitest": "^0.34.6"
}, },
"commitlint": { "commitlint": {

View File

@ -45,8 +45,8 @@
"test:ui": "vitest --ui" "test:ui": "vitest --ui"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.24.0", "@babel/core": "^7.24.3",
"@babel/parser": "^7.24.0", "@babel/parser": "^7.24.1",
"@vue/compiler-sfc": "^3.4", "@vue/compiler-sfc": "^3.4",
"c12": "^1.10.0", "c12": "^1.10.0",
"commander": "^12.0.0", "commander": "^12.0.0",
@ -62,7 +62,7 @@
"ora": "^8.0.1", "ora": "^8.0.1",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"radix-vue": "^1.5.0", "radix-vue": "^1.5.3",
"ts-morph": "^22.0.0", "ts-morph": "^22.0.0",
"tsconfig-paths": "^4.2.0", "tsconfig-paths": "^4.2.0",
"zod": "^3.22.4" "zod": "^3.22.4"
@ -72,11 +72,11 @@
"@types/diff": "^5.0.9", "@types/diff": "^5.0.9",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/lodash.template": "^4.5.3", "@types/lodash.template": "^4.5.3",
"@types/node": "^20.11.27", "@types/node": "^20.11.30",
"@types/prompts": "^2.4.9", "@types/prompts": "^2.4.9",
"@vitest/ui": "^0.34.4", "@vitest/ui": "^0.34.4",
"tsup": "^8.0.2", "tsup": "^8.0.2",
"type-fest": "^4.12.0", "type-fest": "^4.13.1",
"typescript": "^5.4.2", "typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.2" "vite-tsconfig-paths": "^4.3.2"
} }

View File

@ -35,17 +35,17 @@
"release": "pnpm run prepack && pnpm publish && git push --follow-tags" "release": "pnpm run prepack && pnpm publish && git push --follow-tags"
}, },
"dependencies": { "dependencies": {
"@nuxt/kit": "^3.10.3", "@nuxt/kit": "^3.11.1",
"oxc-parser": "^0.8.0" "oxc-parser": "^0.8.0"
}, },
"devDependencies": { "devDependencies": {
"@nuxt/devtools": "latest", "@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0", "@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5", "@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3", "@nuxt/schema": "^3.11.1",
"@nuxt/test-utils": "^3.11.0", "@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.11.24", "@types/node": "^20.11.30",
"nuxt": "^3.10.3", "nuxt": "^3.11.1",
"vitest": "^0.33.0" "vitest": "^0.33.0"
} }
} }

File diff suppressed because it is too large Load Diff