From d8f573d2b27f12eaa69168eaffa510274a252c05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:02:59 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f99f3b..aab11f0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "ts-jest": "^27.0.1", "tslint": "^6.0.0", "tslint-eslint-rules": "^5.3.1", - "typescript": "^4.0.0", + "typescript": "^5.0.0", "webpack": "^5.0.0", "webpack-cli": "^5.0.0" }, diff --git a/yarn.lock b/yarn.lock index 5a24945..9c98a4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4802,10 +4802,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.0.0: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== +typescript@^5.0.0: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== universalify@^0.1.2: version "0.1.2"