chore(deps): bump @types/react to 17.0.8

This commit is contained in:
Jean-Philippe Sirois
2021-06-01 00:37:40 -04:00
parent abcd36758b
commit fc84461f00
2 changed files with 17 additions and 4 deletions
+16 -3
View File
@@ -3216,9 +3216,9 @@
} }
}, },
"@types/react": { "@types/react": {
"version": "16.14.8", "version": "17.0.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.8.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.8.tgz",
"integrity": "sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA==", "integrity": "sha512-3sx4c0PbXujrYAKwXxNONXUtRp9C+hE2di0IuxFyf5BELD+B+AXL8G7QrmSKhVwKZDbv0igiAjQAMhXj8Yg3aw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",
@@ -3233,6 +3233,19 @@
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "^16" "@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": { "@types/react-helmet": {
+1 -1
View File
@@ -73,7 +73,7 @@
"@types/lodash": "^4.14.170", "@types/lodash": "^4.14.170",
"@types/prismjs": "^1.16.5", "@types/prismjs": "^1.16.5",
"@types/ramda": "^0.27.40", "@types/ramda": "^0.27.40",
"@types/react": "^16.9.35", "@types/react": "^17.0.8",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0", "@types/react-helmet": "^6.1.0",
"@types/react-scrollspy": "^3.3.3", "@types/react-scrollspy": "^3.3.3",