From 92c9cda3fc6ac3023dedc9db2fc2e98f857770c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:11:18 +0000 Subject: [PATCH] chore(deps): update dep typescript from 4.1.3 to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c6095ef3d..69f1dcca9 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "superagent": "3.7.0", "superagent-bluebird-promise": "3.0.2", "ts-loader": "6.2.1", - "typescript": "^4.1.3", + "typescript": "^5.0.0", "typescript-styled-plugin": "0.13.0", "uglifyify": "3.0.4", "underscore": "1.13.1", diff --git a/yarn.lock b/yarn.lock index c61ef3db1..075750993 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14341,10 +14341,10 @@ typescript-template-language-service-decorator@^2.0.0: resolved "https://registry.yarnpkg.com/typescript-template-language-service-decorator/-/typescript-template-language-service-decorator-2.2.0.tgz#4ee6d580f307fb9239978e69626f2775b8a59b2a" integrity sha512-xiolqt1i7e22rpqMaprPgSFVgU64u3b9n6EJlAaUYE61jumipKAdI1+O5khPlWslpTUj80YzjUKjJ2jxT0D74w== -typescript@^4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" - integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== +typescript@^5.0.0: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== ua-parser-js@^0.7.18: version "0.7.33"