Update dependency @types/react-dom to v17.0.14

This commit is contained in:
Renovate Bot 2022-03-19 11:57:35 +00:00 committed by renovate[bot]
parent 7a26da0de4
commit d0fad317fe
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@types/animejs": "3.1.4",
"@types/node": "17.0.14",
"@types/react": "17.0.41",
"@types/react-dom": "17.0.13",
"@types/react-dom": "17.0.14",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3",
"gatsby": "4.10.0",
@ -4401,9 +4401,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": "*"
}
@ -26269,9 +26269,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": "*"
}

View file

@ -29,7 +29,7 @@
"@types/animejs": "3.1.4",
"@types/node": "17.0.14",
"@types/react": "17.0.41",
"@types/react-dom": "17.0.13",
"@types/react-dom": "17.0.14",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3",
"gatsby": "4.10.0",

View file

@ -2562,10 +2562,10 @@
dependencies:
"@types/react" "*"
"@types/react-dom@17.0.13":
version "17.0.13"
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz"
integrity sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==
"@types/react-dom@17.0.14":
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" "*"