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

Update dependency @testing-library/user-event to v12.6.0

This commit is contained in:
Renovate Bot 2020-12-18 17:08:44 +00:00 committed by renovate[bot]
parent ce33a055aa
commit d6e4635a8b
2 changed files with 13 additions and 6 deletions

View file

@ -20,7 +20,7 @@
"dependencies": {
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.0.4",
"@testing-library/user-event": "12.1.5",
"@testing-library/user-event": "12.6.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",

View file

@ -1115,6 +1115,13 @@
dependencies:
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.12.5":
version "7.12.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
dependencies:
regenerator-runtime "^0.13.4"
"@babel/template@^7.10.4", "@babel/template@^7.4.0", "@babel/template@^7.8.6":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
@ -1523,12 +1530,12 @@
"@babel/runtime" "^7.11.2"
"@testing-library/dom" "^7.24.2"
"@testing-library/user-event@12.1.5":
version "12.1.5"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.5.tgz#b2a94b8b3c1a908cc1c425623b11de63b20bb837"
integrity sha512-FzTnKvb0KC4T84G6uTx971ja8OOqLlsprzWbeRyd8f1MDwbcLIFgx0Hyr56izY9m9y2KwHGVKeVEkTPslw32lw==
"@testing-library/user-event@12.6.0":
version "12.6.0"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.6.0.tgz#2d0229e399eb5a0c6c112e848611432356cac886"
integrity sha512-FNEH/HLmOk5GO70I52tKjs7WvGYckeE/SrnLX/ip7z2IGbffyd5zOUM1tZ10vsTphqm+VbDFI0oaXu0wcfQsAQ==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.12.5"
"@types/aria-query@^4.2.0":
version "4.2.0"