diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-26 01:42:31 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-08-21 01:05:52 +0200 |
commit | 4ebea3db3a6e3ec72502b283f1dfbe842d75dbf0 (patch) | |
tree | 7d66730fa947a6bc24beda9b3bc071600c4742d4 /package.json | |
parent | 39780506f0b4b171ba67eeb967a0b80f0dc62d0f (diff) | |
download | nextcloud-server-4ebea3db3a6e3ec72502b283f1dfbe842d75dbf0.tar.gz nextcloud-server-4ebea3db3a6e3ec72502b283f1dfbe842d75dbf0.zip |
fix(files): Provide file actions from list entry to make it reactive
This fixes non reactive default action text of the name component.
Also use download action as default action so that only one place
is needed to define how to download a file.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index b39ea7fa1ca..9b8c1c25f60 100644 --- a/package.json +++ b/package.json @@ -147,9 +147,10 @@ "css-loader": "^6.8.1", "cypress": "^13.13.2", "cypress-axe": "^1.5.0", - "cypress-if": "^1.10.5", - "cypress-split": "^1.21.0", - "cypress-wait-until": "^2.0.1", + "cypress-delete-downloads-folder": "^0.0.6", + "cypress-if": "^1.12.5", + "cypress-split": "^1.24.0", + "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.15.2", "eslint-plugin-es": "^4.1.0", |