Przeglądaj źródła

chore: update deps

xingyuv 2 lat temu
rodzic
commit
0486ec9d30

+ 4 - 4
README.md

@@ -262,11 +262,11 @@ ps:核心功能已经实现,正在对接微信小程序中...
 
 | 框架                                                                   |      说明      |   版本   |
 |----------------------------------------------------------------------|:------------:|:------:|
-| [Vue](https://staging-cn.vuejs.org/)                                 |    Vue 框架    | 3.2.45 |
-| [Vite](https://cn.vitejs.dev//)                                      |   开发与构建工具    | 4.0.4  |
-| [Element Plus](https://element-plus.org/zh-CN/)                      | Element Plus | 2.2.28 |
+| [Vue](https://staging-cn.vuejs.org/)                                 |    Vue 框架    | 3.2.47 |
+| [Vite](https://cn.vitejs.dev//)                                      |   开发与构建工具    | 4.1.1  |
+| [Element Plus](https://element-plus.org/zh-CN/)                      | Element Plus | 2.2.29 |
 | [TypeScript](https://www.typescriptlang.org/docs/)                   |  TypeScript  | 4.9.5  |
-| [pinia](https://pinia.vuejs.org/)                                    |    vuex5     | 2.0.29 |
+| [pinia](https://pinia.vuejs.org/)                                    |    vuex5     | 2.0.30 |
 | [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) |     国际化      | 9.2.2  |
 | [vxe-table](https://vxetable.cn/)                                    |   vue最强表单    | 4.3.9  |
 

+ 4 - 4
yudao-ui-admin-vue3/README.md

@@ -28,11 +28,11 @@
 
 | 框架 | 说明 | 版本     |
 | --- | --- |--------|
-| [Vue](https://staging-cn.vuejs.org/) | vue 框架 | 3.2.45 |
-| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.0.4  |
-| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.28 |
+| [Vue](https://staging-cn.vuejs.org/) | vue 框架 | 3.2.47 |
+| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.1.1  |
+| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.29 |
 | [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 4.9.5 |
-| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.29 |
+| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.30 |
 | [vueuse](https://vueuse.org/) | 常用工具集 | 9.12.0  |
 | [vxe-table](https://vxetable.cn/) | vue 最强表单 | 4.3.9  |
 | [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2  |

+ 22 - 22
yudao-ui-admin-vue3/package.json

@@ -1,6 +1,6 @@
 {
   "name": "yudao-ui-admin-vue3",
-  "version": "1.7.0-snapshot.1925",
+  "version": "1.7.0-snapshot.1921",
   "description": "基于vue3、vite4、element-plus、typesScript",
   "author": "xingyu",
   "private": false,
@@ -27,12 +27,12 @@
     "@form-create/designer": "^3.1.0",
     "@form-create/element-ui": "^3.1.17",
     "@iconify/iconify": "^3.1.0",
-    "@vueuse/core": "^9.11.1",
+    "@vueuse/core": "^9.12.0",
     "@wangeditor/editor": "^5.1.23",
     "@wangeditor/editor-for-vue": "^5.1.10",
     "@zxcvbn-ts/core": "^2.2.0",
     "animate.css": "^4.1.1",
-    "axios": "^1.2.5",
+    "axios": "^1.3.2",
     "bpmn-js-token-simulation": "^0.10.0",
     "camunda-bpmn-moddle": "^7.0.1",
     "cropperjs": "^1.5.13",
@@ -41,7 +41,7 @@
     "diagram-js": "^11.6.0",
     "echarts": "^5.4.1",
     "echarts-wordcloud": "^2.1.0",
-    "element-plus": "2.2.28",
+    "element-plus": "2.2.29",
     "fast-xml-parser": "^4.0.13",
     "highlight.js": "^11.7.0",
     "intro.js": "^6.0.0",
@@ -50,12 +50,12 @@
     "min-dash": "^4.0.0",
     "mitt": "^3.0.0",
     "nprogress": "^0.2.0",
-    "pinia": "^2.0.29",
+    "pinia": "^2.0.30",
     "qrcode": "^1.5.1",
     "qs": "^6.11.0",
     "steady-xml": "^0.1.0",
     "url": "^0.11.0",
-    "vue": "3.2.45",
+    "vue": "3.2.47",
     "vue-i18n": "9.2.2",
     "vue-router": "^4.1.6",
     "vue-types": "^5.0.2",
@@ -69,27 +69,27 @@
   "devDependencies": {
     "@commitlint/cli": "^17.4.2",
     "@commitlint/config-conventional": "^17.4.2",
-    "@iconify/json": "^2.2.13",
+    "@iconify/json": "^2.2.16",
     "@intlify/unplugin-vue-i18n": "^0.8.1",
     "@purge-icons/generated": "^0.9.0",
     "@types/intro.js": "^5.1.0",
     "@types/lodash-es": "^4.17.6",
-    "@types/node": "^18.11.18",
+    "@types/node": "^18.11.19",
     "@types/nprogress": "^0.2.0",
     "@types/qrcode": "^1.5.0",
     "@types/qs": "^6.9.7",
-    "@typescript-eslint/eslint-plugin": "^5.49.0",
-    "@typescript-eslint/parser": "^5.49.0",
-    "@vitejs/plugin-legacy": "^3.0.2",
+    "@typescript-eslint/eslint-plugin": "^5.50.0",
+    "@typescript-eslint/parser": "^5.50.0",
+    "@vitejs/plugin-legacy": "^4.0.1",
     "@vitejs/plugin-vue": "^4.0.0",
     "@vitejs/plugin-vue-jsx": "^3.0.0",
     "autoprefixer": "^10.4.13",
     "bpmn-js": "^8.9.0",
     "bpmn-js-properties-panel": "^0.46.0",
     "consola": "^2.15.3",
-    "eslint": "^8.32.0",
+    "eslint": "^8.33.0",
     "eslint-config-prettier": "^8.6.0",
-    "eslint-define-config": "^1.14.0",
+    "eslint-define-config": "^1.15.0",
     "eslint-plugin-prettier": "^4.2.1",
     "eslint-plugin-vue": "^9.9.0",
     "lint-staged": "^13.1.0",
@@ -98,20 +98,20 @@
     "postcss-scss": "^4.0.6",
     "prettier": "^2.8.3",
     "rimraf": "^4.1.2",
-    "rollup": "^3.11.0",
-    "sass": "^1.57.1",
+    "rollup": "^3.14.0",
+    "sass": "^1.58.0",
     "stylelint": "^14.16.1",
     "stylelint-config-html": "^1.1.0",
     "stylelint-config-prettier": "^9.0.4",
     "stylelint-config-recommended": "^9.0.0",
     "stylelint-config-standard": "^29.0.0",
     "stylelint-order": "^6.0.1",
-    "terser": "^5.16.1",
-    "typescript": "4.9.4",
-    "unplugin-auto-import": "^0.12.2",
-    "unplugin-element-plus": "^0.4.1",
-    "unplugin-vue-components": "^0.22.12",
-    "vite": "4.0.4",
+    "terser": "^5.16.3",
+    "typescript": "4.9.5",
+    "unplugin-auto-import": "^0.13.0",
+    "unplugin-element-plus": "^0.6.0",
+    "unplugin-vue-components": "^0.23.0",
+    "vite": "4.1.1",
     "vite-plugin-compression": "^0.5.1",
     "vite-plugin-ejs": "^1.6.4",
     "vite-plugin-eslint": "^1.8.1",
@@ -135,4 +135,4 @@
     "url": "https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues"
   },
   "homepage": "https://gitee.com/zhijiantianya/ruoyi-vue-pro"
-}
+}

Plik diff jest za duży
+ 1170 - 129
yudao-ui-admin-vue3/pnpm-lock.yaml


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików