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",