Skip to content

Commit 2088311

Browse files
committed
upgrade to TypeScript v4.4
1 parent 8aff7e6 commit 2088311

4 files changed

+24
-4
lines changed
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"package-build-stats": "^7.2.4",
6060
"prettier": "^2.3.2",
6161
"ts-jest": "^27.0.3",
62-
"typescript": "^4.3.5",
62+
"typescript": "^4.4.2",
6363
"zx": "^4.0.0"
6464
},
6565
"packageManager": "yarn@3.0.1"

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14841,7 +14841,7 @@ resolve@1.17.0:
1484114841
package-build-stats: ^7.2.4
1484214842
prettier: ^2.3.2
1484314843
ts-jest: ^27.0.3
14844-
typescript: ^4.3.5
14844+
typescript: ^4.4.2
1484514845
zx: ^4.0.0
1484614846
languageName: unknown
1484714847
linkType: soft
@@ -15445,7 +15445,7 @@ resolve@1.17.0:
1544515445
languageName: node
1544615446
linkType: hard
1544715447

15448-
"typescript@^4.1.3, typescript@^4.3.5":
15448+
typescript@^4.1.3:
1544915449
version: 4.3.5
1545015450
resolution: "typescript@npm:4.3.5"
1545115451
bin:
@@ -15455,7 +15455,17 @@ resolve@1.17.0:
1545515455
languageName: node
1545615456
linkType: hard
1545715457

15458-
"typescript@patch:typescript@^4.1.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.3.5#~builtin<compat/typescript>":
15458+
typescript@^4.4.2:
15459+
version: 4.4.2
15460+
resolution: "typescript@npm:4.4.2"
15461+
bin:
15462+
tsc: bin/tsc
15463+
tsserver: bin/tsserver
15464+
checksum: 194e08e9d1971d667d6fd1a0554616b7022312a2319d70e81a64e502a265992061ee7817ed9a69b52bbabe7a9b85e7938cb8c11c433e40a516b277f8c4dacd51
15465+
languageName: node
15466+
linkType: hard
15467+
15468+
"typescript@patch:typescript@^4.1.3#~builtin<compat/typescript>":
1545915469
version: 4.3.5
1546015470
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=d8b4e7"
1546115471
bin:
@@ -15465,6 +15475,16 @@ resolve@1.17.0:
1546515475
languageName: node
1546615476
linkType: hard
1546715477

15478+
"typescript@patch:typescript@^4.4.2#~builtin<compat/typescript>":
15479+
version: 4.4.2
15480+
resolution: "typescript@patch:typescript@npm%3A4.4.2#~builtin<compat/typescript>::version=4.4.2&hash=d8b4e7"
15481+
bin:
15482+
tsc: bin/tsc
15483+
tsserver: bin/tsserver
15484+
checksum: 11d6ab6e868117908c388401e2ac06d503c5c8709115ab80ee69a1a6352c1f98471d1e595636bfe6a2d6b20b03a44df6bb2d3d198cea97c0c328968cd18d2b70
15485+
languageName: node
15486+
linkType: hard
15487+
1546815488
"uglify-js@npm:^3.1.4":
1546915489
version: 3.13.10
1547015490
resolution: "uglify-js@npm:3.13.10"

0 commit comments

Comments
 (0)