mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Update dependency cypress to v5.2.0
This commit is contained in:
parent
7625ebda3d
commit
bb141e58a1
2 changed files with 6 additions and 6 deletions
|
@ -148,7 +148,7 @@
|
|||
"@testing-library/cypress": "7.0.0",
|
||||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"cypress": "5.1.0",
|
||||
"cypress": "5.2.0",
|
||||
"cypress-commands": "1.1.0",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
"eslint-plugin-cypress": "2.11.1",
|
||||
|
@ -158,6 +158,6 @@
|
|||
"ts-loader": "8.0.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "5.1.0"
|
||||
"cypress": "5.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4485,10 +4485,10 @@ cypress-commands@1.1.0:
|
|||
resolved "https://registry.yarnpkg.com/cypress-commands/-/cypress-commands-1.1.0.tgz#9248190168783deb8ab27ae7c722e3e01d172c97"
|
||||
integrity sha512-Q8Jr25pHJQFXwln6Hp8O+Hgs8Z506Y2wA9F1Te2cTajjc5L9gtt9WPOcw1Ogh+OgyqaMHF+uq31vdfImRTio5Q==
|
||||
|
||||
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==
|
||||
cypress@5.2.0:
|
||||
version "5.2.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.2.0.tgz#6902efd90703242a2539f0623c6e1118aff01f95"
|
||||
integrity sha512-9S2spcrpIXrQ+CQIKHsjRoLQyRc2ehB06clJXPXXp1zyOL/uZMM3Qc20ipNki4CcNwY0nBTQZffPbRpODeGYQg==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Reference in a new issue