fix(deps): update dependency @types/react to v17.0.27
This commit is contained in:
committed by
renovate[bot]
parent
504ed3a917
commit
73e7f640ce
6
tools/ui-components/package-lock.json
generated
6
tools/ui-components/package-lock.json
generated
@ -6898,9 +6898,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "17.0.26",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.26.tgz",
|
||||
"integrity": "sha512-MXxuXrH2xOcv5cp/su4oz69dNQnSA90JjFw5HBd5wifw6Ihi94j7dRJm7qNsB30tnruXSCPc9qmlhGop4nh9Hw==",
|
||||
"version": "17.0.27",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.27.tgz",
|
||||
"integrity": "sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
@ -22,7 +22,7 @@
|
||||
"@babel/preset-typescript": "7.15.0",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/node": "16.9.6",
|
||||
"@types/react": "17.0.26",
|
||||
"@types/react": "17.0.27",
|
||||
"@types/react-dom": "17.0.9",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
|
Reference in New Issue
Block a user