libreoffice-online/cypress_test/package.json
Henry Castro aa6be258fa cypress: upgrade version 12.17.0
Change-Id: I1464063e5149143f9a0aa4a1f5a433f5171b1d8e
Signed-off-by: Henry Castro <hcastro@collabora.com>
2023-07-10 10:49:04 -04:00

34 lines
965 B
JSON

{
"name": "cypress_test",
"version": "1.0.0",
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@cypress/webpack-preprocessor": "^5.17.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"babel-loader": "^9.1.3",
"cypress": "^12.17.0",
"cypress-file-upload": "5.0.8",
"cypress-iframe": "1.0.1",
"cypress-log-to-output": "1.1.2",
"cypress-terminal-report": "^5.3.0",
"cypress-wait-until": "1.7.2",
"eslint": "7.19.0",
"eslint-plugin-cypress-rules": "file:eslint_plugin",
"get-port-cli": "2.0.0",
"semver": "^7.5.4",
"typescript": "5.0.4",
"wait-on": "7.0.1",
"webpack": "^5.88.1"
},
"repository": {
"type": "git",
"url": "https://github.com/CollaboraOnline/online.git"
},
"dependencies": {
"cypress-tags": "^1.1.2"
}
}