Update dependency @types/react-dom to v17.0.14 (https://github.com/woocommerce/woocommerce-blocks/pull/6084)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
323eca31bc
commit
39b873fe76
|
@ -62,7 +62,7 @@
|
|||
"@types/lodash": "4.14.180",
|
||||
"@types/puppeteer": "5.4.5",
|
||||
"@types/react": "17.0.41",
|
||||
"@types/react-dom": "17.0.13",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"@types/wordpress__block-editor": "6.0.5",
|
||||
"@types/wordpress__compose": "4.0.1",
|
||||
"@types/wordpress__data": "4.6.10",
|
||||
|
@ -9667,9 +9667,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "17.0.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz",
|
||||
"integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==",
|
||||
"version": "17.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz",
|
||||
"integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==",
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
@ -55535,9 +55535,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"version": "17.0.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz",
|
||||
"integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==",
|
||||
"version": "17.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz",
|
||||
"integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
"@types/lodash": "4.14.180",
|
||||
"@types/puppeteer": "5.4.5",
|
||||
"@types/react": "17.0.41",
|
||||
"@types/react-dom": "17.0.13",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"@types/wordpress__block-editor": "6.0.5",
|
||||
"@types/wordpress__compose": "4.0.1",
|
||||
"@types/wordpress__data": "4.6.10",
|
||||
|
|
Loading…
Reference in New Issue