Update dependency @types/react to v16.14.6 (https://github.com/woocommerce/woocommerce-blocks/pull/4171)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0255e27bb0
commit
1cabe4b614
|
@ -4057,9 +4057,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.14.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.5.tgz",
|
||||
"integrity": "sha512-YRRv9DNZhaVTVRh9Wmmit7Y0UFhEVqXqCSw3uazRWMxa2x85hWQZ5BN24i7GXZbaclaLXEcodEeIHsjBA8eAMw==",
|
||||
"version": "16.14.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.6.tgz",
|
||||
"integrity": "sha512-Ol/aFKune+P0FSFKIgf+XbhGzYGyz0p7g5befSt4rmbzfGLaZR0q7jPew9k7d3bvrcuaL8dPy9Oz3XGZmf9n+w==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"@types/gtag.js": "0.0.4",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/lodash": "4.14.168",
|
||||
"@types/react": "16.14.5",
|
||||
"@types/react": "16.14.6",
|
||||
"@types/wordpress__data": "4.6.9",
|
||||
"@types/wordpress__data-controls": "1.0.4",
|
||||
"@types/wordpress__element": "2.4.1",
|
||||
|
|
Loading…
Reference in New Issue