chore: update deps

root
apps/www
packages/cli
This commit is contained in:
Sadegh Barati 2024-03-14 21:00:25 +03:30
parent 4aeb6140d4
commit 4672f2247d
4 changed files with 248 additions and 230 deletions

View File

@ -21,12 +21,12 @@
"@tanstack/vue-table": "^8.13.2", "@tanstack/vue-table": "^8.13.2",
"@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.5", "@vee-validate/zod": "^4.12.6",
"@vueuse/core": "^10.9.0", "@vueuse/core": "^10.9.0",
"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.3.1", "date-fns": "^3.4.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",
@ -50,7 +50,7 @@
"@iconify/vue": "^4.1.1", "@iconify/vue": "^4.1.1",
"@shikijs/transformers": "^1.1.7", "@shikijs/transformers": "^1.1.7",
"@types/lodash.template": "^4.5.3", "@types/lodash.template": "^4.5.3",
"@types/node": "^20.11.25", "@types/node": "^20.11.27",
"@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",
@ -67,7 +67,7 @@
"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.5", "vite": "^5.1.6",
"vitepress": "^1.0.0-rc.45", "vitepress": "^1.0.0-rc.45",
"vue-tsc": "^2.0.6" "vue-tsc": "^2.0.6"
} }

View File

@ -27,13 +27,13 @@
"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.7.0", "@antfu/eslint-config": "^2.8.2",
"@commitlint/cli": "^19.0.3", "@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.0.3", "@commitlint/config-conventional": "^19.1.0",
"bumpp": "^9.3.1", "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.9.0", "simple-git-hooks": "^2.10.0",
"taze": "^0.13.3", "taze": "^0.13.3",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vitest": "^0.34.6" "vitest": "^0.34.6"

View File

@ -63,7 +63,7 @@
"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.0",
"ts-morph": "^21.0.1", "ts-morph": "^22.0.0",
"tsconfig-paths": "^4.2.0", "tsconfig-paths": "^4.2.0",
"zod": "^3.22.4" "zod": "^3.22.4"
}, },
@ -72,12 +72,12 @@
"@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.25", "@types/node": "^20.11.27",
"@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.11.1", "type-fest": "^4.12.0",
"typescript": "^5.4.2", "typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.1" "vite-tsconfig-paths": "^4.3.2"
} }
} }

File diff suppressed because it is too large Load Diff