Skip to content

Commit 65c7ebd

Browse files
authored
Merge pull request #134 from alexandr-g/renovate/typescript-4.x
fix(deps): update dependency typescript to ~4.1.0
2 parents ec687d4 + 5b5832c commit 65c7ebd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"redux": "^4.0.5",
6565
"redux-devtools-extension": "^2.13.8",
6666
"redux-mock-store": "^1.5.4",
67-
"typescript": "~4.0.3"
67+
"typescript": "~4.1.0"
6868
},
6969
"scripts": {
7070
"start": "react-scripts start",

template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"redux": "4.0.5",
2727
"redux-devtools-extension": "2.13.8",
2828
"redux-mock-store": "1.5.4",
29-
"typescript": "~4.0.3"
29+
"typescript": "~4.1.0"
3030
},
3131
"scripts": {
3232
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",

yarn.lock

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

15561-
typescript@~4.0.3:
15562-
version "4.0.5"
15563-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
15564-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
15561+
typescript@~4.1.0:
15562+
version "4.1.2"
15563+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
15564+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
1556515565

1556615566
uglify-js@^3.1.4:
1556715567
version "3.7.1"

0 commit comments

Comments
 (0)