Skip to content

Commit cf35226

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

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-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.14",
2727
"enzyme": "3.8.0",
2828
"enzyme-adapter-react-16": "1.8.0",
2929
"enzyme-to-json": "3.3.5",

yarn.lock

Lines changed: 24 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.14":
661+
version "16.9.14"
662+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.14.tgz#674b8f116645fe5266b40b525777fc6bb8eb3bcd"
663+
integrity sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A==
664664
dependencies:
665-
"@types/react" "*"
665+
"@types/react" "^16"
666666

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

675+
"@types/react@^16":
676+
version "16.14.17"
677+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.17.tgz#c57fcfb05efa6423f5b65fcd4a75f63f05b162bf"
678+
integrity sha512-pMLc/7+7SEdQa9A+hN9ujI8blkjFqYAZVqh3iNXqdZ0cQ8TIR502HMkNJniaOGv9SAgc47jxVKoiBJ7c0AakvQ==
679+
dependencies:
680+
"@types/prop-types" "*"
681+
"@types/scheduler" "*"
682+
csstype "^3.0.2"
683+
684+
"@types/scheduler@*":
685+
version "0.16.2"
686+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
687+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
688+
675689
"@webassemblyjs/[email protected]":
676690
version "1.7.11"
677691
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
@@ -1929,6 +1943,11 @@ csstype@^2.2.0:
19291943
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.2.tgz#3043d5e065454579afc7478a18de41909c8a2f01"
19301944
integrity sha512-Rl7PvTae0pflc1YtxtKbiSqq20Ts6vpIYOD5WBafl4y123DyHUeLrRdQP66sQW8/6gmX8jrYJLXwNeMqYVJcow==
19311945

1946+
csstype@^3.0.2:
1947+
version "3.0.9"
1948+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
1949+
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
1950+
19321951
cyclist@~0.2.2:
19331952
version "0.2.2"
19341953
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"

0 commit comments

Comments
 (0)