Skip to content

Commit

Permalink
chore: 升级前端依赖
Browse files Browse the repository at this point in the history
1.Arco Design Vue 2.44.7 => 2.51.0
2.Vue 3.2.47 => 3.3.4
3.Vite 3.2.5 => 3.2.7
4.其他依赖升级
  • Loading branch information
Charles7c committed Sep 1, 2023
1 parent 5049e1e commit c665902
Show file tree
Hide file tree
Showing 3 changed files with 457 additions and 307 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ continew-admin

| 名称 | 版本 | 简介 |
| :----------------------------------------------------------- | :----------- | :----------------------------------------------------------- |
| <a href="https://cn.vuejs.org/" target="_blank">Vue</a> | 3.2.47 | 渐进式 JavaScript 框架,易学易用,性能出色,适用场景丰富的 Web 前端框架。 |
| <a href="https://cn.vuejs.org/" target="_blank">Vue</a> | 3.3.4 | 渐进式 JavaScript 框架,易学易用,性能出色,适用场景丰富的 Web 前端框架。 |
| <a href="https://www.typescriptlang.org/zh/" target="_blank">TypeScript</a> | 4.9.5 | TypeScript 是微软开发的一个开源的编程语言,通过在 JavaScript 的基础上添加静态类型定义构建而成。 |
| <a href="https://arco.design/vue/docs/start" target="_blank">Arco Design Vue</a> | 2.44.7 | 字节跳动推出的前端 UI 框架,样式美观,组件丰富。 |
| <a href="https://arco.design/vue/docs/start" target="_blank">Arco Design Vue</a> | 2.51.0 | 字节跳动推出的前端 UI 框架,样式美观,组件丰富。 |
| <a href="https://spring.io/projects/spring-boot" target="_blank">Spring Boot</a> | 2.7.15 | 简化新 Spring 应用的初始搭建以及开发过程。 |
| <a href="https://undertow.io/" target="_blank">Undertow</a> | 2.2.26.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 |
| <a href="https://sa-token.dev33.cn/" target="_blank">Sa-Token + JWT</a> | 1.35.0.RC | 轻量级 Java 权限认证框架,让鉴权变得简单、优雅。 |
Expand Down
28 changes: 14 additions & 14 deletions continew-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,44 +30,44 @@
]
},
"dependencies": {
"@arco-design/web-vue": "^2.44.7",
"@arco-design/web-vue": "^2.51.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.7",
"echarts": "^5.4.2",
"dayjs": "^1.11.9",
"echarts": "^5.4.3",
"highlight.js": "^11.8.0",
"jsencrypt": "^3.3.2",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.33",
"pinia": "^2.1.6",
"query-string": "^8.1.0",
"sortablejs": "^1.15.0",
"vue": "^3.2.47",
"vue-echarts": "^6.5.4",
"vue": "^3.3.4",
"vue-echarts": "^6.6.1",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.1.6"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@arco-plugins/vite-vue": "^1.4.5",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.191",
"@types/lodash": "^4.14.197",
"@types/mockjs": "^1.0.7",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.1",
"@types/sortablejs": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.2",
Expand All @@ -88,8 +88,8 @@
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.24.1",
"vite": "^3.2.5",
"unplugin-vue-components": "^0.25.2",
"vite": "^3.2.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imagemin": "^0.6.1",
Expand Down
Loading

0 comments on commit c665902

Please sign in to comment.