Skip to content

Commit 14ab917

Browse files
authored
Merge pull request #40 from Himenon/renovate/typescript-4.x
chore(deps): update dependency typescript to v4
2 parents 9a2d4e7 + e529f24 commit 14ab917

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
@@ -12798,10 +12798,10 @@ typedarray@^0.0.6:
1279812798
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1279912799
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1280012800

12801-
typescript@3.9.7:
12802-
version "3.9.7"
12803-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
12804-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
12801+
typescript@4.0.2:
12802+
version "4.0.2"
12803+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
12804+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
1280512805

1280612806
uglify-js@^3.1.4:
1280712807
version "3.10.0"

0 commit comments

Comments
 (0)