Update dependency @types/react to v16.9.41 (https://github.com/woocommerce/woocommerce-blocks/pull/2796)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
30b1f0fb38
commit
cdf75babed
|
@ -4886,9 +4886,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.9.37",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.37.tgz",
|
||||
"integrity": "sha512-ZqnAXallQiZ08LTSqMfWMNvAfJEzRLOxdlbbbCIJlYGjU98BEU6bE2uBpKPGeWn+v3hIgCraHKtqUcKZBzMP/Q==",
|
||||
"version": "16.9.41",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.41.tgz",
|
||||
"integrity": "sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"@testing-library/jest-dom": "5.10.1",
|
||||
"@testing-library/react": "10.4.3",
|
||||
"@types/jest": "25.2.3",
|
||||
"@types/react": "16.9.37",
|
||||
"@types/react": "16.9.41",
|
||||
"@types/wordpress__data": "4.6.7",
|
||||
"@types/wordpress__element": "2.4.1",
|
||||
"@woocommerce/woocommerce-rest-api": "1.0.1",
|
||||
|
|
Loading…
Reference in New Issue