Skip to content

Commit 8886188

Browse files
authored
Merge pull request #193 from alexandr-g/renovate/typescript-4.x
fix(deps): update dependency typescript to ~4.5.0
2 parents 763262a + 8675c5a commit 8886188

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.2.0"
67+
"typescript": "~4.5.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.2.0"
29+
"typescript": "~4.5.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
@@ -15999,10 +15999,10 @@ typedarray@^0.0.6:
1599915999
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1600016000
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1600116001

16002-
typescript@~4.2.0:
16003-
version "4.2.4"
16004-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
16005-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
16002+
typescript@~4.5.0:
16003+
version "4.5.4"
16004+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
16005+
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
1600616006

1600716007
uglify-js@^3.1.4:
1600816008
version "3.13.5"

0 commit comments

Comments
 (0)