Update dependency @types/react to v16.14.10 (https://github.com/woocommerce/woocommerce-blocks/pull/4434)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
4aa75aff96
commit
d05f3c49f2
|
@ -4402,9 +4402,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@types/react": {
|
"@types/react": {
|
||||||
"version": "16.14.8",
|
"version": "16.14.10",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.8.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.10.tgz",
|
||||||
"integrity": "sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA==",
|
"integrity": "sha512-QadBsMyF6ldjEAXEhsmEW/L0uBDJT8yw7Qoe5sRnEKVrzMkiYoJwqoL5TKJOlArsn/wvIJM/XdVzkdL6+AS64Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/prop-types": "*",
|
"@types/prop-types": "*",
|
||||||
"@types/scheduler": "*",
|
"@types/scheduler": "*",
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
"@types/gtag.js": "0.0.7",
|
"@types/gtag.js": "0.0.7",
|
||||||
"@types/jest": "26.0.24",
|
"@types/jest": "26.0.24",
|
||||||
"@types/lodash": "4.14.170",
|
"@types/lodash": "4.14.170",
|
||||||
"@types/react": "16.14.8",
|
"@types/react": "16.14.10",
|
||||||
"@types/wordpress__data": "4.6.9",
|
"@types/wordpress__data": "4.6.9",
|
||||||
"@types/wordpress__data-controls": "1.0.5",
|
"@types/wordpress__data-controls": "1.0.5",
|
||||||
"@types/wordpress__deprecated": "2.4.2",
|
"@types/wordpress__deprecated": "2.4.2",
|
||||||
|
|
Loading…
Reference in New Issue