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

This commit is contained in:
Renovate Bot
2021-10-21 08:02:33 +00:00
committed by renovate[bot]
parent 7a6e3fd5f9
commit a6c707ee98
2 changed files with 4 additions and 4 deletions

View File

@ -6936,9 +6936,9 @@
} }
}, },
"@types/react": { "@types/react": {
"version": "17.0.30", "version": "17.0.31",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.30.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.31.tgz",
"integrity": "sha512-3Dt/A8gd3TCXi2aRe84y7cK1K8G+N9CZRDG8kDGguOKa0kf/ZkSwTmVIDPsm/KbQOVMaDJXwhBtuOXxqwdpWVg==", "integrity": "sha512-MQSR5EL4JZtdWRvqDgz9kXhSDDoy2zMTYyg7UhP+FZ5ttUOocWyxiqFJiI57sUG0BtaEX7WDXYQlkCYkb3X9vQ==",
"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.30", "@types/react": "17.0.31",
"@types/react-dom": "17.0.10", "@types/react-dom": "17.0.10",
"react": "16.14.0", "react": "16.14.0",
"react-dom": "16.14.0", "react-dom": "16.14.0",