mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Update dependency @testing-library/user-event to v12.1.3
This commit is contained in:
parent
d3ffae5e23
commit
65f3918fe6
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
"@matejmazur/react-katex": "3.1.3",
|
"@matejmazur/react-katex": "3.1.3",
|
||||||
"@testing-library/jest-dom": "5.11.4",
|
"@testing-library/jest-dom": "5.11.4",
|
||||||
"@testing-library/react": "10.4.9",
|
"@testing-library/react": "10.4.9",
|
||||||
"@testing-library/user-event": "12.1.2",
|
"@testing-library/user-event": "12.1.3",
|
||||||
"@types/codemirror": "0.0.97",
|
"@types/codemirror": "0.0.97",
|
||||||
"@types/deep-equal": "1.0.1",
|
"@types/deep-equal": "1.0.1",
|
||||||
"@types/emoji-mart": "3.0.2",
|
"@types/emoji-mart": "3.0.2",
|
||||||
|
|
|
@ -1619,10 +1619,10 @@
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
"@testing-library/dom" "^7.22.3"
|
"@testing-library/dom" "^7.22.3"
|
||||||
|
|
||||||
"@testing-library/user-event@12.1.2":
|
"@testing-library/user-event@12.1.3":
|
||||||
version "12.1.2"
|
version "12.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.2.tgz#f84699a082670b3a8cbe972ff5a43352e30bd87b"
|
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.3.tgz#0b19022f4e59596563f3f53293d67b3ab2c394f3"
|
||||||
integrity sha512-ClbmHIYzGFGr0J0Uw7ZD+VcHzpdlj2BenffyMMiEqqJ+mey8fJQdc3qs7lczKoEQyaN+YmK2QqJbpYkwuVSGEg==
|
integrity sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.2"
|
"@babel/runtime" "^7.10.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue