chore: update deps

This commit is contained in:
Anthony Fu 2023-11-20 20:18:32 +01:00
parent 050ccb4af4
commit 9ec46868b8
2 changed files with 1128 additions and 683 deletions

View File

@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"private": true, "private": true,
"packageManager": "pnpm@8.10.3", "packageManager": "pnpm@8.10.5",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"dev": "vite --port 3333 --open", "dev": "vite --port 3333 --open",
@ -13,34 +13,33 @@
"postinstall": "npx simple-git-hooks" "postinstall": "npx simple-git-hooks"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^10.6.0", "@vueuse/core": "^10.6.1",
"vue": "^3.3.8", "vue": "^3.3.8",
"vue-router": "^4.2.5" "vue-router": "^4.2.5"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^1.1.1", "@antfu/eslint-config": "^2.0.0",
"@iconify-json/carbon": "^1.1.21", "@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.9.0", "@types/node": "^20.9.2",
"@unocss/eslint-config": "^0.57.3", "@unocss/eslint-config": "^0.57.6",
"@unocss/eslint-plugin": "^0.57.3", "@unocss/eslint-plugin": "^0.57.6",
"@unocss/reset": "^0.57.3", "@unocss/reset": "^0.57.6",
"@vitejs/plugin-vue": "^4.4.1", "@vitejs/plugin-vue": "^4.5.0",
"@vue-macros/volar": "^0.17.2", "@vue-macros/volar": "^0.17.3",
"@vue/test-utils": "^2.4.1", "@vue/test-utils": "^2.4.2",
"eslint": "^8.53.0", "eslint": "^8.54.0",
"eslint-define-config": "^1.24.1",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"lint-staged": "^15.1.0", "lint-staged": "^15.1.0",
"pnpm": "^8.10.3", "pnpm": "^8.10.5",
"simple-git-hooks": "^2.9.0", "simple-git-hooks": "^2.9.0",
"taze": "^0.12.0", "taze": "^0.12.0",
"typescript": "^5.2.2", "typescript": "^5.3.2",
"unocss": "^0.57.3", "unocss": "^0.57.6",
"unplugin-auto-import": "^0.16.7", "unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2", "unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.2", "unplugin-vue-macros": "^2.7.0",
"unplugin-vue-router": "^0.7.0", "unplugin-vue-router": "^0.7.0",
"vite": "^4.5.0", "vite": "^5.0.0",
"vitest": "^0.34.6", "vitest": "^0.34.6",
"vue-tsc": "^1.8.22" "vue-tsc": "^1.8.22"
}, },

1778
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff