aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-07-26 01:42:31 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-08-08 17:20:54 +0200
commitadacfa8e9b353cdb5788c5fe6c429d59debcc635 (patch)
tree97102aa6f9012b6cda53bf81c0986f98de666aaa /package.json
parent21f9fe8ce6eed63ac023d7c86c28de5463a26653 (diff)
downloadnextcloud-server-adacfa8e9b353cdb5788c5fe6c429d59debcc635.tar.gz
nextcloud-server-adacfa8e9b353cdb5788c5fe6c429d59debcc635.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.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0a2b263e565..5408c987c71 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.12.3",
- "cypress-split": "^1.21.2",
- "cypress-wait-until": "^3.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",