Update dependency @types/react to v16.9.37 (https://github.com/woocommerce/woocommerce-blocks/pull/2734)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d030669f5f
commit
6e9da71bbb
|
@ -4841,9 +4841,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.9.35",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz",
|
||||
"integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==",
|
||||
"version": "16.9.37",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.37.tgz",
|
||||
"integrity": "sha512-ZqnAXallQiZ08LTSqMfWMNvAfJEzRLOxdlbbbCIJlYGjU98BEU6bE2uBpKPGeWn+v3hIgCraHKtqUcKZBzMP/Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"@testing-library/jest-dom": "5.9.0",
|
||||
"@testing-library/react": "10.2.1",
|
||||
"@types/jest": "25.2.3",
|
||||
"@types/react": "16.9.35",
|
||||
"@types/react": "16.9.37",
|
||||
"@types/wordpress__data": "4.6.7",
|
||||
"@types/wordpress__element": "2.4.1",
|
||||
"@woocommerce/woocommerce-rest-api": "1.0.1",
|
||||
|
|
Loading…
Reference in New Issue