diff --git a/package.json b/package.json index 9a5c541f..f1c52c60 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", "redux-mock-store": "^1.5.4", - "typescript": "~4.0.3" + "typescript": "~4.1.0" }, "scripts": { "start": "react-scripts start", diff --git a/template.json b/template.json index e987affc..fbd35491 100644 --- a/template.json +++ b/template.json @@ -27,7 +27,7 @@ "redux": "4.0.5", "redux-devtools-extension": "2.13.8", "redux-mock-store": "1.5.4", - "typescript": "~4.0.3" + "typescript": "~4.1.0" }, "scripts": { "lint": "eslint src --ext .js,.jsx,.ts,.tsx", diff --git a/yarn.lock b/yarn.lock index be0fefa4..0af19a5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15433,10 +15433,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~4.0.3: - version "4.0.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389" - integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== +typescript@~4.1.0: + version "4.1.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" + integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== uglify-js@^3.1.4: version "3.7.1"