Skip to content

Commit 35f97ed

Browse files
committed
fix(deps): update dependency typescript to ~4.5.0
1 parent 4bb12b1 commit 35f97ed

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
@@ -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",

yarn.lock

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

16178-
typescript@~4.2.0:
16179-
version "4.2.4"
16180-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
16181-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
16178+
typescript@~4.5.0:
16179+
version "4.5.2"
16180+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
16181+
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
1618216182

1618316183
uglify-js@^3.1.4:
1618416184
version "3.13.5"

0 commit comments

Comments
 (0)