chore: update deps

This commit is contained in:
Anthony Fu 2024-04-18 13:49:06 +02:00
parent 182a26fe04
commit c9294d502a
2 changed files with 4510 additions and 4773 deletions

View File

@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"private": true, "private": true,
"packageManager": "pnpm@8.15.4", "packageManager": "pnpm@9.0.2",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"dev": "vite --port 3333 --open", "dev": "vite --port 3333 --open",
@ -14,35 +14,35 @@
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^10.9.0", "@vueuse/core": "^10.9.0",
"vue": "^3.4.21", "vue": "^3.4.23",
"vue-router": "^4.3.0" "vue-router": "^4.3.2"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^2.6.4", "@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.30", "@iconify-json/carbon": "^1.1.31",
"@types/node": "^20.11.23", "@types/node": "^20.12.7",
"@unocss/eslint-config": "^0.58.5", "@unocss/eslint-config": "^0.59.4",
"@unocss/eslint-plugin": "^0.58.5", "@unocss/eslint-plugin": "^0.59.4",
"@unocss/reset": "^0.58.5", "@unocss/reset": "^0.59.4",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"@vue-macros/volar": "^0.18.11", "@vue-macros/volar": "^0.18.18",
"@vue/test-utils": "^2.4.4", "@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0", "eslint": "^9.0.0",
"eslint-plugin-format": "^0.1.0", "eslint-plugin-format": "^0.1.1",
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"lint-staged": "^15.2.2", "lint-staged": "^15.2.2",
"pnpm": "^8.15.4", "pnpm": "^9.0.2",
"simple-git-hooks": "^2.9.0", "simple-git-hooks": "^2.11.1",
"taze": "^0.13.3", "taze": "^0.13.6",
"typescript": "^5.3.3", "typescript": "^5.4.5",
"unocss": "^0.58.5", "unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5", "unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0", "unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.7.10", "unplugin-vue-macros": "^2.9.1",
"unplugin-vue-router": "^0.8.4", "unplugin-vue-router": "^0.8.6",
"vite": "^5.1.4", "vite": "^5.2.9",
"vitest": "^1.3.1", "vitest": "^1.5.0",
"vue-tsc": "^1.8.27" "vue-tsc": "^2.0.13"
}, },
"simple-git-hooks": { "simple-git-hooks": {
"pre-commit": "pnpm lint-staged" "pre-commit": "pnpm lint-staged"

9237
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff