Skip to content

Commit e529f24

Browse files
committed
chore(deps): update dependency typescript to v4
1 parent e1016a9 commit e529f24

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"ts-jest": "26.2.0",
24-
"typescript": "3.9.7"
24+
"typescript": "4.0.2"
2525
},
2626
"publishConfig": {
2727
"access": "public"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"ts-jest": "26.2.0",
8282
"ts-loader": "8.0.2",
8383
"ts-node": "8.10.2",
84-
"typescript": "3.9.7",
84+
"typescript": "4.0.2",
8585
"webpack": "4.44.1",
8686
"webpack-bundle-analyzer": "3.8.0",
8787
"webpack-cli": "3.3.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12784,10 +12784,10 @@ typedarray@^0.0.6:
1278412784
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1278512785
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1278612786

12787-
typescript@3.9.7:
12788-
version "3.9.7"
12789-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
12790-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
12787+
typescript@4.0.2:
12788+
version "4.0.2"
12789+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
12790+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
1279112791

1279212792
uglify-js@^3.1.4:
1279312793
version "3.10.0"

0 commit comments

Comments
 (0)