Update dependency @types/react to v16.14.14 (https://github.com/woocommerce/woocommerce-blocks/pull/4627)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9428e791c9
commit
80024f38d6
|
@ -5552,9 +5552,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.14.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.13.tgz",
|
||||
"integrity": "sha512-KznsRYfqPmbcA5pMxc4mYQ7UgsJa2tAgKE2YwEmY5xKaTVZXLAY/ImBohyQHnEoIjxIJR+Um4FmaEYDr3q3zlg==",
|
||||
"version": "16.14.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.14.tgz",
|
||||
"integrity": "sha512-uwIWDYW8LznHzEMJl7ag9St1RsK0gw/xaFZ5+uI1ZM1HndwUgmPH3/wQkSb87GkOVg7shUxnpNW8DcN0AzvG5Q==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"@types/gtag.js": "0.0.7",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/lodash": "4.14.172",
|
||||
"@types/react": "16.14.13",
|
||||
"@types/react": "16.14.14",
|
||||
"@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