diff --git a/package.json b/package.json index 3bd9f905..3e1703c8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/preset-react": "7.0.0", "@babel/preset-typescript": "7.3.3", "@testing-library/jest-dom": "4.0.0", - "@testing-library/react": "8.0.6", + "@testing-library/react": "8.0.7", "@types/jest": "24.0.15", "@types/lodash": "4.14.136", "@types/react": "16.8.23", diff --git a/yarn.lock b/yarn.lock index fb75802c..bbf52935 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1041,10 +1041,10 @@ pretty-format "^24.0.0" redent "^3.0.0" -"@testing-library/react@8.0.6": - version "8.0.6" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.6.tgz#614340646f32027426377dc6e5895a566eeb61b5" - integrity sha512-/4oeS0eatnHvAf9yuxIg1/8pjl1OrtWN7SLpDFEdxFjllIAEL09xXhA88C93vvlN+8enZa+xlXJ8ecohECT6Yg== +"@testing-library/react@8.0.7": + version "8.0.7" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.7.tgz#b5992c9156e926850a0e3a7c882ae1aed83b1c77" + integrity sha512-6XoeWSr3UCdxMswbkW0BmuXYw8a6w+stt+5gg4D4zAcljfhXETQ5o28bjJFwNab4OPg8gBNK8KIVot86L4Q8Vg== dependencies: "@babel/runtime" "^7.5.4" "@testing-library/dom" "^5.5.4"