Update dependency @types/react to v16.9.43 (https://github.com/woocommerce/woocommerce-blocks/pull/2862)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
229afc281e
commit
0fb10a6396
|
@ -8375,9 +8375,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.9.41",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.41.tgz",
|
||||
"integrity": "sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==",
|
||||
"version": "16.9.43",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.43.tgz",
|
||||
"integrity": "sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"@testing-library/jest-dom": "5.11.0",
|
||||
"@testing-library/react": "10.4.7",
|
||||
"@types/jest": "25.2.3",
|
||||
"@types/react": "16.9.41",
|
||||
"@types/react": "16.9.43",
|
||||
"@types/wordpress__data": "4.6.7",
|
||||
"@types/wordpress__element": "2.4.1",
|
||||
"@woocommerce/woocommerce-rest-api": "1.0.1",
|
||||
|
|
Loading…
Reference in New Issue