Skip to content

Commit 4c19347

Browse files
chore(deps-dev): bump @types/react-dom from 16.9.9 to 17.0.0 (#989)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.9 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[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcus Notheis <[email protected]>
1 parent 15a4fc3 commit 4c19347

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
@@ -59,7 +59,7 @@
5959
"@testing-library/react": "^11.0.2",
6060
"@types/jest": "^26.0.8",
6161
"@types/react": "^17.0.0",
62-
"@types/react-dom": "^16.9.6",
62+
"@types/react-dom": "^17.0.0",
6363
"@typescript-eslint/eslint-plugin": "^4.4.0",
6464
"@typescript-eslint/parser": "^4.4.0",
6565
"@ui5/webcomponents-tools": "1.0.0-rc.10",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3975,10 +3975,10 @@
39753975
dependencies:
39763976
"@types/react" "*"
39773977

3978-
"@types/react-dom@^16.9.6":
3979-
version "16.9.9"
3980-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.9.tgz#d2d0a6f720a0206369ccbefff752ba37b9583136"
3981-
integrity sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==
3978+
"@types/react-dom@^17.0.0":
3979+
version "17.0.0"
3980+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"
3981+
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==
39823982
dependencies:
39833983
"@types/react" "*"
39843984

0 commit comments

Comments
 (0)