diff --git a/package-lock.json b/package-lock.json index bd5c992e..66ecd8f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/capabilities": "^1.1.0", - "@nextcloud/dialogs": "^5.0.0-beta.6", + "@nextcloud/dialogs": "^5.0.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/password-confirmation": "^5.0.0", @@ -3019,18 +3019,19 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.0.0-beta.6", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.0-beta.6.tgz", - "integrity": "sha512-22mIGMtV9uOB04pJ5r+f97GmVFJ24PNALLlcNh6Ti9NASCLOZDRIlqRxHv/ExrQxW4ZCT9QGGNJSPiXjaUlMHg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.0.tgz", + "integrity": "sha512-b8pd1sKsO8CIcHHGuxfbtLwXkiUEIPabSU+kW78f6DGL7CzhKYKeg1arFphtMpbQsCnfeMYrBpml2Yp5tIw+tw==", "dependencies": { "@mdi/svg": "^7.3.67", "@nextcloud/axios": "^2.4.0", - "@nextcloud/files": "^3.0.0-beta.26", + "@nextcloud/event-bus": "^3.1.0", + "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2", + "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", - "@types/toastify-js": "^1.12.1", + "@types/toastify-js": "^1.12.2", "@vueuse/core": "^10.5.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", @@ -3041,8 +3042,8 @@ "npm": "^9.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0-beta.8", - "vue": "^2.7.14" + "@nextcloud/vue": "^8.0.0", + "vue": "^2.7.15" } }, "node_modules/@nextcloud/dialogs/node_modules/@types/web-bluetooth": { @@ -3204,15 +3205,15 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.0.0-beta.26", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.26.tgz", - "integrity": "sha512-IOIY9clVxB0+a/xcA7I6szeZ0VcVCNYJwkY0CyuOXC/ZW/tGeevmZ8JPWmiH+HAHz574V3Up53xTwXSzAxeN5A==", + "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", "@nextcloud/logger": "^2.7.0", "@nextcloud/paths": "^2.1.0", - "@nextcloud/router": "^2.1.2", + "@nextcloud/router": "^2.2.0", "is-svg": "^5.0.0", "webdav": "^5.3.0" }, @@ -3328,9 +3329,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.0.0-beta.10", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.0-beta.10.tgz", - "integrity": "sha512-vyNq8dZE3QkIYOyumT+JX6YkAJYZpLcFdpwIiqeteAyELTAWzprFaPRUuC9yLI/b+HHv8IKeWQ/7nQcKWijUyQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.1.tgz", + "integrity": "sha512-x2RqRb+/hB94mkZ465zWct0a3A5m5KQniIO4RuwtBssMwlJdyv0MXZF3k7iE3omwChkbgNOkFDiZ/Ch+pfMm1g==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -3371,7 +3372,6 @@ "vue": "^2.7.14", "vue-color": "^2.8.1", "vue-frag": "^1.4.3", - "vue-material-design-icons": "^5.1.2", "vue2-datepicker": "^3.11.0" }, "engines": { @@ -19680,18 +19680,19 @@ } }, "@nextcloud/dialogs": { - "version": "5.0.0-beta.6", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.0-beta.6.tgz", - "integrity": "sha512-22mIGMtV9uOB04pJ5r+f97GmVFJ24PNALLlcNh6Ti9NASCLOZDRIlqRxHv/ExrQxW4ZCT9QGGNJSPiXjaUlMHg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.0.tgz", + "integrity": "sha512-b8pd1sKsO8CIcHHGuxfbtLwXkiUEIPabSU+kW78f6DGL7CzhKYKeg1arFphtMpbQsCnfeMYrBpml2Yp5tIw+tw==", "requires": { "@mdi/svg": "^7.3.67", "@nextcloud/axios": "^2.4.0", - "@nextcloud/files": "^3.0.0-beta.26", + "@nextcloud/event-bus": "^3.1.0", + "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2", + "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", - "@types/toastify-js": "^1.12.1", + "@types/toastify-js": "^1.12.2", "@vueuse/core": "^10.5.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", @@ -19782,15 +19783,15 @@ } }, "@nextcloud/files": { - "version": "3.0.0-beta.26", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.26.tgz", - "integrity": "sha512-IOIY9clVxB0+a/xcA7I6szeZ0VcVCNYJwkY0CyuOXC/ZW/tGeevmZ8JPWmiH+HAHz574V3Up53xTwXSzAxeN5A==", + "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", "@nextcloud/logger": "^2.7.0", "@nextcloud/paths": "^2.1.0", - "@nextcloud/router": "^2.1.2", + "@nextcloud/router": "^2.2.0", "is-svg": "^5.0.0", "webdav": "^5.3.0" } @@ -19866,9 +19867,9 @@ } }, "@nextcloud/vue": { - "version": "8.0.0-beta.10", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.0-beta.10.tgz", - "integrity": "sha512-vyNq8dZE3QkIYOyumT+JX6YkAJYZpLcFdpwIiqeteAyELTAWzprFaPRUuC9yLI/b+HHv8IKeWQ/7nQcKWijUyQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.1.tgz", + "integrity": "sha512-x2RqRb+/hB94mkZ465zWct0a3A5m5KQniIO4RuwtBssMwlJdyv0MXZF3k7iE3omwChkbgNOkFDiZ/Ch+pfMm1g==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -19909,7 +19910,6 @@ "vue": "^2.7.14", "vue-color": "^2.8.1", "vue-frag": "^1.4.3", - "vue-material-design-icons": "^5.1.2", "vue2-datepicker": "^3.11.0" }, "dependencies": { diff --git a/package.json b/package.json index 90b87254..ba787344 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/capabilities": "^1.1.0", - "@nextcloud/dialogs": "^5.0.0-beta.6", + "@nextcloud/dialogs": "^5.0.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/password-confirmation": "^5.0.0",