Skip to content

Commit ec8e3cb

Browse files
committed
bump typescript to latest version
1 parent 49f6bec commit ec8e3cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "26",
4242
"lint-staged": "^12.2.1",
4343
"prettier": "^2.5.1",
44-
"tslib": "^2.1.0",
45-
"typescript": "^3.9.7"
44+
"tslib": "^2.3.1",
45+
"typescript": "^4.5.4"
4646
}
4747
}

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4493,7 +4493,7 @@ tr46@^2.1.0:
44934493
dependencies:
44944494
punycode "^2.1.1"
44954495

4496-
tslib@^2.1.0:
4496+
tslib@^2.1.0, tslib@^2.3.1:
44974497
version "2.3.1"
44984498
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
44994499
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
@@ -4532,10 +4532,10 @@ typedarray-to-buffer@^3.1.5:
45324532
dependencies:
45334533
is-typedarray "^1.0.0"
45344534

4535-
typescript@^3.9.7:
4536-
version "3.9.10"
4537-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
4538-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
4535+
typescript@^4.5.4:
4536+
version "4.5.4"
4537+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
4538+
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
45394539

45404540
union-value@^1.0.0:
45414541
version "1.0.1"

0 commit comments

Comments
 (0)