Update dependency @types/react-dom to v17.0.16 (https://github.com/woocommerce/woocommerce-blocks/pull/6361)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-04 11:15:30 +02:00 committed by GitHub
parent 02a1b9f78d
commit 18f7d5f3c5
2 changed files with 10 additions and 10 deletions

View File

@ -63,7 +63,7 @@
"@types/lodash": "4.14.182", "@types/lodash": "4.14.182",
"@types/puppeteer": "5.4.6", "@types/puppeteer": "5.4.6",
"@types/react": "17.0.44", "@types/react": "17.0.44",
"@types/react-dom": "17.0.14", "@types/react-dom": "17.0.16",
"@types/wordpress__block-editor": "6.0.6", "@types/wordpress__block-editor": "6.0.6",
"@types/wordpress__compose": "4.0.1", "@types/wordpress__compose": "4.0.1",
"@types/wordpress__data": "4.6.10", "@types/wordpress__data": "4.6.10",
@ -10609,11 +10609,11 @@
} }
}, },
"node_modules/@types/react-dom": { "node_modules/@types/react-dom": {
"version": "17.0.14", "version": "17.0.16",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.16.tgz",
"integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==", "integrity": "sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==",
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "^17"
} }
}, },
"node_modules/@types/react-syntax-highlighter": { "node_modules/@types/react-syntax-highlighter": {
@ -58564,11 +58564,11 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "17.0.14", "version": "17.0.16",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.16.tgz",
"integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==", "integrity": "sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==",
"requires": { "requires": {
"@types/react": "*" "@types/react": "^17"
} }
}, },
"@types/react-syntax-highlighter": { "@types/react-syntax-highlighter": {

View File

@ -111,7 +111,7 @@
"@types/lodash": "4.14.182", "@types/lodash": "4.14.182",
"@types/puppeteer": "5.4.6", "@types/puppeteer": "5.4.6",
"@types/react": "17.0.44", "@types/react": "17.0.44",
"@types/react-dom": "17.0.14", "@types/react-dom": "17.0.16",
"@types/wordpress__block-editor": "6.0.6", "@types/wordpress__block-editor": "6.0.6",
"@types/wordpress__compose": "4.0.1", "@types/wordpress__compose": "4.0.1",
"@types/wordpress__data": "4.6.10", "@types/wordpress__data": "4.6.10",