6bb1054c52
cypress-tags has fixed their npm publishing
Upgrade to take advantage of dependency updates
Reverts commit 873485f479
Signed-off-by: Neil Guertin <neil.guertin@collabora.com>
Change-Id: Ib4128dd4224a70777eaace0bf1e4bc14974a5189
33 lines
934 B
JSON
33 lines
934 B
JSON
{
|
|
"name": "cypress_test",
|
|
"version": "1.0.0",
|
|
"description": "Cypress integration test suite",
|
|
"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": "13.5.1",
|
|
"cypress-file-upload": "5.0.8",
|
|
"cypress-log-to-output": "1.1.2",
|
|
"cypress-terminal-report": "^5.3.0",
|
|
"cypress-wait-until": "^3.0.1",
|
|
"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.2.2"
|
|
}
|
|
}
|