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

This commit is contained in:
Renovate Bot
2021-10-24 11:59:58 +00:00
committed by renovate[bot]
parent 6088002f7b
commit fa8b2693ad
2 changed files with 4 additions and 4 deletions

View File

@ -6936,9 +6936,9 @@
} }
}, },
"@types/react": { "@types/react": {
"version": "17.0.31", "version": "17.0.32",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.31.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.32.tgz",
"integrity": "sha512-MQSR5EL4JZtdWRvqDgz9kXhSDDoy2zMTYyg7UhP+FZ5ttUOocWyxiqFJiI57sUG0BtaEX7WDXYQlkCYkb3X9vQ==", "integrity": "sha512-hAm1pmwA3oZWbkB985RFwNvBRMG0F3KWSiC4/hNmanigKZMiKQoH5Q6etNw8HIDztTGfvXyOjPvdNnvBUCuaPg==",
"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.31", "@types/react": "17.0.32",
"@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",