diff --git a/notes/package.json b/notes/package.json index 220cf721d..f6a161ac5 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.1.6" } } diff --git a/package.json b/package.json index b8c74641d..c7ea2a16a 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.1.6" }, "workspaces": [ "examples/*", diff --git a/yarn.lock b/yarn.lock index 2ccfd51af..530f0173d 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.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== typescript@next: version "3.4.0-dev.20190302"