Merge pull request #68 from wbkd/dependabot/npm_and_yarn/develop/types/react-dom-16.9.3

chore(deps-dev): bump @types/react-dom from 16.9.2 to 16.9.3
This commit is contained in:
Moritz
2019-10-28 18:34:26 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1587,9 +1587,9 @@
}
},
"@types/react-dom": {
"version": "16.9.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.2.tgz",
"integrity": "sha512-hgPbBoI1aTSTvZwo8HYw35UaTldW6n2ETLvHAcfcg1FaOuBV3olmyCe5eMpx2WybWMBPv0MdU2t5GOcQhP+3zA==",
"version": "16.9.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.3.tgz",
"integrity": "sha512-FUuZKXPr9qlzUT9lhuzrZgLjH63TvNn28Ch3MvKG4B+F52zQtO8DtE0Opbncy3xaucNZM2WIPfuNTgkbKx5Brg==",
"dev": true,
"requires": {
"@types/react": "*"

View File

@@ -23,7 +23,7 @@
"@types/classnames": "^2.2.9",
"@types/d3": "^5.7.2",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/react-dom": "^16.9.3",
"autoprefixer": "^9.6.5",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.2",