From c379b2ab09262afd337b9c8ef185060efcc93c42 Mon Sep 17 00:00:00 2001 From: Yamazaki Mitsuyoshi Date: Sun, 20 Nov 2022 15:36:53 +0900 Subject: [PATCH] =?UTF-8?q?Type=20Narrowing=E3=81=8C=E8=AA=8D=E8=AD=98?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4416aac5..ceb921a6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jest": "^26.6.3", "ts-jest": "^26.5.1", "ts-loader": "^8.0.14", - "typescript": "^4.1.3", + "typescript": "^4.9.3", "webpack": "^5.14.0", "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.11.2" diff --git a/yarn.lock b/yarn.lock index 298b6bd8..24db2bea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7124,10 +7124,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz" - integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== +typescript@^4.9.3: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== unbox-primitive@^1.0.0: version "1.0.1"