diff --git a/package.json b/package.json index 5f5d7359..dda22923 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@rollup/plugin-replace": "2.3.3", "@testing-library/dom": "8.11.3", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "13.2.0", + "@testing-library/react": "13.3.0", "@testing-library/user-event": "13.5.0", "@types/jest": "^27.0.0", "@types/jest-diff": "^24.3.0", diff --git a/yarn.lock b/yarn.lock index 2d8089bd..c75a0556 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6697,10 +6697,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@13.2.0": - version "13.2.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.2.0.tgz#2db00bc94d71c4e90e5c25582e90a650ae2925bf" - integrity sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g== +"@testing-library/react@13.3.0": + version "13.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5" + integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.5.0"