mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Update dependency @testing-library/user-event to v11.2.0
This commit is contained in:
parent
046d434f4c
commit
c56430a6a6
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "5.9.0",
|
"@testing-library/jest-dom": "5.9.0",
|
||||||
"@testing-library/react": "10.2.0",
|
"@testing-library/react": "10.2.0",
|
||||||
"@testing-library/user-event": "11.1.0",
|
"@testing-library/user-event": "11.2.0",
|
||||||
"@types/jest": "25.2.3",
|
"@types/jest": "25.2.3",
|
||||||
"@types/node": "12.12.44",
|
"@types/node": "12.12.44",
|
||||||
"@types/node-sass": "4.11.1",
|
"@types/node-sass": "4.11.1",
|
||||||
|
|
|
@ -1418,10 +1418,10 @@
|
||||||
"@babel/runtime" "^7.10.2"
|
"@babel/runtime" "^7.10.2"
|
||||||
"@testing-library/dom" "^7.9.0"
|
"@testing-library/dom" "^7.9.0"
|
||||||
|
|
||||||
"@testing-library/user-event@11.1.0":
|
"@testing-library/user-event@11.2.0":
|
||||||
version "11.1.0"
|
version "11.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-11.1.0.tgz#7b1eaed90a959bf32d29854106cff321b2a65a3f"
|
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-11.2.0.tgz#bf2399e046c8228a63d6124e51214e18330ab764"
|
||||||
integrity sha512-ZAHoI6K8y3J1QxG2FMgm+xQRCvzwHZHW5pEJyjY9tnCS24JMwFNEaC3y6OecRIdjZtNQfGi5YHU5Ra/cUoIIjQ==
|
integrity sha512-kFaPsjQRte/t6rIYJPRyuzg8nraE1JVnjQOtEjSIfxU5dIc+lSH9sJmCTUNF87IpLHlYzHlWL70EjuhIwGbXjg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.2"
|
"@babel/runtime" "^7.10.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue