summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-12-01 14:34:23 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-01-04 16:45:41 +0100
commit887c9e05de88f81ed6f0cb88bd185c05b1a22076 (patch)
tree5fdd405133148fdba12ff6ea6a8cd9e4f27007d2 /package.json
parent36b6a7c77199d17c0147fc27cd0cc54a2b7d5020 (diff)
downloadnextcloud-server-887c9e05de88f81ed6f0cb88bd185c05b1a22076.tar.gz
nextcloud-server-887c9e05de88f81ed6f0cb88bd185c05b1a22076.zip
Port Files navigation to vue
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index c587027f055..6b0e5e852e9 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@mdi/svg": "^7.0.96",
- "@nextcloud/auth": "^1.3.0",
+ "@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^1.10.0",
"@nextcloud/browser-storage": "^0.1.1",
"@nextcloud/browserslist-config": "^2.3.0",
@@ -43,10 +43,10 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^4.0.0-beta.2",
"@nextcloud/event-bus": "^3.0.2",
- "@nextcloud/files": "^2.1.0",
- "@nextcloud/initial-state": "^1.2.1",
+ "@nextcloud/files": "^3.0.0-beta.5",
+ "@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
- "@nextcloud/logger": "^2.1.0",
+ "@nextcloud/logger": "^2.4.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/password-confirmation": "^4.0.2",
"@nextcloud/paths": "^2.1.0",
@@ -72,6 +72,7 @@
"focus-visible": "^5.2.0",
"handlebars": "^4.7.7",
"ical.js": "^1.4.0",
+ "is-svg": "^4.3.2",
"jquery": "~3.6",
"jquery-migrate": "~3.4",
"jquery-ui": "^1.13.2",
@@ -113,6 +114,7 @@
},
"devDependencies": {
"@babel/node": "^7.20.0",
+ "@babel/preset-typescript": "^7.18.6",
"@cypress/browserify-preprocessor": "^3.0.2",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.1",