fix(deps): update dependency @types/react to v17.0.36 (#44235)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
14
tools/ui-components/package-lock.json
generated
14
tools/ui-components/package-lock.json
generated
@@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@babel/preset-typescript": "7.16.0",
|
||||
"@types/node": "16.11.9",
|
||||
"@types/react": "17.0.35",
|
||||
"@types/react": "17.0.36",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@@ -5887,9 +5887,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "17.0.35",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.35.tgz",
|
||||
"integrity": "sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw==",
|
||||
"version": "17.0.36",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.36.tgz",
|
||||
"integrity": "sha512-CUFUp01OdfbpN/76v4koqgcpcRGT3sYOq3U3N6q0ZVGcyeP40NUdVU+EWe3hs34RNaTefiYyBzOpxBBidCc5zw==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
@@ -24223,9 +24223,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "17.0.35",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.35.tgz",
|
||||
"integrity": "sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw==",
|
||||
"version": "17.0.36",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.36.tgz",
|
||||
"integrity": "sha512-CUFUp01OdfbpN/76v4koqgcpcRGT3sYOq3U3N6q0ZVGcyeP40NUdVU+EWe3hs34RNaTefiYyBzOpxBBidCc5zw==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"@babel/preset-typescript": "7.16.0",
|
||||
"@types/node": "16.11.9",
|
||||
"@types/react": "17.0.35",
|
||||
"@types/react": "17.0.36",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
|
Reference in New Issue
Block a user