chore: 升级前后端依赖

1.Spring Boot 2.7.15 => 2.7.16
2.Sa-Token 1.35.0.RC => 1.36.0
3.Hutool 5.8.20 => 5.8.22
4.Arco Design Vue 2.51.0 => 2.52.0
5.dayjs 1.11.9 => 1.11.10
6.vue-i18n 9.2.2 => 9.5.0
7.其他依赖升级
This commit is contained in:
2023-10-08 21:17:18 +08:00
parent a5a4cd4964
commit 698a7251b7
4 changed files with 629 additions and 381 deletions

View File

@@ -30,12 +30,12 @@
]
},
"dependencies": {
"@arco-design/web-vue": "^2.51.0",
"@arco-design/web-vue": "^2.52.0",
"@kangc/v-md-editor": "^2.3.17",
"@vueuse/core": "^9.13.0",
"axios": "^0.24.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"highlight.js": "^11.8.0",
"jsencrypt": "^3.3.2",
@@ -47,7 +47,7 @@
"sortablejs": "^1.15.0",
"vue": "^3.3.4",
"vue-echarts": "^6.6.1",
"vue-i18n": "^9.2.2",
"vue-i18n": "^9.5.0",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.2.4",
"vue3-colorpicker": "^2.2.2"
@@ -58,7 +58,7 @@
"@commitlint/config-conventional": "^17.7.0",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.197",
"@types/mockjs": "^1.0.7",
"@types/mockjs": "^1.0.8",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.56.0",
@@ -82,12 +82,12 @@
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"rollup-plugin-visualizer": "^5.9.0",
"stylelint": "^14.13.0",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.25.2",
"vite": "^3.2.7",

File diff suppressed because it is too large Load Diff