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

Commit f64df28

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

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.27",
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.27":
2414+
version "16.9.27"
2415+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.27.tgz#7fc5db99e3ec3f21735b44d3560cff684856814a"
2416+
integrity sha512-j+RvQb9w7a2kZFBOgTh+s/elCwtqWUMN6RJNdmz0ntmwpeoMHKnyhUcmYBu7Yw94Rtj9938D+TJSn6WGcq2+OA==
24172417
dependencies:
24182418
"@types/prop-types" "*"
24192419
csstype "^2.2.0"

0 commit comments

Comments
 (0)