fix(deps): update dependency @types/react to v17

This commit is contained in:
Renovate Bot
2020-11-20 23:34:19 +00:00
committed by Łukasz Mierzwa
parent 8783eaf8cd
commit 5afba51bd8
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3459,9 +3459,9 @@
}
},
"@types/react": {
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.0.tgz",
"integrity": "sha512-jJjHo1uOe+NENRIBvF46tJimUvPnmbQ41Ax0pEm7pRvhPg+wuj8VMOHHiMvaGmZRzRrCtm7KnL5OOE/6kHPK8w==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.0.tgz",
"integrity": "sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==",
"requires": {
"@types/prop-types": "*",
"csstype": "^3.0.2"
+1 -1
View File
@@ -24,7 +24,7 @@
"@types/node": "14.14.9",
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.5",
"@types/react": "16.14.0",
"@types/react": "17.0.0",
"@types/react-autosuggest": "10.0.1",
"@types/react-dom": "16.9.9",
"@types/react-highlighter": "0.3.4",