libreoffice-online/cypress_test/package.json
Tamás Zolnai be8f8ea874 Update eslint of cypress test code: 6.8.0 -> 7.12.0.
Change-Id: I3508579dc608d56e63d842e413dc14d4c760965c
Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-11-13 11:57:23 +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": "5.5.0",
"cypress-failed-log": "2.7.0",
"cypress-file-upload": "4.1.1",
"cypress-log-to-output": "1.1.2",
"cypress-select-tests": "1.5.8",
"cypress-wait-until": "1.7.1",
"eslint": "7.12.0",
"eslint-plugin-cypress-rules": "file:eslint_plugin",
"get-port-cli": "2.0.0",
"wait-on": "5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/CollaboraOnline/online.git"
}
}