From cc6c05e32c93cccdd6b0ed4891849cf76fd9eac4 Mon Sep 17 00:00:00 2001 From: Mitar Date: Tue, 10 Dec 2024 21:46:00 +0100 Subject: [PATCH] Downgrade TypeScript. Waiting for https://github.com/vuejs/language-tools/pull/5020. --- 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 8ba7b73..d6b6aa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "stylelint-config-standard-vue": "^1.0.0", "stylelint-config-tailwindcss": "^0.0.7", "tailwindcss": "^3.4.16", - "typescript": "^5.7.2", + "typescript": "^5.6.3", "typescript-eslint": "^8.18.0", "vite": "^6.0.3", "vitest": "^2.1.8", @@ -5197,9 +5197,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/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 519093b..8c46098 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "stylelint-config-standard-vue": "^1.0.0", "stylelint-config-tailwindcss": "^0.0.7", "tailwindcss": "^3.4.16", - "typescript": "^5.7.2", + "typescript": "^5.6.3", "typescript-eslint": "^8.18.0", "vite": "^6.0.3", "vitest": "^2.1.8",