From 45feabe376bbccf4d4c912af0ca6324938f47192 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:43:32 +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..b33bdb954 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.6.3" } } diff --git a/package.json b/package.json index b8c74641d..b9e5c10ff 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.6.3" }, "workspaces": [ "examples/*", diff --git a/yarn.lock b/yarn.lock index 2ccfd51af..5145c62cf 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.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== typescript@next: version "3.4.0-dev.20190302"