chore: update deps

This commit is contained in:
Anthony Fu 2024-12-03 13:57:05 +08:00
parent 46054c96ad
commit 40221703fc
No known key found for this signature in database
GPG Key ID: 179936958CD423FF
2 changed files with 450 additions and 441 deletions

View File

@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
@ -18,34 +18,34 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@types/node": "^22.10.0",
"@unocss/eslint-config": "^0.64.1",
"@unocss/eslint-plugin": "^0.64.1",
"@unocss/reset": "^0.64.1",
"@types/node": "^22.10.1",
"@unocss/eslint-config": "^0.65.0",
"@unocss/eslint-plugin": "^0.65.0",
"@unocss/reset": "^0.65.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.6",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"pnpm": "^9.14.2",
"pnpm": "^9.14.4",
"simple-git-hooks": "^2.11.1",
"taze": "^0.18.0",
"typescript": "~5.6.3",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unocss": "^0.65.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"vite": "^6.0.2",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vite": "^6.0.1"
"vite": "^6.0.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"

861
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff