From fc84461f00d9699bc9feade0e336900c590b4889 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 1 Jun 2021 00:37:40 -0400 Subject: [PATCH] chore(deps): bump @types/react to 17.0.8 --- package-lock.json | 19 ++++++++++++++++--- package.json | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 640cbc2..5f764fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3216,9 +3216,9 @@ } }, "@types/react": { - "version": "16.14.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.8.tgz", - "integrity": "sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.8.tgz", + "integrity": "sha512-3sx4c0PbXujrYAKwXxNONXUtRp9C+hE2di0IuxFyf5BELD+B+AXL8G7QrmSKhVwKZDbv0igiAjQAMhXj8Yg3aw==", "dev": true, "requires": { "@types/prop-types": "*", @@ -3233,6 +3233,19 @@ "dev": true, "requires": { "@types/react": "^16" + }, + "dependencies": { + "@types/react": { + "version": "16.14.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.8.tgz", + "integrity": "sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA==", + "dev": true, + "requires": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + } } }, "@types/react-helmet": { diff --git a/package.json b/package.json index d1a39df..f1eb1a7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@types/lodash": "^4.14.170", "@types/prismjs": "^1.16.5", "@types/ramda": "^0.27.40", - "@types/react": "^16.9.35", + "@types/react": "^17.0.8", "@types/react-dom": "^16.9.8", "@types/react-helmet": "^6.1.0", "@types/react-scrollspy": "^3.3.3",