Skip to content

Commit 80a1889

Browse files
committed
Update dependency @types/react to v16.9.23
1 parent c0b59a9 commit 80a1889

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/enzyme": "3.1.16",
2323
"@types/enzyme-adapter-react-16": "1.0.3",
2424
"@types/jest": "23.3.13",
25-
"@types/react": "16.8.1",
25+
"@types/react": "16.9.23",
2626
"@types/react-dom": "16.0.11",
2727
"enzyme": "3.8.0",
2828
"enzyme-adapter-react-16": "1.8.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,14 +664,22 @@
664664
dependencies:
665665
"@types/react" "*"
666666

667-
"@types/react@*", "@types/[email protected]":
667+
"@types/react@*":
668668
version "16.8.1"
669669
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.1.tgz#b431b104ecc6febda170b718caa9f50be66a6750"
670670
integrity sha512-tD1ETKJcuhANOejRc/p7OgQ16DKnbGi0M3LccelKlPnUCDp2a5koVxZFoRN9HN+A+m84HB5VGN7I+r3nNhS3PA==
671671
dependencies:
672672
"@types/prop-types" "*"
673673
csstype "^2.2.0"
674674

675+
676+
version "16.9.23"
677+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.23.tgz#1a66c6d468ba11a8943ad958a8cb3e737568271c"
678+
integrity sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw==
679+
dependencies:
680+
"@types/prop-types" "*"
681+
csstype "^2.2.0"
682+
675683
"@webassemblyjs/[email protected]":
676684
version "1.7.11"
677685
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"

0 commit comments

Comments
 (0)