summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2304fecb..af68c361 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^4.1.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.0.0-beta.27",
+ "@nextcloud/files": "^3.0.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
@@ -2998,9 +2998,9 @@
}
},
"node_modules/@nextcloud/files": {
- "version": "3.0.0-beta.27",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.27.tgz",
- "integrity": "sha512-NEfBT9SzWVwnRoxDItnLYKTyQflPTNXnmJVVmNejJHpKxvLji2h07qkh0PC2M44SDE6j1HHXzyE2FgfDzgOAZw==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0.tgz",
+ "integrity": "sha512-zk5oIuVDyk2gWBKCJ+0B1HE3VjhuGnz2iLNbTcbRuTjMYb6aYCAEn1LY0dXbUQG93ehndYJCOdaYri/TaGrlXw==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
@@ -20368,9 +20368,9 @@
}
},
"@nextcloud/files": {
- "version": "3.0.0-beta.27",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.27.tgz",
- "integrity": "sha512-NEfBT9SzWVwnRoxDItnLYKTyQflPTNXnmJVVmNejJHpKxvLji2h07qkh0PC2M44SDE6j1HHXzyE2FgfDzgOAZw==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0.tgz",
+ "integrity": "sha512-zk5oIuVDyk2gWBKCJ+0B1HE3VjhuGnz2iLNbTcbRuTjMYb6aYCAEn1LY0dXbUQG93ehndYJCOdaYri/TaGrlXw==",
"requires": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
diff --git a/package.json b/package.json
index 0fea8575..de4f7d5e 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^4.1.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.0.0-beta.27",
+ "@nextcloud/files": "^3.0.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",