From 0004e9370d3e41c53acb7f2dd74647b34513cd6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Aug 2021 22:44:25 +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..af0c7ef58 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.4.2" } } diff --git a/package.json b/package.json index a167ce152..91559d58a 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.4.2" }, "workspaces": [ "examples/*", diff --git a/yarn.lock b/yarn.lock index 10a7e1c5c..01cc3a858 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.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86" + integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ== typescript@next: version "3.4.0-dev.20190302"