diff --git a/desktop/app/package.json b/desktop/app/package.json index 379ef70c4..a480be509 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -84,7 +84,7 @@ }, "devDependencies": { "@testing-library/dom": "^8.2.0", - "@testing-library/react": "^12.1.0", + "@testing-library/react": "^12.1.1", "@types/lodash.memoize": "^4.1.6", "@types/split2": "^3.2.1", "flipper-test-utils": "0.0.0", diff --git a/desktop/package.json b/desktop/package.json index 1ee8a3976..177805b3f 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -72,7 +72,7 @@ "@babel/eslint-parser": "^7.15.7", "@jest-runner/electron": "^3.0.1", "@testing-library/dom": "^8.2.0", - "@testing-library/react": "^12.1.0", + "@testing-library/react": "^12.1.1", "@types/adobe__node-fetch-retry": "^1.0.1", "@types/algoliasearch": "^4.0.0", "@types/babel__code-frame": "^7.0.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 42ef4e421..4e8417e1f 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2473,7 +2473,7 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/react@*": +"@testing-library/react@*", "@testing-library/react@^12.1.1": version "12.1.1" resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.1.tgz#e693943aa48d0190099acdc3928a751d73bcf7d5" integrity sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ== @@ -2481,14 +2481,6 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/react@^12.1.0": - version "12.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.0.tgz#3e9a4002b0b8f986a738a2f88fc458b5af319f35" - integrity sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ== - dependencies: - "@babel/runtime" "^7.12.5" - "@testing-library/dom" "^8.0.0" - "@tootallnate/once@1": version "1.1.2" resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"