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
This commit is contained in:
parent
6e2ce8fad3
commit
76e6f9f28b
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
"dependencies": {
|
||||
"@testing-library/jest-dom": "5.11.4",
|
||||
"@testing-library/react": "10.4.9",
|
||||
"@testing-library/user-event": "11.4.2",
|
||||
"@testing-library/user-event": "12.1.3",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
|
|
|
@ -1521,10 +1521,10 @@
|
|||
"@babel/runtime" "^7.10.3"
|
||||
"@testing-library/dom" "^7.22.3"
|
||||
|
||||
"@testing-library/user-event@11.4.2":
|
||||
version "11.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-11.4.2.tgz#90d98fd18455ae81d008e9b26e94d25e8d5bf846"
|
||||
integrity sha512-Kut7G1L+ffozEhYTDNjV9C6RFbUfsKA05rGr1arwbSUoDZQ82OMmsyaXEDznT22Qc0PtZ1Hz3soX0pPosu8+Sw==
|
||||
"@testing-library/user-event@12.1.3":
|
||||
version "12.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.3.tgz#0b19022f4e59596563f3f53293d67b3ab2c394f3"
|
||||
integrity sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.10.2"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue