Skip to content

Commit

Permalink
!195 v3.3.0.5
Browse files Browse the repository at this point in the history
Merge pull request !195 from 码匠君/develop
  • Loading branch information
herodotus-ecosystem authored and gitee-org committed Jun 12, 2024
2 parents 44c12d6 + 69b910f commit 6223cf5
Show file tree
Hide file tree
Showing 8 changed files with 443 additions and 441 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.3.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.2"></a>
</p>
<p align="center">
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.0.4-red.svg?logo=spring" alt="Version 3.3.0.4"></a>
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.4-red.svg?logo=spring" alt="Dante Engine 3.3.0.4"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.4-red.svg?logo=spring" alt="Dante OSS 3.3.0.4"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.0.5-red.svg?logo=spring" alt="Version 3.3.0.5"></a>
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.5-red.svg?logo=spring" alt="Dante Engine 3.3.0.5"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.5-red.svg?logo=spring" alt="Dante OSS 3.3.0.5"></a>
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?logo=apache" alt="License AGPL 3.0"></a>
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
Expand Down Expand Up @@ -164,7 +164,7 @@
| Spring Cloud Alibaba | 2023.0.1.0 |
| Spring Cloud Tencent | 1.14.0-2023.0.0 |
| Spring Authorization Server | 1.3.0 |
| Spring Boot Admin | 3.3.1 |
| Spring Boot Admin | 3.3.2 |
| Nacos | 2.3.2 |
| Sentinel | 1.8.7 |
| Seata | 1.7.0 |
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dante-cloud-ui",
"private": true,
"version": "3.3.0.4",
"version": "3.3.0.5",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -40,43 +40,43 @@
"@changesets/cli": "^2.27.5",
"@quasar/vite-plugin": "^1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-vue": "^5.0.5",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-vue": "^9.26.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.6",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rollup": "4.18.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"sass": "^1.77.5",
"stylelint": "^16.6.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser": "^5.31.0",
"terser": "^5.31.1",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "3.9.1",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dante/ui",
"version": "3.3.0.4",
"version": "3.3.0.5",
"description": "",
"keywords": [],
"author": "",
Expand All @@ -25,7 +25,7 @@
"@stomp/stompjs": "^7.0.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.10.0",
"@vueuse/core": "^10.10.1",
"animate.css": "^4.1.1",
"colord": "^2.9.3",
"echarts": "^5.5.0",
Expand All @@ -36,12 +36,12 @@
"vue": "^3.4.27",
"vue-cookies": "^1.8.4",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-router": "^4.3.3",
"vue-simple-uploader": "^1.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "20.12.13",
"@types/node": "20.14.2",
"@types/vkbeautify": "^0.99.4"
}
}
Loading

0 comments on commit 6223cf5

Please sign in to comment.