chore: update deps

This commit is contained in:
Anthony Fu 2023-09-14 09:59:16 +08:00
parent 7a1298a338
commit 23d72ebb5c
2 changed files with 1320 additions and 1293 deletions

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"packageManager": "pnpm@8.6.0", "packageManager": "pnpm@8.7.5",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"dev": "vite --port 3333 --open", "dev": "vite --port 3333 --open",
@ -12,34 +12,34 @@
"postinstall": "npx simple-git-hooks" "postinstall": "npx simple-git-hooks"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^10.1.2", "@vueuse/core": "^10.4.1",
"vue": "^3.3.4", "vue": "^3.3.4",
"vue-router": "^4.2.2" "vue-router": "^4.2.4"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.39.5", "@antfu/eslint-config": "^0.42.0",
"@iconify-json/carbon": "^1.1.17", "@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.2.5", "@types/node": "^20.6.0",
"@unocss/eslint-config": "^0.53.0", "@unocss/eslint-config": "^0.55.7",
"@unocss/reset": "^0.53.0", "@unocss/reset": "^0.55.7",
"@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue": "^4.3.4",
"@vue-macros/volar": "^0.10.2", "@vue-macros/volar": "^0.14.3",
"@vue/test-utils": "^2.3.2", "@vue/test-utils": "^2.4.1",
"eslint": "^8.42.0", "eslint": "^8.49.0",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"lint-staged": "^13.2.2", "lint-staged": "^14.0.1",
"pnpm": "^8.6.0", "pnpm": "^8.7.5",
"simple-git-hooks": "^2.8.1", "simple-git-hooks": "^2.9.0",
"taze": "^0.10.2", "taze": "^0.11.2",
"typescript": "^5.1.3", "typescript": "^5.2.2",
"unocss": "^0.53.0", "unocss": "^0.55.7",
"unplugin-auto-import": "^0.16.4", "unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.0", "unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.2.1", "unplugin-vue-macros": "^2.5.1",
"vite": "^4.3.9", "vite": "^4.4.9",
"vite-plugin-pages": "^0.31.0", "vite-plugin-pages": "^0.31.0",
"vitest": "^0.31.4", "vitest": "^0.34.4",
"vue-tsc": "^1.6.5" "vue-tsc": "^1.8.11"
}, },
"simple-git-hooks": { "simple-git-hooks": {
"pre-commit": "pnpm lint-staged" "pre-commit": "pnpm lint-staged"

2565
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff