Skip to content

Commit 5ee5774

Browse files
committed
Update TypeScript to v4.2
TypeScript has been updated to v4.2 [1]. I'm not aware of any changes that impact our code. TypeScript v4.2 is still not supported by `@typescript-eslint/eslint-plugin` and `typedoc`, so they give a warning at runtime and install time respectively. [1]: https://devblogs.microsoft.com/typescript/announcing-typescript-4-2/
1 parent e8c4f91 commit 5ee5774

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"sinon": "^9.2.4",
8181
"ts-jest": "^26.5.2",
8282
"typedoc": "^0.20.28",
83-
"typescript": "~4.1.5"
83+
"typescript": "~4.2.2"
8484
},
8585
"jest": {
8686
"moduleFileExtensions": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7047,10 +7047,10 @@ typedoc@^0.20.28:
70477047
shiki "^0.9.2"
70487048
typedoc-default-themes "^0.12.7"
70497049

7050-
typescript@~4.1.5:
7051-
version "4.1.5"
7052-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
7053-
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
7050+
typescript@~4.2.2:
7051+
version "4.2.2"
7052+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
7053+
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
70547054

70557055
uglify-js@^3.1.4:
70567056
version "3.6.5"

0 commit comments

Comments
 (0)