Skip to content

Commit

Permalink
Update dependency @types/react-dom to v17.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 6, 2021
1 parent 79bf1ee commit a5905c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"resolutions": {
"@types/react": "17.0.34",
"@types/react-dom": "17.0.10",
"@types/react-dom": "17.0.11",
"@types/hoist-non-react-statics": "3.3.1",
"@babel/preset-env": "7.16.0",
"hoist-non-react-statics": "^3.3.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4613,10 +4613,10 @@
"@types/react" "*"
"@types/reactcss" "*"

"@types/react-dom@17.0.10", "@types/react-dom@>=16.9.0":
version "17.0.10"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.10.tgz#d6972ec018d23cf22b99597f1289343d99ea9d9d"
integrity sha512-8oz3NAUId2z/zQdFI09IMhQPNgIbiP8Lslhv39DIDamr846/0spjZK0vnrMak0iB8EKb9QFTTIdg2Wj2zH5a3g==
"@types/react-dom@17.0.11", "@types/react-dom@>=16.9.0":
version "17.0.11"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit a5905c6

Please sign in to comment.