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

This commit is contained in:
Renovate Bot
2021-10-15 18:44:24 +00:00
committed by renovate[bot]
parent 8f63dc4ccc
commit 774454c6d1
2 changed files with 4 additions and 4 deletions

View File

@ -6936,9 +6936,9 @@
} }
}, },
"@types/react": { "@types/react": {
"version": "17.0.29", "version": "17.0.30",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.29.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.30.tgz",
"integrity": "sha512-HSenIfBEBZ70BLrrVhtEtHpqaP79waauPtA8XKlczTxL3hXrW/ElGNLTpD1TmqkykgGlOAK55+D3SmUHEirpFw==", "integrity": "sha512-3Dt/A8gd3TCXi2aRe84y7cK1K8G+N9CZRDG8kDGguOKa0kf/ZkSwTmVIDPsm/KbQOVMaDJXwhBtuOXxqwdpWVg==",
"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.29", "@types/react": "17.0.30",
"@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",