From 2d23e5ceb77bd4202cae77e8cbdd6283a50f0d97 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 19 Dec 2024 12:10:36 +0800 Subject: [PATCH] fix ts bug --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c166214..8079f50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@vitejs/plugin-vue": "^5.2.1", "prettier": "^3.4.2", "prettier-plugin-organize-imports": "^4.1.0", - "typescript": "^5.7.2", + "typescript": "5.6.3", "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.28.0", "unplugin-vue-markdown": "^0.28.0", @@ -4921,9 +4921,9 @@ "license": "ISC" }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.6.3", + "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index db8761c..ed3c25b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vitejs/plugin-vue": "^5.2.1", "prettier": "^3.4.2", "prettier-plugin-organize-imports": "^4.1.0", - "typescript": "^5.7.2", + "typescript": "5.6.3", "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.28.0", "unplugin-vue-markdown": "^0.28.0",