diff --git a/package.json b/package.json index 35fb8900..152d0ba1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@testing-library/react-hooks": "7.0.2", "@types/jest": "27.4.1", "@types/react": "17.0.44", - "@types/react-dom": "17.0.15", + "@types/react-dom": "17.0.16", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "babel-loader": "8.2.5", diff --git a/yarn.lock b/yarn.lock index 6d2ef0e2..89cbcb0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3273,10 +3273,10 @@ dependencies: "@types/react" "*" -"@types/react-dom@17.0.15", "@types/react-dom@>=16.9.0": - version "17.0.15" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156" - integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw== +"@types/react-dom@17.0.16", "@types/react-dom@>=16.9.0": + version "17.0.16" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.16.tgz#7caba93cf2806c51e64d620d8dff4bae57e06cc4" + integrity sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ== dependencies: "@types/react" "^17"