chore(deps-dev): bump @types/react-dom from 16.9.8 to 16.9.9

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.8 to 16.9.9.
- [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>
This commit is contained in:
dependabot-preview[bot]
2020-11-02 05:04:29 +00:00
committed by GitHub
parent 65335c98c3
commit 9f30f7d6a2
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2032,9 +2032,9 @@
}
},
"@types/react-dom": {
"version": "16.9.8",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.8.tgz",
"integrity": "sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==",
"version": "16.9.9",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.9.tgz",
"integrity": "sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==",
"dev": true,
"requires": {
"@types/react": "*"
+1 -1
View File
@@ -49,7 +49,7 @@
"@types/classnames": "^2.2.11",
"@types/d3": "^5.16.3",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-dom": "^16.9.9",
"autoprefixer": "^9.8.6",
"babel-preset-react-app": "^9.1.2",
"cypress": "^5.4.0",