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

This commit is contained in:
Renovate Bot 2022-03-01 23:33:12 +00:00 committed by renovate[bot]
parent 1c5969a300
commit 5e8d48b6e7
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/animejs": "3.1.4",
"@types/node": "17.0.14", "@types/node": "17.0.14",
"@types/react": "17.0.39", "@types/react": "17.0.39",
"@types/react-dom": "17.0.11", "@types/react-dom": "17.0.12",
"animejs": "3.2.1", "animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3", "babel-plugin-i18next-extract": "0.8.3",
"gatsby": "4.7.2", "gatsby": "4.7.2",
@ -3381,9 +3381,9 @@
} }
}, },
"node_modules/@types/react-dom": { "node_modules/@types/react-dom": {
"version": "17.0.11", "version": "17.0.12",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz",
"integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==", "integrity": "sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==",
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "*"
} }
@ -24482,9 +24482,9 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "17.0.11", "version": "17.0.12",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz",
"integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==", "integrity": "sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==",
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
} }

View file

@ -29,7 +29,7 @@
"@types/animejs": "3.1.4", "@types/animejs": "3.1.4",
"@types/node": "17.0.14", "@types/node": "17.0.14",
"@types/react": "17.0.39", "@types/react": "17.0.39",
"@types/react-dom": "17.0.11", "@types/react-dom": "17.0.12",
"animejs": "3.2.1", "animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3", "babel-plugin-i18next-extract": "0.8.3",
"gatsby": "4.7.2", "gatsby": "4.7.2",

View file

@ -2077,10 +2077,10 @@
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"
"@types/react-dom@17.0.11": "@types/react-dom@17.0.12":
version "17.0.11" version "17.0.12"
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz" resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz"
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q== integrity sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"