Update dependency @types/react to v16.14.13 (https://github.com/woocommerce/woocommerce-blocks/pull/4594)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d1190755e5
commit
cb83581401
|
@ -5552,9 +5552,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.14.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.12.tgz",
|
||||
"integrity": "sha512-7nOJgNsRbARhZhvwPm7cnzahtzEi5VJ9OvcQk8ExEEb1t+zaFklwLVkJz7G1kfxX4X/mDa/icTmzE0vTmqsqBg==",
|
||||
"version": "16.14.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.13.tgz",
|
||||
"integrity": "sha512-KznsRYfqPmbcA5pMxc4mYQ7UgsJa2tAgKE2YwEmY5xKaTVZXLAY/ImBohyQHnEoIjxIJR+Um4FmaEYDr3q3zlg==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
"@types/gtag.js": "0.0.7",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/lodash": "4.14.172",
|
||||
"@types/react": "16.14.12",
|
||||
"@types/react": "16.14.13",
|
||||
"@types/wordpress__block-editor": "2.2.9",
|
||||
"@types/wordpress__data": "4.6.10",
|
||||
"@types/wordpress__data-controls": "1.0.5",
|
||||
|
|
Loading…
Reference in New Issue