libreoffice-online/cypress_test/package.json
Tamás Zolnai 384d5692a1 cypress: update eslint: 7.12.0 -> 7.19.0.
Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Change-Id: I4d23f5aba844e9398543a7763543098be4e8fb12
2021-02-05 17:31:09 +01:00

22 lines
589 B
JSON

{
"name": "cypress_test",
"version": "1.0.0",
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"dependencies": {
"cypress": "6.2.1",
"cypress-failed-log": "2.9.1",
"cypress-file-upload": "5.0.2",
"cypress-log-to-output": "1.1.2",
"cypress-select-tests": "1.5.9",
"cypress-wait-until": "1.7.1",
"eslint": "7.19.0",
"eslint-plugin-cypress-rules": "file:eslint_plugin",
"get-port-cli": "2.0.0",
"wait-on": "5.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/CollaboraOnline/online.git"
}
}