Skip to content

Commit e516caa

Browse files
committed
Update dependency @types/react-dom to v16.9.10
1 parent c0b59a9 commit e516caa

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/enzyme-adapter-react-16": "1.0.3",
2424
"@types/jest": "23.3.13",
2525
"@types/react": "16.8.1",
26-
"@types/react-dom": "16.0.11",
26+
"@types/react-dom": "16.9.10",
2727
"enzyme": "3.8.0",
2828
"enzyme-adapter-react-16": "1.8.0",
2929
"enzyme-to-json": "3.3.5",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,12 +657,12 @@
657657
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"
658658
integrity sha512-3AQoUxQcQtLHsK25wtTWIoIpgYjH3vSDroZOUr7PpCHw/jLY1RB9z9E8dBT/OSmwStVgkRNvdh+ZHNiomRieaw==
659659

660-
"@types/react-dom@16.0.11":
661-
version "16.0.11"
662-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.11.tgz#bd10ccb0d9260343f4b9a49d4f7a8330a5c1f081"
663-
integrity sha512-x6zUx9/42B5Kl2Vl9HlopV8JF64wLpX3c+Pst9kc1HgzrsH+mkehe/zmHMQTplIrR48H2gpU7ZqurQolYu8XBA==
660+
"@types/react-dom@16.9.10":
661+
version "16.9.10"
662+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f"
663+
integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw==
664664
dependencies:
665-
"@types/react" "*"
665+
"@types/react" "^16"
666666

667667
"@types/react@*", "@types/[email protected]":
668668
version "16.8.1"
@@ -672,6 +672,14 @@
672672
"@types/prop-types" "*"
673673
csstype "^2.2.0"
674674

675+
"@types/react@^16":
676+
version "16.14.2"
677+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
678+
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
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.5"
1942+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
1943+
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
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)