diff --git a/package.json b/package.json index 8f15c9b9..8ed5612c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/preset-typescript": "7.6.0", "@hot-loader/react-dom": "16.10.2", "@testing-library/jest-dom": "4.2.0", - "@testing-library/react": "9.3.0", + "@testing-library/react": "9.3.1", "@types/jest": "24.0.19", "@types/lodash": "4.14.144", "@types/react": "16.9.11", diff --git a/yarn.lock b/yarn.lock index 768bdf8f..c298ee40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -974,10 +974,10 @@ pretty-format "^24.0.0" redent "^3.0.0" -"@testing-library/react@9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.3.0.tgz#1dabf46d1ea018a1c89acecc0e7b86859b34c0f8" - integrity sha512-FTPCwmLo0tLtP50Au2uGz4/N1BcJTnBx4StDVHZ47zPMEj1/+J2rk/RTj8SLoHRKWCtcmhN4wRmudOXQNP29/w== +"@testing-library/react@9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.3.1.tgz#96573fb9942e1ca0ed1ec9984ea7b12b66945963" + integrity sha512-BXlYrbxTkifNVb7rIC8EHqYXgG/rBeULqG3V0wbEAuSaZ7n5ERX9Bcp0i+9EecrNpLNPwR0cIxdKNp6qVTZS9A== dependencies: "@babel/runtime" "^7.6.0" "@testing-library/dom" "^6.3.0"