From 2d966036bbb107f7db83182915810c4d6db12589 Mon Sep 17 00:00:00 2001 From: algerkong Date: Mon, 21 Apr 2025 21:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20=E6=9B=B4=E6=96=B0=20@v?= =?UTF-8?q?ue/eslint-config-prettier=20=E5=92=8C=20@vue/eslint-config-type?= =?UTF-8?q?script=20=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E8=87=B3=E6=9C=80?= =?UTF-8?q?=E6=96=B0=EF=BC=8C=E4=BB=A5=E4=BF=9D=E6=8C=81=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E5=92=8C=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dd75ae7..ba8f061 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "@typescript-eslint/parser": "^8.30.1", "@vitejs/plugin-vue": "^5.0.5", "@vue/compiler-sfc": "^3.5.0", - "@vue/eslint-config-prettier": "^9.0.0", - "@vue/eslint-config-typescript": "^13.0.0", + "@vue/eslint-config-prettier": "^10.2.0", + "@vue/eslint-config-typescript": "^14.5.0", "@vue/runtime-core": "^3.5.0", "@vueuse/core": "^11.3.0", "@vueuse/electron": "^11.3.0", @@ -59,12 +59,12 @@ "electron-vite": "^3.1.0", "eslint": "^9.0.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.0.0", - "eslint-plugin-vue": "^9.26.0", - "eslint-plugin-vue-scoped-css": "^2.7.2", + "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue-scoped-css": "^2.9.0", "howler": "^2.2.4", "lodash": "^4.17.21", "marked": "^15.0.4",