Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v17.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 9, 2022
1 parent 8d6f9d7 commit af87404
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"resolutions": {
"@types/react": "17.0.44",
"@types/react-dom": "17.0.14",
"@types/react-dom": "17.0.15",
"@types/hoist-non-react-statics": "3.3.1",
"@babel/preset-env": "7.16.11",
"hoist-non-react-statics": "^3.3.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4360,12 +4360,12 @@
"@types/react" "*"
"@types/reactcss" "*"

"@types/react-dom@17.0.14", "@types/react-dom@>=16.9.0":
version "17.0.14"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f"
integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==
"@types/react-dom@17.0.15", "@types/react-dom@>=16.9.0":
version "17.0.15"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156"
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==
dependencies:
"@types/react" "*"
"@types/react" "^17"

"@types/react-dom@17.0.3":
version "17.0.3"
Expand Down Expand Up @@ -4446,7 +4446,7 @@
dependencies:
"@types/react" "^16"

"@types/react@*", "@types/react@17.0.44", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
"@types/react@*", "@types/react@17.0.44", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
version "17.0.44"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
Expand Down

0 comments on commit af87404

Please sign in to comment.