From 53f7c4d28bec2f0f363044b5e5c95a3efb7a0739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:09:25 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- notes/package.json | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notes/package.json b/notes/package.json index 220cf721d..f74fa4b5b 100644 --- a/notes/package.json +++ b/notes/package.json @@ -3,6 +3,6 @@ "private": true, "version": "0.0.0-development", "devDependencies": { - "typescript": "3.7.7" + "typescript": "5.5.3" } } diff --git a/package.json b/package.json index b8c74641d..370139fd7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "semantic-release": "15.14.0", "source-map-support": "0.5.19", "ts-node": "8.10.2", - "typescript": "3.7.7" + "typescript": "5.5.3" }, "workspaces": [ "examples/*", diff --git a/yarn.lock b/yarn.lock index 2ccfd51af..795e0a2c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7760,10 +7760,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.7.7: - version "3.7.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.7.tgz#c931733e2ec10dda56b855b379cc488a72a81199" - integrity sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA== +typescript@5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== typescript@next: version "3.4.0-dev.20190302"