Skip to content

Commit 146f02e

Browse files
Update dependency typescript to v5
1 parent e913285 commit 146f02e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lint-staged": "10.5.1",
5252
"prettier": "2.1.2",
5353
"rimraf": "3.0.2",
54-
"typescript": "3.9.7"
54+
"typescript": "5.2.2"
5555
},
5656
"dependencies": {
5757
"@typed/prelude": "6.0.0",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -4719,7 +4719,12 @@ typedarray@^0.0.6:
47194719
version "0.0.6"
47204720
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
47214721

4722-
typescript@3.9.7, typescript@^3.2.4:
4722+
typescript@5.2.2:
4723+
version "5.2.2"
4724+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
4725+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
4726+
4727+
typescript@^3.2.4:
47234728
version "3.9.7"
47244729
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
47254730
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

0 commit comments

Comments
 (0)