chore(deps-dev): bump @types/react-dom from 16.9.1 to 16.9.2

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.1 to 16.9.2.
- [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]
2019-10-15 10:52:23 +00:00
committed by GitHub
parent 834b631036
commit c9ca43c587
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1621,9 +1621,9 @@
}
},
"@types/react-dom": {
"version": "16.9.1",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.1.tgz",
"integrity": "sha512-1S/akvkKr63qIUWVu5IKYou2P9fHLb/P2VAwyxVV85JGaGZTcUniMiTuIqM3lXFB25ej6h+CYEQ27ERVwi6eGA==",
"version": "16.9.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.2.tgz",
"integrity": "sha512-hgPbBoI1aTSTvZwo8HYw35UaTldW6n2ETLvHAcfcg1FaOuBV3olmyCe5eMpx2WybWMBPv0MdU2t5GOcQhP+3zA==",
"dev": true,
"requires": {
"@types/react": "*"
+1 -1
View File
@@ -21,7 +21,7 @@
"@babel/preset-react": "^7.6.3",
"@types/d3": "^5.7.2",
"@types/react": "^16.9.6",
"@types/react-dom": "^16.9.1",
"@types/react-dom": "^16.9.2",
"autoprefixer": "^9.6.5",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.2",