mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-11 18:53:06 +00:00
Update dependency cypress to v5.1.0
This commit is contained in:
parent
301d5fb1d2
commit
5944b18e86
2 changed files with 6 additions and 6 deletions
|
@ -147,7 +147,7 @@
|
|||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"@types/testing-library__cypress": "5.0.6",
|
||||
"cypress": "5.0.0",
|
||||
"cypress": "5.1.0",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
"eslint-plugin-cypress": "2.11.1",
|
||||
"http-server": "0.12.3",
|
||||
|
@ -156,6 +156,6 @@
|
|||
"ts-loader": "8.0.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "5.0.0"
|
||||
"cypress": "5.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4361,10 +4361,10 @@ cyclist@^1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
||||
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
||||
|
||||
cypress@*, cypress@5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.0.0.tgz#6957e299b790af8b1cd7bea68261b8935646f72e"
|
||||
integrity sha512-jhPd0PMO1dPSBNpx6pHVLkmnnaTfMy3wCoacHAKJ9LJG06y16zqUNSFri64N4BjuGe8y6mNMt8TdgKnmy9muCg==
|
||||
cypress@*, cypress@5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.1.0.tgz#979e9ff3e0acd792eefd365bf104046479a9643b"
|
||||
integrity sha512-craPRO+Viu4268s7eBvX5VJW8aBYcAQT+EwEccQSMY+eH1ZPwnxIgyDlmMWvxLVX9SkWxOlZbEycPyzanQScBQ==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue