Skip to content

Commit 7d7615b

Browse files
committed
Update dependency @types/react to v16.9.47
1 parent c0b59a9 commit 7d7615b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-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.47",
2626
"@types/react-dom": "16.0.11",
2727
"enzyme": "3.8.0",
2828
"enzyme-adapter-react-16": "1.8.0",

yarn.lock

Lines changed: 14 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.47"
677+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.47.tgz#fb092936f0b56425f874d0ff1b08051fdf70c1ba"
678+
integrity sha512-dAJO4VbrjYqTUwFiQqAKjLyHHl4RSTNnRyPdX3p16MPbDKvow51wxATUPxoe2QsiXNMEYrOjc2S6s92VjG+1VQ==
679+
dependencies:
680+
"@types/prop-types" "*"
681+
csstype "^3.0.2"
682+
675683
"@webassemblyjs/[email protected]":
676684
version "1.7.11"
677685
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
@@ -1929,6 +1937,11 @@ csstype@^2.2.0:
19291937
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.2.tgz#3043d5e065454579afc7478a18de41909c8a2f01"
19301938
integrity sha512-Rl7PvTae0pflc1YtxtKbiSqq20Ts6vpIYOD5WBafl4y123DyHUeLrRdQP66sQW8/6gmX8jrYJLXwNeMqYVJcow==
19311939

1940+
csstype@^3.0.2:
1941+
version "3.0.3"
1942+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.3.tgz#2b410bbeba38ba9633353aff34b05d9755d065f8"
1943+
integrity sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag==
1944+
19321945
cyclist@~0.2.2:
19331946
version "0.2.2"
19341947
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"

0 commit comments

Comments
 (0)