From c717422de2bc202bd10d44e6b04291f8181674d3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 15:56:49 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4 --- 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..8eada4d95 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": "4.6.3" } } diff --git a/package.json b/package.json index b8c74641d..c442de67b 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": "4.6.3" }, "workspaces": [ "examples/*", diff --git a/yarn.lock b/yarn.lock index 2ccfd51af..d0cd91699 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@4.6.3: + version "4.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" + integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== typescript@next: version "3.4.0-dev.20190302"