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

This commit is contained in:
Renovate Bot
2021-10-12 10:05:14 +00:00
committed by renovate[bot]
parent 55d7c5adf0
commit 6ac5605fa6
2 changed files with 4 additions and 4 deletions

View File

@ -6936,9 +6936,9 @@
} }
}, },
"@types/react": { "@types/react": {
"version": "17.0.27", "version": "17.0.28",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.27.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.28.tgz",
"integrity": "sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==", "integrity": "sha512-6OmflHgk2DlnsFi49kBW3/Dql1GT32bYSk+A6tFBDAt0T0bxotBdQwXkm77lVlczHwY6+Wu6IfpsGqArjOYtaA==",
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",
"@types/scheduler": "*", "@types/scheduler": "*",

View File

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