From 575246336082e0097689692d8e1b6ebcdf08043e Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 6 Jan 2025 11:47:54 +0530 Subject: [PATCH] Pin to 5.6 until the ArrayBufferLike regressions are resolved e.g. https://github.com/microsoft/TypeScript/issues/60846, https://github.com/microsoft/TypeScript/issues/60579 Note that we can't also update the node types since we're using node 20. --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index ca38cc0ed7..35c30fbe31 100644 --- a/web/package.json +++ b/web/package.json @@ -33,7 +33,7 @@ "concurrently": "^9.1.1", "eslint": "^9.17.0", "prettier": "^3.4.2", - "typescript": "^5.6.3" + "typescript": "5.6.3" }, "packageManager": "yarn@1.22.22" } diff --git a/web/yarn.lock b/web/yarn.lock index 66f23f2886..11e513d84b 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3983,10 +3983,10 @@ typescript-eslint@^8.19.0: "@typescript-eslint/parser" "8.19.0" "@typescript-eslint/utils" "8.19.0" -typescript@^5.6.3: - version "5.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" - integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== unbox-primitive@^1.1.0: version "1.1.0"