Bump @types/react from 16.9.17 to 16.9.19 (#546)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.17 to 16.9.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-25 06:04:03 +02:00 committed by Lipis
parent 3cf9cad52e
commit 6dcb88b8f6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1520,9 +1520,9 @@
"integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==" "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw=="
}, },
"@types/react": { "@types/react": {
"version": "16.9.17", "version": "16.9.19",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.17.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.19.tgz",
"integrity": "sha512-UP27In4fp4sWF5JgyV6pwVPAQM83Fj76JOcg02X5BZcpSu5Wx+fP9RMqc2v0ssBoQIFvD5JdKY41gjJJKmw6Bg==", "integrity": "sha512-LJV97//H+zqKWMms0kvxaKYJDG05U2TtQB3chRLF8MPNs+MQh/H1aGlyDUxjaHvu08EAGerdX2z4LTBc7ns77A==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",

View File

@ -21,7 +21,7 @@
"devDependencies": { "devDependencies": {
"@types/jest": "24.9.1", "@types/jest": "24.9.1",
"@types/nanoid": "2.1.0", "@types/nanoid": "2.1.0",
"@types/react": "16.9.17", "@types/react": "16.9.19",
"@types/react-color": "3.0.1", "@types/react-color": "3.0.1",
"@types/react-dom": "16.9.5", "@types/react-dom": "16.9.5",
"eslint-plugin-json-format": "2.0.1", "eslint-plugin-json-format": "2.0.1",