Skip to content

Commit a3cf77a

Browse files
Update react monorepo
1 parent 61a3886 commit a3cf77a

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"typescript": "4.2.3"
9999
},
100100
"resolutions": {
101-
"@types/react": "16.14.47",
102-
"@types/react-dom": "16.9.20",
101+
"@types/react": "16.14.62",
102+
"@types/react-dom": "16.9.25",
103103
"@types/hoist-non-react-statics": "3.3.6"
104104
},
105105
"jest": {

yarn.lock

+14-11
Original file line numberDiff line numberDiff line change
@@ -2914,12 +2914,10 @@
29142914
dependencies:
29152915
"@types/react" "^16"
29162916

2917-
2918-
version "16.9.20"
2919-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.20.tgz#39eff50cf3f88d6c05647ffb178af36a0ddf11a1"
2920-
integrity sha512-sYJBek61QO1qeZOnGy79jOaQnQK/sT5CHK0gmwEhMzbhrgpRWoxdEXRaaR96vGfRttWliKG82SVrWbc6WRNwng==
2921-
dependencies:
2922-
"@types/react" "^16"
2917+
2918+
version "16.9.25"
2919+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.25.tgz#fc6440aaae3d2d3aa10f6afeb7f1b0c4a55d5e31"
2920+
integrity sha512-ZK//eAPhwft9Ul2/Zj+6O11YR6L4JX0J2sVeBC9Ft7x7HFN7xk7yUV/zDxqV6rjvqgl6r8Dq7oQImxtyf/Mzcw==
29232921

29242922
29252923
version "4.1.1"
@@ -2973,13 +2971,13 @@
29732971
dependencies:
29742972
"@types/react" "*"
29752973

2976-
"@types/react@*", "@types/[email protected].47", "@types/react@>=16.9.0", "@types/react@^16":
2977-
version "16.14.47"
2978-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.47.tgz#7f19fc5008c713b3ec2811faf9e7d014110b460e"
2979-
integrity sha512-m0EmmY73mbQegA+aqo0+O/hHU9iTi+hNYotJ3cM4sLFox8NqZv3XVXQhhqpd3YH6YC7h+YIyJFd36O5KlaJLCA==
2974+
"@types/react@*", "@types/[email protected].62", "@types/react@>=16.9.0", "@types/react@^16":
2975+
version "16.14.62"
2976+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.62.tgz#449e4e81caaf132d0c2c390644e577702db1dd9e"
2977+
integrity sha512-BWf7hqninZav6nerxXj+NeZT/mTpDeG6Lk2zREHAy63CrnXoOGPGtNqTFYFN/sqpSaREDP5otVV88axIXmKfGA==
29802978
dependencies:
29812979
"@types/prop-types" "*"
2982-
"@types/scheduler" "*"
2980+
"@types/scheduler" "^0.16"
29832981
csstype "^3.0.2"
29842982

29852983
@@ -3011,6 +3009,11 @@
30113009
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
30123010
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
30133011

3012+
"@types/scheduler@^0.16":
3013+
version "0.16.8"
3014+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
3015+
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
3016+
30143017
"@types/source-list-map@*":
30153018
version "0.1.2"
30163019
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"

0 commit comments

Comments
 (0)