Update dependency @types/react to v16.14.20 (https://github.com/woocommerce/woocommerce-blocks/pull/5006)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
506b6a8d10
commit
3bc74b1fb2
|
@ -5849,9 +5849,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.14.17",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.17.tgz",
|
||||
"integrity": "sha512-pMLc/7+7SEdQa9A+hN9ujI8blkjFqYAZVqh3iNXqdZ0cQ8TIR502HMkNJniaOGv9SAgc47jxVKoiBJ7c0AakvQ==",
|
||||
"version": "16.14.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.20.tgz",
|
||||
"integrity": "sha512-SV7TaVc8e9E/5Xuv6TIyJ5VhQpZoVFJqX6IZgj5HZoFCtIDCArE3qXkcHlc6O/Ud4UwcMoX+tlvDA95YrKdLgA==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"@types/jest": "26.0.24",
|
||||
"@types/jquery": "3.5.8",
|
||||
"@types/lodash": "4.14.176",
|
||||
"@types/react": "16.14.17",
|
||||
"@types/react": "16.14.20",
|
||||
"@types/wordpress__block-editor": "2.2.9",
|
||||
"@types/wordpress__compose": "4.0.0",
|
||||
"@types/wordpress__data": "4.6.10",
|
||||
|
|
Loading…
Reference in New Issue