0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Update dependency @testing-library/react to v10.4.2

This commit is contained in:
Renovate Bot 2020-06-24 19:17:12 +00:00 committed by renovate[bot]
parent fb00813f2e
commit eef3726578
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
},
"dependencies": {
"@testing-library/jest-dom": "5.10.1",
"@testing-library/react": "10.4.1",
"@testing-library/react": "10.4.2",
"@testing-library/user-event": "11.4.2",
"prop-types": "15.7.2",
"react": "16.13.1",

View file

@ -1306,10 +1306,10 @@
lodash "^4.17.15"
redent "^3.0.0"
"@testing-library/react@10.4.1":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.1.tgz#d38dee4abab172c06f6cf8894c51190e6c503f61"
integrity sha512-QX31fRDGLnOdBYoQ95VEOYgRahaPfsI+toOaYhlvuGNFQrcagZv/KLWCIctRGB0h1PTsQt3JpLBbbLGM63yy5Q==
"@testing-library/react@10.4.2":
version "10.4.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.2.tgz#9f1ee0051a516469d4afaf350d2a467ac19cd57f"
integrity sha512-srhsdY+Mq2xhjE/ha8xh0U9YJSCNYbOhzPsUiNvxy4bgltB87PjuxDtkWMWwWJOIkngyJaMgoJuHm13EOq4V0Q==
dependencies:
"@babel/runtime" "^7.10.3"
"@testing-library/dom" "^7.17.1"