Skip to content

Commit 1bc69e7

Browse files
GudahttMajorLift
authored andcommitted
Update to TypeScript v4.6 (#804)
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
1 parent 0d1ed33 commit 1bc69e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"ts-jest": "^26.5.2",
109109
"typedoc": "^0.22.15",
110110
"typedoc-plugin-missing-exports": "^0.22.6",
111-
"typescript": "~4.5.5"
111+
"typescript": "~4.6.3"
112112
},
113113
"engines": {
114114
"node": ">=12.0.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8091,10 +8091,10 @@ typedoc@^0.22.15:
80918091
minimatch "^5.0.1"
80928092
shiki "^0.10.1"
80938093

8094-
typescript@~4.5.5:
8095-
version "4.5.5"
8096-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
8097-
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
8094+
typescript@~4.6.3:
8095+
version "4.6.3"
8096+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
8097+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
80988098

80998099
unbox-primitive@^1.0.1:
81008100
version "1.0.1"

0 commit comments

Comments
 (0)