From 79042cce43248f85c34281d1a595e89ed2af5245 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Sat, 23 Apr 2022 15:19:25 -0230 Subject: [PATCH] Update to TypeScript v4.6 See the TypeScript v4.6 release announcement for more information: https://devblogs.microsoft.com/typescript/announcing-typescript-4-6/ This update included no breaking changes for this repository. Closes #792 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f59964c1d2b..9f4f0ba08b3 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "ts-jest": "^26.5.2", "typedoc": "^0.22.15", "typedoc-plugin-missing-exports": "^0.22.6", - "typescript": "~4.5.5" + "typescript": "~4.6.3" }, "engines": { "node": ">=12.0.0" diff --git a/yarn.lock b/yarn.lock index a7f55b594d3..99ac3248159 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8091,10 +8091,10 @@ typedoc@^0.22.15: minimatch "^5.0.1" shiki "^0.10.1" -typescript@~4.5.5: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== +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== unbox-primitive@^1.0.1: version "1.0.1"