Merge pull request #76 from wbkd/dependabot/npm_and_yarn/develop/types/react-dom-16.9.4

chore(deps-dev): bump @types/react-dom from 16.9.3 to 16.9.4
This commit is contained in:
Moritz
2019-11-21 22:00:37 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1946,9 +1946,9 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "16.9.3", "version": "16.9.4",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.3.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.4.tgz",
"integrity": "sha512-FUuZKXPr9qlzUT9lhuzrZgLjH63TvNn28Ch3MvKG4B+F52zQtO8DtE0Opbncy3xaucNZM2WIPfuNTgkbKx5Brg==", "integrity": "sha512-fya9xteU/n90tda0s+FtN5Ym4tbgxpq/hb/Af24dvs6uYnYn+fspaxw5USlw0R8apDNwxsqumdRoCoKitckQqw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
+1 -1
View File
@@ -23,7 +23,7 @@
"@types/classnames": "^2.2.9", "@types/classnames": "^2.2.9",
"@types/d3": "^5.7.2", "@types/d3": "^5.7.2",
"@types/react": "^16.9.11", "@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3", "@types/react-dom": "^16.9.4",
"autoprefixer": "^9.7.0", "autoprefixer": "^9.7.0",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.2", "babel-preset-react-app": "^9.0.2",