Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit baf6c99

Browse files
committed
fix(deps): update dependency @types/react to v16.9.30
1 parent df85417 commit baf6c99

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
@@ -16,7 +16,7 @@
1616
"@types/history": "4.7.5",
1717
"@types/lodash": "4.14.149",
1818
"@types/node": "13.9.1",
19-
"@types/react": "16.9.23",
19+
"@types/react": "16.9.30",
2020
"@types/react-dom": "16.9.5",
2121
"axios": "0.19.2",
2222
"history": "4.10.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,10 +2410,10 @@
24102410
"@types/prop-types" "*"
24112411
csstype "^2.2.0"
24122412

2413-
"@types/react@16.9.23":
2414-
version "16.9.23"
2415-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.23.tgz#1a66c6d468ba11a8943ad958a8cb3e737568271c"
2416-
integrity sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw==
2413+
"@types/react@16.9.30":
2414+
version "16.9.30"
2415+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.30.tgz#4750857769803c36afeb9ed30139bb77f9607223"
2416+
integrity sha512-nx+ixghmJkzcDYhtqvmf/jPcBvyH87yfLM+dUDH2n8lE356t18p2flj3mzkT/VO0N1wh6RCjtmWGFI3r/KhCxw==
24172417
dependencies:
24182418
"@types/prop-types" "*"
24192419
csstype "^2.2.0"

0 commit comments

Comments
 (0)