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

This commit is contained in:
Renovate Bot
2021-09-29 17:53:15 +00:00
committed by renovate[bot]
parent d180104983
commit 8895f2d1ab
2 changed files with 4 additions and 4 deletions

View File

@ -6950,9 +6950,9 @@
}
},
"@types/react": {
"version": "17.0.24",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.24.tgz",
"integrity": "sha512-eIpyco99gTH+FTI3J7Oi/OH8MZoFMJuztNRimDOJwH4iGIsKV2qkGnk4M9VzlaVWeEEWLWSQRy0FEA0Kz218cg==",
"version": "17.0.25",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.25.tgz",
"integrity": "sha512-IXrzSOr3CVbEQgmjEdCWF57J7CVaJ7lL/n4penxHm8h0XIcr0AxqGucogh2zj3qRxgk4M4JImOP/MfomkPOhvQ==",
"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.24",
"@types/react": "17.0.25",
"@types/react-dom": "17.0.9",
"react": "16.14.0",
"react-dom": "16.14.0",