Skip to content

Commit f8e5b87

Browse files
Update react monorepo
1 parent 58253dc commit f8e5b87

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.50",
102+
"@types/react-dom": "16.9.21",
103103
"@types/hoist-non-react-statics": "3.3.3"
104104
},
105105
"jest": {

yarn.lock

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

2917-
"@types/[email protected].20":
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==
2917+
"@types/[email protected].21":
2918+
version "16.9.21"
2919+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.21.tgz#4f937ae64f39c2766401750e069319224348306c"
2920+
integrity sha512-QdKxI502bJXRfFR8/pH0iCyt51EcPf1+hgCIZKJ9SBunj0NZpKK5j1FDoCGeGj/6ROK8gUesj41V3C64Rz2kHw==
29212921
dependencies:
29222922
"@types/react" "^16"
29232923

@@ -2973,10 +2973,10 @@
29732973
dependencies:
29742974
"@types/react" "*"
29752975

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==
2976+
"@types/react@*", "@types/[email protected].50", "@types/react@>=16.9.0", "@types/react@^16":
2977+
version "16.14.50"
2978+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.50.tgz#ec9c30f2f0c7d9aa748949536d88e3439526a25d"
2979+
integrity sha512-7TWZ/HjhXsRK3BbhSFxTinbSft3sUXJAU3ONngT0rpcKJaIOlxkRke4bidqQTopUbEv1ApC5nlSEkIpX43MkTg==
29802980
dependencies:
29812981
"@types/prop-types" "*"
29822982
"@types/scheduler" "*"

0 commit comments

Comments
 (0)