From 98fa8cd7f180514a9443bccb0d4cdf1ff2572b0d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Nov 2019 20:36:35 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v16.9.13 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca8e05fb1..481b5e26f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1967,11 +1967,12 @@ "dev": true }, "@types/react": { - "version": "16.4.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.4.2.tgz", - "integrity": "sha512-oVcVteCDNiVc/fkDjowRfAZQDEOR76j3CJ3FvwXNvfV6zJguhghy1lMgpAzYox+9AZsWch+JPV6Imml3wvIUeg==", + "version": "16.9.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.13.tgz", + "integrity": "sha512-LikzRslbiufJYHyzbHSW0GrAiff8QYLMBFeZmSxzCYGXKxi8m/1PHX+rsVOwhr7mJNq+VIu2Dhf7U6mjFERK6w==", "dev": true, "requires": { + "@types/prop-types": "*", "csstype": "^2.2.0" } }, @@ -4435,9 +4436,9 @@ } }, "csstype": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.5.7.tgz", - "integrity": "sha512-Nt5VDyOTIIV4/nRFswoCKps1R5CD1hkiyjBE9/thNaNZILLEviVw9yWQw15+O+CpNjQKB/uvdcxFFOrSflY3Yw==", + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.7.tgz", + "integrity": "sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==", "dev": true }, "currently-unhandled": { diff --git a/package.json b/package.json index b538828b2..d25507f71 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/mocha": "5.2.7", "@types/power-assert": "1.5.0", "@types/prop-types": "15.7.3", - "@types/react": "16.4.2", + "@types/react": "16.9.13", "@types/react-dom": "16.0.8", "assert-rejects": "0.1.1", "gh-pages": "1.2.0",