chore: 升级前端依赖

1.Arco Design Vue 2.52.0 => 2.53.0
2.Vue 3.3.4 => 3.3.7
3.Vite 3.2.7 => 4.5.0
4.vue-router 4.2.4 => 4.2.5
5.vue-i18n 9.5.0 => 9.6.5
6.vue-tsc 1.2.0 => 1.8.22
7.@vueuse/core 9.13.0 => 10.5.0
8.pinia 2.1.6 => 2.1.7
9.rollup 3.20.2 => 4.3.0
10.vue-cropper 1.0.9 => 1.1.1
11.crypto-js 4.1.1 => 4.2.0
12.vite-svg-loader 3.6.0 => 4.0.0
13.highlight.js 11.8.0 => 11.9.0
14.mitt 3.0.0 => 3.0.1
15.consola 2.15.3 => 3.2.3
16.prettier 2.8.7 => 3.0.3
17.less 4.1.3 => 4.2.0
18.eslint 8.48.0 => 8.53.0
19.stylelint 15.10.3 => 15.11.0
20.lint-staged 13.2.0 => 3.0.3
This commit is contained in:
Charles7c 2023-11-05 22:59:06 +08:00
parent 2f87310bc8
commit 79fa2c8abc
2 changed files with 1601 additions and 1278 deletions

View File

@ -30,60 +30,60 @@
] ]
}, },
"dependencies": { "dependencies": {
"@arco-design/web-vue": "^2.52.0", "@arco-design/web-vue": "^2.53.0",
"@kangc/v-md-editor": "^2.3.17", "@kangc/v-md-editor": "^2.3.17",
"@vueuse/core": "^9.13.0", "@vueuse/core": "^10.5.0",
"axios": "^0.24.0", "axios": "^0.24.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.2.0",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"echarts": "^5.4.3", "echarts": "^5.4.3",
"highlight.js": "^11.8.0", "highlight.js": "^11.9.0",
"jsencrypt": "^3.3.2", "jsencrypt": "^3.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mitt": "^3.0.0", "mitt": "^3.0.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.1.6", "pinia": "^2.1.7",
"query-string": "^8.1.0", "query-string": "^8.1.0",
"sortablejs": "^1.15.0", "sortablejs": "^1.15.0",
"vue": "^3.3.4", "vue": "^3.3.7",
"vue-cropper": "^1.0.9", "vue-cropper": "^1.1.1",
"vue-echarts": "^6.6.1", "vue-echarts": "^6.6.1",
"vue-i18n": "^9.5.0", "vue-i18n": "^9.6.5",
"vue-json-pretty": "^2.2.4", "vue-json-pretty": "^2.2.4",
"vue-router": "^4.2.4", "vue-router": "^4.2.5",
"vue3-colorpicker": "^2.2.2" "vue3-colorpicker": "^2.2.2"
}, },
"devDependencies": { "devDependencies": {
"@arco-plugins/vite-vue": "^1.4.5", "@arco-plugins/vite-vue": "^1.4.5",
"@commitlint/cli": "^17.7.1", "@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^17.7.0", "@commitlint/config-conventional": "^18.1.0",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.3",
"@types/lodash": "^4.14.197", "@types/lodash": "^4.14.200",
"@types/mockjs": "^1.0.8", "@types/mockjs": "^1.0.9",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.2",
"@types/sortablejs": "^1.15.2", "@types/sortablejs": "^1.15.4",
"@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^5.46.0", "@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^2.0.1", "@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/babel-plugin-jsx": "^1.1.1", "@vue/babel-plugin-jsx": "^1.1.5",
"consola": "^2.15.3", "consola": "^3.2.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.48.0", "eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.2", "eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.10.0", "eslint-plugin-vue": "^9.18.1",
"less": "^4.1.3", "less": "^4.2.0",
"lint-staged": "^13.2.0", "lint-staged": "^15.0.2",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
"postcss-html": "^1.5.0", "postcss-html": "^1.5.0",
"prettier": "^2.8.7", "prettier": "^3.0.3",
"rollup": "^3.20.2", "rollup": "^4.3.0",
"rollup-plugin-visualizer": "^5.9.0", "rollup-plugin-visualizer": "^5.9.2",
"stylelint": "^15.10.3", "stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5", "stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2", "stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-recommended-vue": "^1.5.0",
@ -91,20 +91,15 @@
"stylelint-order": "^6.0.3", "stylelint-order": "^6.0.3",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"unplugin-vue-components": "^0.25.2", "unplugin-vue-components": "^0.25.2",
"vite": "^3.2.7", "vite": "^4.5.0",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1", "vite-plugin-eslint": "^1.8.1",
"vite-plugin-imagemin": "^0.6.1", "vite-plugin-imagemin": "^0.6.1",
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^3.6.0", "vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.2.0" "vue-tsc": "^1.8.22"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3",
"gifsicle": "5.2.0"
} }
} }

File diff suppressed because it is too large Load Diff