chore(deps): bump @types/react-dom to 17.0.5

This commit is contained in:
Jean-Philippe Sirois
2021-06-01 00:38:08 -04:00
parent fc84461f00
commit 9bdf767029
2 changed files with 5 additions and 18 deletions
+4 -17
View File
@@ -3227,25 +3227,12 @@
}
},
"@types/react-dom": {
"version": "16.9.13",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.13.tgz",
"integrity": "sha512-34Hr3XnmUSJbUVDxIw/e7dhQn2BJZhJmlAaPyPwfTQyuVS9mV/CeyghFcXyvkJXxI7notQJz8mF8FeCVvloJrA==",
"version": "17.0.5",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.5.tgz",
"integrity": "sha512-ikqukEhH4H9gr4iJCmQVNzTB307kROe3XFfHAOTxOXPOw7lAoEXnM5KWTkzeANGL5Ce6ABfiMl/zJBYNi7ObmQ==",
"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": "*"
}
},
"@types/react-helmet": {
+1 -1
View File
@@ -74,7 +74,7 @@
"@types/prismjs": "^1.16.5",
"@types/ramda": "^0.27.40",
"@types/react": "^17.0.8",
"@types/react-dom": "^16.9.8",
"@types/react-dom": "^17.0.5",
"@types/react-helmet": "^6.1.0",
"@types/react-scrollspy": "^3.3.3",
"@types/styled-components": "^5.1.4",