Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-08-19 16:47:35 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-02 20:05:26 +0300
commita786e4b523be1fdb8704fae44bc1908dcd04aa77 (patch)
tree09e75efbe94dfc56414d2bf193e0ed297a2daeec /package-lock.json
parent4c097f604afd7c17f9fdad27151574019499974c (diff)
Open attachments with viewer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 1e6a218f3..275990b19 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,6 +35,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.3.0",
"@nextcloud/moment": "^1.2.1",
+ "@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^6.0.0-beta.6",
"@nextcloud/vue-dashboard": "^2",
@@ -3533,6 +3534,14 @@
"node-gettext": "^3.0.0"
}
},
+ "node_modules/@nextcloud/paths": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz",
+ "integrity": "sha512-8wX0gqwez0bTuAS8A0OEiqbbp0ZsqLr07zSErmS6OYhh9KZcSt/kO6lQV5tnrFqIqJVsxwz4kHUjtZXh6DSf9Q==",
+ "dependencies": {
+ "core-js": "^3.6.4"
+ }
+ },
"node_modules/@nextcloud/router": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
@@ -17467,6 +17476,14 @@
"node-gettext": "^3.0.0"
}
},
+ "@nextcloud/paths": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz",
+ "integrity": "sha512-8wX0gqwez0bTuAS8A0OEiqbbp0ZsqLr07zSErmS6OYhh9KZcSt/kO6lQV5tnrFqIqJVsxwz4kHUjtZXh6DSf9Q==",
+ "requires": {
+ "core-js": "^3.6.4"
+ }
+ },
"@nextcloud/router": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",