Skip to content

Commit 527a210

Browse files
Bump @types/react-dom from 16.9.5 to 16.9.8
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.5 to 16.9.8. - [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] <[email protected]>
1 parent bcd6200 commit 527a210

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
@@ -10,7 +10,7 @@
1010
"@types/node": "^12.0.0",
1111
"@types/react": "^16.9.0",
1212
"@types/react-beautiful-dnd": "^12.1.2",
13-
"@types/react-dom": "^16.9.0",
13+
"@types/react-dom": "^16.9.8",
1414
"@types/socket.io-client": "^1.4.32",
1515
"@types/styled-components": "^5.1.2",
1616
"@types/tinycolor2": "^1.4.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,10 +1501,10 @@
15011501
dependencies:
15021502
"@types/react" "*"
15031503

1504-
"@types/react-dom@*", "@types/react-dom@^16.9.0":
1505-
version "16.9.5"
1506-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.5.tgz#5de610b04a35d07ffd8f44edad93a71032d9aaa7"
1507-
integrity sha512-BX6RQ8s9D+2/gDhxrj8OW+YD4R+8hj7FEM/OJHGNR0KipE1h1mSsf39YeyC81qafkq+N3rU3h3RFbLSwE5VqUg==
1504+
"@types/react-dom@*", "@types/react-dom@^16.9.8":
1505+
version "16.9.8"
1506+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423"
1507+
integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==
15081508
dependencies:
15091509
"@types/react" "*"
15101510

0 commit comments

Comments
 (0)