cypress_test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 54c03079ea724b6265b31da3a7557aa7fdcd1e05 Author: Michael Meeks <[email protected]> AuthorDate: Thu Mar 12 14:56:17 2020 +0000 Commit: Tamás Zolnai <[email protected]> CommitDate: Thu Mar 12 19:01:51 2020 +0100 cypress: update to 4.1.0. This seems to make things work on openSUSE 15.1 Change-Id: I23f6b738d1c1a3737a968f244477bc8c8c5c7bb3 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90420 Tested-by: Tamás Zolnai <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/cypress_test/package.json b/cypress_test/package.json index 07e378814..d43558232 100644 --- a/cypress_test/package.json +++ b/cypress_test/package.json @@ -4,7 +4,7 @@ "description": "Cypress integration test suit", "license": "MPL-2.0", "dependencies": { - "cypress": "3.8.3", + "cypress": "4.1.0", "eslint": "6.8.0", "get-port-cli": "2.0.0", "wait-on": "4.0.0" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
