Skip to content

Commit f3f5c28

Browse files
build(deps): bump @types/react-dom from 16.9.5 to 17.0.0
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.5 to 17.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f4fbac2 commit f3f5c28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/mongodb": "^3.6.3",
2222
"@types/node": "^13.7.0",
2323
"@types/react": "^16.9.19",
24-
"@types/react-dom": "^16.9.5",
24+
"@types/react-dom": "^17.0.0",
2525
"@types/recharts": "^1.8.19",
2626
"@types/styled-components": "^4.4.3",
2727
"@vercel/node": "^1.9.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,10 +2787,10 @@
27872787
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
27882788
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
27892789

2790-
"@types/react-dom@*", "@types/react-dom@^16.9.5":
2791-
version "16.9.5"
2792-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.5.tgz#5de610b04a35d07ffd8f44edad93a71032d9aaa7"
2793-
integrity sha512-BX6RQ8s9D+2/gDhxrj8OW+YD4R+8hj7FEM/OJHGNR0KipE1h1mSsf39YeyC81qafkq+N3rU3h3RFbLSwE5VqUg==
2790+
"@types/react-dom@*", "@types/react-dom@^17.0.0":
2791+
version "17.0.0"
2792+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"
2793+
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==
27942794
dependencies:
27952795
"@types/react" "*"
27962796

0 commit comments

Comments
 (0)