更新依赖

This commit is contained in:
Hooray Hu 2023-04-05 23:59:38 +08:00
parent aa08ee93ab
commit 31b07f887d
2 changed files with 290 additions and 279 deletions

View File

@ -7,7 +7,7 @@
"new": "plop",
"lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint",
"lint:tsc": "vue-tsc --noEmit",
"lint:eslint": "eslint src/**/*.{ts,tsx,vue} --cache --fix --no-ignore --no-error-on-unmatched-pattern",
"lint:eslint": "eslint --cache --fix --no-ignore --no-error-on-unmatched-pattern --ext .ts,.tsx,.vue src/",
"lint:stylelint": "stylelint src/**/*.{css,scss,vue} --cache --fix --allow-empty-input",
"postinstall": "simple-git-hooks && esno scripts/prepare.js",
"preinstall": "npx only-allow pnpm"
@ -17,9 +17,9 @@
"@vueuse/integrations": "^9.13.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"element-plus": "^2.3.1",
"eruda": "^2.11.3",
"hotkeys-js": "^3.10.1",
"element-plus": "^2.3.2",
"eruda": "^3.0.0",
"hotkeys-js": "^3.10.2",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
@ -33,16 +33,16 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@antfu/eslint-config": "^0.38.4",
"@iconify-json/ep": "^1.1.10",
"@iconify/vue": "^4.1.0",
"@iconify/vue": "^4.1.1",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint": "^8.37.0",
"esno": "^0.16.3",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
@ -52,14 +52,14 @@
"postcss-html": "^1.5.0",
"sass": "^1.60.0",
"simple-git-hooks": "^2.8.1",
"stylelint": "^15.3.0",
"stylelint-config-standard": "^31.0.0",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^4.6.0",
"svgo": "^3.0.2",
"terser": "^5.16.8",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",

File diff suppressed because it is too large Load Diff