Skip to content

Commit b870de4

Browse files
committed
fix(deps): update dependency typescript to v4
1 parent 542138b commit b870de4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"redux": "^4.0.5",
6666
"redux-devtools-extension": "^2.13.8",
6767
"redux-mock-store": "^1.5.4",
68-
"typescript": "~3.9.0"
68+
"typescript": "~4.0.0"
6969
},
7070
"scripts": {
7171
"start": "react-scripts start",

yarn.lock

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

15010-
typescript@~3.9.0:
15011-
version "3.9.2"
15012-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9"
15013-
integrity sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==
15010+
typescript@~4.0.0:
15011+
version "4.0.2"
15012+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
15013+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
1501415014

1501515015
uglify-js@^3.1.4:
1501615016
version "3.7.1"

0 commit comments

Comments
 (0)