mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-15 04:41:57 +00:00
Update dependency @testing-library/user-event to v12.1.2 (#480)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1f18a1ebce
commit
d488c8e2ad
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"@testing-library/jest-dom": "5.11.4",
|
||||
"@testing-library/react": "10.4.9",
|
||||
"@testing-library/user-event": "12.1.1",
|
||||
"@testing-library/user-event": "12.1.2",
|
||||
"@types/codemirror": "0.0.97",
|
||||
"@types/deep-equal": "1.0.1",
|
||||
"@types/emoji-mart": "3.0.2",
|
||||
|
|
|
@ -1605,10 +1605,10 @@
|
|||
"@babel/runtime" "^7.10.3"
|
||||
"@testing-library/dom" "^7.22.3"
|
||||
|
||||
"@testing-library/user-event@12.1.1":
|
||||
version "12.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.1.tgz#ff985f97f7f6b8f8c3c8ae5a7deb883007bc6820"
|
||||
integrity sha512-gJ2lD3tANqVLS6GWh2gEqvEYDPlxzR+6uLAvzdb5CH6KIM6kXfCwsvK0oLhmDRFAuj8WfnBH9CaM5YDplkWFrQ==
|
||||
"@testing-library/user-event@12.1.2":
|
||||
version "12.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.2.tgz#f84699a082670b3a8cbe972ff5a43352e30bd87b"
|
||||
integrity sha512-ClbmHIYzGFGr0J0Uw7ZD+VcHzpdlj2BenffyMMiEqqJ+mey8fJQdc3qs7lczKoEQyaN+YmK2QqJbpYkwuVSGEg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.10.2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue