diff --git a/package.json b/package.json index 95d1879..a654154 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/animejs": "3.1.4", "@types/node": "17.0.14", "@types/react": "17.0.44", - "@types/react-dom": "17.0.14", + "@types/react-dom": "17.0.15", "animejs": "3.2.1", "babel-plugin-i18next-extract": "0.8.3", "gatsby": "4.11.2", diff --git a/yarn.lock b/yarn.lock index c028f0f..c20a4be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2562,12 +2562,12 @@ dependencies: "@types/react" "*" -"@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== +"@types/react-dom@17.0.15": + version "17.0.15" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156" + integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw== dependencies: - "@types/react" "*" + "@types/react" "^17" "@types/react@*": version "17.0.43" @@ -2578,7 +2578,7 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@17.0.44": +"@types/react@17.0.44", "@types/react@^17": version "17.0.44" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==