From 14cd4df5bbbe703b391f5a24213be30c700e7535 Mon Sep 17 00:00:00 2001 From: Kane Date: Fri, 26 May 2023 22:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= 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 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/web/task_schedule/package-lock.json b/code/web/task_schedule/package-lock.json index 0b54c9f..59a0a91 100644 --- a/code/web/task_schedule/package-lock.json +++ b/code/web/task_schedule/package-lock.json @@ -27,7 +27,7 @@ "@vue/cli-plugin-eslint": "^5.0.8", "eslint-config-recommended": "^4.1.0", "eslint-config-standard-with-typescript": "^34.0.1", - "eslint-plugin-vue": "^9.14.0", + "eslint-plugin-vue": "^9.14.1", "sass": "^1.62.1", "typescript": "^5.0.4", "vue-eslint-parser": "^9.3.0" @@ -6368,9 +6368,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.14.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.0.tgz", - "integrity": "sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw==", + "version": "9.14.1", + "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.1.tgz", + "integrity": "sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index b6d4cdc..dcf67cf 100644 --- a/code/web/task_schedule/package.json +++ b/code/web/task_schedule/package.json @@ -28,7 +28,7 @@ "@vue/cli-plugin-eslint": "^5.0.8", "eslint-config-recommended": "^4.1.0", "eslint-config-standard-with-typescript": "^34.0.1", - "eslint-plugin-vue": "^9.14.0", + "eslint-plugin-vue": "^9.14.1", "sass": "^1.62.1", "typescript": "^5.0.4", "vue-eslint-parser": "^9.3.0"