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

pull/43637/head
Renovate Bot 2021-09-30 17:25:40 +00:00 committed by renovate[bot]
parent c2792290cb
commit f31a2d1e24
2 changed files with 4 additions and 4 deletions

View File

@ -6950,9 +6950,9 @@
}
},
"@types/react": {
"version": "17.0.25",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.25.tgz",
"integrity": "sha512-IXrzSOr3CVbEQgmjEdCWF57J7CVaJ7lL/n4penxHm8h0XIcr0AxqGucogh2zj3qRxgk4M4JImOP/MfomkPOhvQ==",
"version": "17.0.26",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.26.tgz",
"integrity": "sha512-MXxuXrH2xOcv5cp/su4oz69dNQnSA90JjFw5HBd5wifw6Ihi94j7dRJm7qNsB30tnruXSCPc9qmlhGop4nh9Hw==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

@ -22,7 +22,7 @@
"@babel/preset-typescript": "7.15.0",
"@types/jest": "27.0.2",
"@types/node": "16.9.6",
"@types/react": "17.0.25",
"@types/react": "17.0.26",
"@types/react-dom": "17.0.9",
"react": "16.14.0",
"react-dom": "16.14.0",