Merge pull request #31 from wbkd/dependabot/npm_and_yarn/types/react-dom-16.9.2

This commit is contained in:
dependabot-preview[bot]
2019-10-15 10:54:31 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
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": "*"

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",