diff --git a/package.json b/package.json index f0e251fe..0c3a58f2 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@storybook/addon-notes": "5.3.19", "@storybook/addon-options": "5.3.19", "@storybook/react": "5.3.19", - "@testing-library/react": "10.1.0", + "@testing-library/react": "10.2.0", "@testing-library/react-hooks": "3.2.1", "@types/jest": "25.2.3", "@types/react": "16.9.11", diff --git a/yarn.lock b/yarn.lock index 1f194c16..f7cec897 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3250,10 +3250,10 @@ "@babel/runtime" "^7.5.4" "@types/testing-library__react-hooks" "^3.0.0" -"@testing-library/react@10.1.0": - version "10.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.1.0.tgz#31af99093b104ffaec877cb29f5249bc33b98204" - integrity sha512-7b8GHD8IMJ1IzSpUZ1r0JLQRj4Jp9nXlKuEXkS3tgISZciO9n7++4nHCLsCK38eAB5zsBUa0G2kR+Sh3aYDqjw== +"@testing-library/react@10.2.0": + version "10.2.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.2.0.tgz#dde740cb7374c93cefec4faa750c4b50dca7bf3f" + integrity sha512-TYQZ4vz0lGCGRgFqQivrtUGQhAlRSxHlYB0sDFJ6h2BZ0IrgRMF3EDQixn5UJk8oMsZJuE1HNnOA0yP4Ci2kyA== dependencies: "@babel/runtime" "^7.10.2" "@testing-library/dom" "^7.9.0"