1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

chore(deps): update dependency @testing-library/react to v12.1.2

This commit is contained in:
Renovate Bot 2021-10-03 15:58:07 +00:00 committed by renovate[bot]
parent a4ac8386d0
commit 48940d63d0
2 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
"@material-ui/icons": "4.11.2", "@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57", "@material-ui/lab": "4.0.0-alpha.57",
"@testing-library/jest-dom": "5.14.1", "@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.1", "@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.2.1", "@testing-library/user-event": "13.2.1",
"@types/debounce": "1.2.1", "@types/debounce": "1.2.1",
"@types/enzyme": "3.10.9", "@types/enzyme": "3.10.9",

View File

@ -1901,10 +1901,10 @@
lodash "^4.17.15" lodash "^4.17.15"
redent "^3.0.0" redent "^3.0.0"
"@testing-library/react@12.1.1": "@testing-library/react@12.1.2":
version "12.1.1" version "12.1.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.1.tgz#e693943aa48d0190099acdc3928a751d73bcf7d5" resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
integrity sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ== integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
dependencies: dependencies:
"@babel/runtime" "^7.12.5" "@babel/runtime" "^7.12.5"
"@testing-library/dom" "^8.0.0" "@testing-library/dom" "^8.0.0"