chore: update deps

This commit is contained in:
Anthony Fu 2023-05-16 21:25:03 +02:00
parent b406555f5b
commit 5d0b16c5e9
2 changed files with 651 additions and 521 deletions

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"packageManager": "pnpm@8.2.0", "packageManager": "pnpm@8.5.1",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"dev": "vite --port 3333 --open", "dev": "vite --port 3333 --open",
@ -12,33 +12,33 @@
"postinstall": "npx simple-git-hooks" "postinstall": "npx simple-git-hooks"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^9.13.0", "@vueuse/core": "^10.1.2",
"vue": "^3.3.2", "vue": "^3.3.2",
"vue-router": "^4.2.0" "vue-router": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.38.6", "@antfu/eslint-config": "^0.38.6",
"@iconify-json/carbon": "^1.1.16", "@iconify-json/carbon": "^1.1.16",
"@types/node": "^18.16.9", "@types/node": "^18.16.11",
"@unocss/eslint-config": "^0.51.12", "@unocss/eslint-config": "^0.51.13",
"@unocss/reset": "^0.51.12", "@unocss/reset": "^0.51.13",
"@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue": "^4.2.3",
"@vue-macros/volar": "^0.9.8", "@vue-macros/volar": "^0.9.8",
"@vue/test-utils": "^2.3.2", "@vue/test-utils": "^2.3.2",
"eslint": "^8.40.0", "eslint": "8.39.0",
"jsdom": "^21.1.2", "jsdom": "^22.0.0",
"lint-staged": "^13.2.2", "lint-staged": "^13.2.2",
"pnpm": "^8.5.1", "pnpm": "^8.5.1",
"simple-git-hooks": "^2.8.1", "simple-git-hooks": "^2.8.1",
"taze": "^0.9.2", "taze": "^0.10.1",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"unocss": "^0.51.12", "unocss": "^0.51.13",
"unplugin-auto-import": "^0.15.3", "unplugin-auto-import": "^0.16.0",
"unplugin-vue-components": "^0.24.1", "unplugin-vue-components": "^0.24.1",
"unplugin-vue-macros": "^2.1.6", "unplugin-vue-macros": "^2.1.7",
"vite": "^4.3.5", "vite": "^4.3.7",
"vite-plugin-pages": "^0.29.0", "vite-plugin-pages": "^0.29.0",
"vitest": "^0.30.1", "vitest": "^0.31.0",
"vue-tsc": "^1.6.5" "vue-tsc": "^1.6.5"
}, },
"simple-git-hooks": { "simple-git-hooks": {

1146
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff