chore(package.json): 添加 `vue-eslint-parser` 依赖和 `eslint` 升级

This commit is contained in:
haoxr 2023-03-11 18:34:10 +08:00
parent 5295b103fc
commit c8cb89158f
1 changed files with 3 additions and 5 deletions

View File

@ -11,20 +11,17 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@types/js-cookie": "^3.0.2",
"@vueuse/core": "^9.1.1",
"@wangeditor/editor": "^5.0.0",
"@wangeditor/editor-for-vue": "^5.1.10",
"axios": "^1.2.2",
"echarts": "^5.2.2",
"element-plus": "^2.2.32",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.12",
"screenfull": "^6.0.0",
"sortablejs": "^1.14.0",
"vue": "^3.2.45",
"vue-i18n": "^9.1.9",
"vue-router": "^4.1.6"
@ -39,10 +36,11 @@
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.14.0",
"eslint": "^8.34.0",
"vue-eslint-parser": "^9.1.0",
"eslint-plugin-vue": "^9.9.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"fast-glob": "^3.2.11",
"husky": "^7.0.4",
"postcss": "^8.4.20",