From c03a8d14ef0859390f01624e94bd32b07805147c Mon Sep 17 00:00:00 2001 From: Fine Date: Sat, 20 Aug 2022 15:37:31 +0800 Subject: [PATCH] update config --- package-lock.json | 30 +++++++++++-------- package.json | 2 +- .../related/components/TaskDetails.vue | 1 - vue.config.js | 4 ++- 4 files changed, 22 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59d7203e..4009b611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skywalking-booster-ui", - "version": "9.1.0", + "version": "9.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "skywalking-booster-ui", - "version": "9.1.0", + "version": "9.3.0", "dependencies": { "axios": "^0.24.0", "d3": "^7.3.0", @@ -7259,14 +7259,20 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001299", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz", - "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==", + "version": "1.0.30001379", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001379.tgz", + "integrity": "sha512-zXf+qxuN8OJrK5Bl5HbJg8cc5/Zm01WNW4ooVWUh92YlKqQZW3fwN5lXLB+kI8wkP5vTWkIIN+rutZuJhf4ykw==", "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] }, "node_modules/capture-exit": { "version": "2.0.0", @@ -34806,9 +34812,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001299", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz", - "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==", + "version": "1.0.30001379", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001379.tgz", + "integrity": "sha512-zXf+qxuN8OJrK5Bl5HbJg8cc5/Zm01WNW4ooVWUh92YlKqQZW3fwN5lXLB+kI8wkP5vTWkIIN+rutZuJhf4ykw==", "dev": true }, "capture-exit": { diff --git a/package.json b/package.json index 2877874e..84998d51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skywalking-booster-ui", - "version": "9.1.0", + "version": "9.3.0", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/views/dashboard/related/components/TaskDetails.vue b/src/views/dashboard/related/components/TaskDetails.vue index 786bc35c..455a08c0 100644 --- a/src/views/dashboard/related/components/TaskDetails.vue +++ b/src/views/dashboard/related/components/TaskDetails.vue @@ -58,7 +58,6 @@ limitations under the License. -->