From bbc608e2585b64e134f271af554d6fbb0be20e75 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Sun, 2 Apr 2023 17:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/package-lock.json | 8 ++++---- code/web/task_schedule/package.json | 2 +- code/web/task_schedule/yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/code/web/task_schedule/package-lock.json b/code/web/task_schedule/package-lock.json index 1d88a4f..9dfd33c 100644 --- a/code/web/task_schedule/package-lock.json +++ b/code/web/task_schedule/package-lock.json @@ -15,7 +15,7 @@ "axios": "^1.3.4", "babel": "^6.23.0", "echarts": "^5.4.2", - "element-plus": "^2.3.1", + "element-plus": "^2.3.2", "moment": "^2.29.4", "vue": "^3.2.47", "vue-router": "^4.1.6", @@ -4188,9 +4188,9 @@ "dev": true }, "node_modules/element-plus": { - "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.1.tgz", - "integrity": "sha512-IBS7ic1mRyDXpOreRkredV4ByZSuax5HPb0zNOHm4qwKC4wm927yQv+Is0JbzxPzCW5zWaV4PLy9/Gl3E3v59w==", + "version": "2.3.2", + "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.2.tgz", + "integrity": "sha512-NIK0QckKKagdlMm3eLoVoD4Lkfj5ECzpZAxwrRLdm1Yi5qiTU9Guor33+IbIa52z4gHMuhMxgSVS2xAGmjLHsw==", "dependencies": { "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.0.6", diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index 1c85274..5a33e42 100644 --- a/code/web/task_schedule/package.json +++ b/code/web/task_schedule/package.json @@ -16,7 +16,7 @@ "axios": "^1.3.4", "babel": "^6.23.0", "echarts": "^5.4.2", - "element-plus": "^2.3.1", + "element-plus": "^2.3.2", "moment": "^2.29.4", "vue": "^3.2.47", "vue-router": "^4.1.6", diff --git a/code/web/task_schedule/yarn.lock b/code/web/task_schedule/yarn.lock index 3c50e07..a0d5fac 100644 --- a/code/web/task_schedule/yarn.lock +++ b/code/web/task_schedule/yarn.lock @@ -2244,10 +2244,10 @@ electron-to-chromium@^1.4.284: resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.340.tgz" integrity sha512-zx8hqumOqltKsv/MF50yvdAlPF9S/4PXbyfzJS6ZGhbddGkRegdwImmfSVqCkEziYzrIGZ/TlrzBND4FysfkDg== -element-plus@^2.3.1: - version "2.3.1" - resolved "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.1.tgz" - integrity sha512-IBS7ic1mRyDXpOreRkredV4ByZSuax5HPb0zNOHm4qwKC4wm927yQv+Is0JbzxPzCW5zWaV4PLy9/Gl3E3v59w== +element-plus@^2.3.2: + version "2.3.2" + resolved "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.2.tgz" + integrity sha512-NIK0QckKKagdlMm3eLoVoD4Lkfj5ECzpZAxwrRLdm1Yi5qiTU9Guor33+IbIa52z4gHMuhMxgSVS2xAGmjLHsw== dependencies: "@ctrl/tinycolor" "^3.4.1" "@element-plus/icons-vue" "^2.0.6"