0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Update dependency @testing-library/react to v11.2.5

This commit is contained in:
Renovate Bot 2021-02-11 08:01:12 +00:00 committed by renovate[bot]
parent 2e4151cdca
commit 2622591049
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
},
"dependencies": {
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.3",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.6.0",
"prop-types": "15.7.2",
"react": "16.13.1",

View file

@ -1523,10 +1523,10 @@
lodash "^4.17.15"
redent "^3.0.0"
"@testing-library/react@11.2.3":
version "11.2.3"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.3.tgz#9971ede1c8465a231d7982eeca3c39fc362d5443"
integrity sha512-BirBUGPkTW28ULuCwIbYo0y2+0aavHczBT6N9r3LrsswEW3pg25l1wgoE7I8QBIy1upXWkwKpYdWY7NYYP0Bxw==
"@testing-library/react@11.2.5":
version "11.2.5"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9"
integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"