Skip to content

Commit c2c683b

Browse files
authored
Merge pull request #161 from alexandr-g/renovate/typescript-4.x
fix(deps): update dependency typescript to ~4.2.0
2 parents 4e60043 + 3599df3 commit c2c683b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

package.json

Lines changed: 6 additions & 2 deletions
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.1.0"
67+
"typescript": "~4.2.0"
6868
},
6969
"scripts": {
7070
"start": "react-scripts start",
@@ -102,7 +102,11 @@
102102
"development": [
103103
"last 1 chrome version",
104104
"last 1 firefox version",
105-
"last 1 safari version"
105+
"last 1 safari version",
106+
">0.3%",
107+
"not ie 11",
108+
"not dead",
109+
"not op_mini all"
106110
]
107111
},
108112
"devDependencies": {

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.1.0"
29+
"typescript": "~4.2.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
@@ -16216,10 +16216,10 @@ typedarray@^0.0.6:
1621616216
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1621716217
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1621816218

16219-
typescript@~4.1.0:
16220-
version "4.1.2"
16221-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
16222-
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
16219+
typescript@~4.2.0:
16220+
version "4.2.4"
16221+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
16222+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
1622316223

1622416224
uglify-js@^3.1.4:
1622516225
version "3.7.1"

0 commit comments

Comments
 (0)