From 2b9d96c1b81a6f140b993e4b94d6434d3b0ba9a9 Mon Sep 17 00:00:00 2001 From: xingyu Date: Thu, 20 Oct 2022 12:05:51 +0800 Subject: [PATCH] chore: update deps --- pom.xml | 2 +- yudao-dependencies/pom.xml | 2 +- yudao-ui-admin-vue3/package.json | 14 +++++++------- .../src/components/ContextMenu/src/ContextMenu.vue | 2 +- .../src/components/CountTo/src/CountTo.vue | 2 +- .../src/components/Crontab/src/Crontab.vue | 2 +- .../src/components/Error/src/Error.vue | 1 - .../src/components/Icon/src/IconSelect.vue | 2 +- .../src/components/Infotip/src/Infotip.vue | 2 +- .../components/InputPassword/src/InputPassword.vue | 2 +- .../src/components/Qrcode/src/Qrcode.vue | 2 +- .../src/components/Search/src/Search.vue | 2 +- .../Setting/src/components/ColorRadioPicker.vue | 2 +- .../views/infra/codegen/components/ImportTable.vue | 2 +- 14 files changed, 19 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index c08cea2842..a5cce914dd 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 3.8.0 1.18.24 - 1.5.2.Final + 1.5.3.Final UTF-8 diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index c692fafa54..9b68b9a059 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -45,7 +45,7 @@ 3.0.4 1.18.24 - 1.5.2.Final + 1.5.3.Final 5.8.8 3.1.1 2.3 diff --git a/yudao-ui-admin-vue3/package.json b/yudao-ui-admin-vue3/package.json index 12b6dabc0f..cbc1dc3cdc 100644 --- a/yudao-ui-admin-vue3/package.json +++ b/yudao-ui-admin-vue3/package.json @@ -27,9 +27,9 @@ "dependencies": { "@iconify/iconify": "^3.0.0", "@vueuse/core": "^9.3.1", - "@wangeditor/editor": "^5.1.21", + "@wangeditor/editor": "^5.1.22", "@wangeditor/editor-for-vue": "^5.1.10", - "@zxcvbn-ts/core": "^2.0.5", + "@zxcvbn-ts/core": "^2.1.0", "animate.css": "^4.1.1", "axios": "^0.27.2", "crypto-js": "^4.1.1", @@ -58,17 +58,17 @@ "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", - "@iconify/json": "^2.1.122", + "@iconify/json": "^2.1.124", "@intlify/vite-plugin-vue-i18n": "^6.0.3", "@purge-icons/generated": "^0.9.0", "@types/intro.js": "^5.1.0", "@types/lodash-es": "^4.17.6", - "@types/node": "^18.11.0", + "@types/node": "^18.8.0", "@types/nprogress": "^0.2.0", "@types/qrcode": "^1.5.0", "@types/qs": "^6.9.7", - "@typescript-eslint/eslint-plugin": "^5.40.0", - "@typescript-eslint/parser": "^5.40.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue-jsx": "^2.0.1", "autoprefixer": "^10.4.12", @@ -93,7 +93,7 @@ "stylelint-config-standard": "^29.0.0", "stylelint-order": "^5.0.0", "typescript": "4.8.4", - "unplugin-vue-macros": "^0.13.2", + "unplugin-vue-macros": "^0.13.3", "vite": "3.1.8", "vite-plugin-compression": "^0.5.1", "vite-plugin-eslint": "^1.8.1", diff --git a/yudao-ui-admin-vue3/src/components/ContextMenu/src/ContextMenu.vue b/yudao-ui-admin-vue3/src/components/ContextMenu/src/ContextMenu.vue index bd53950e3b..fc86c1ddb3 100644 --- a/yudao-ui-admin-vue3/src/components/ContextMenu/src/ContextMenu.vue +++ b/yudao-ui-admin-vue3/src/components/ContextMenu/src/ContextMenu.vue @@ -1,6 +1,6 @@