aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-07-10 20:00:18 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-07-11 13:05:59 +0200
commit0418026c156cc3e27686421b72a941f06fe89ccb (patch)
tree8e2a236a337bb6af03139e4b2259752aac6d01a2
parentb09347ae536da3640d5cb8cff4254325f6e90926 (diff)
downloadnextcloud-server-0418026c156cc3e27686421b72a941f06fe89ccb.tar.gz
nextcloud-server-0418026c156cc3e27686421b72a941f06fe89ccb.zip
chore(deps): Update `@nextcloud/dialogs` to v5.3.5
Also align package.json with dependencies used. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r--package-lock.json14
-rw-r--r--package.json6
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 9cac645583b..23481d1eae2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,11 +17,11 @@
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/calendar-availability-vue": "^2.2.2",
- "@nextcloud/capabilities": "^1.0.4",
- "@nextcloud/dialogs": "^5.3.4",
+ "@nextcloud/capabilities": "^1.2.0",
+ "@nextcloud/dialogs": "^5.3.5",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.5.1",
- "@nextcloud/initial-state": "^2.0.0",
+ "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
@@ -4327,9 +4327,9 @@
}
},
"node_modules/@nextcloud/dialogs": {
- "version": "5.3.4",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.4.tgz",
- "integrity": "sha512-0oWLycHX/T68Ab7xMOlghg3nHZOOldbTwoOmNOSIbAg69Tmpcu90JlRtFa9LKiDf1pWQPqCoh9QeYj10SCEm0w==",
+ "version": "5.3.5",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.5.tgz",
+ "integrity": "sha512-v2+M2zN90IqkZby7QZ575Ej/VsSQXcI6EurMVp51mRGLTeO2bJw8IVdfumDJhSA+3rn/nSHmkz3zWcHUInqzTg==",
"dependencies": {
"@mdi/js": "^7.4.47",
"@nextcloud/auth": "^2.3.0",
@@ -4340,7 +4340,7 @@
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.2",
- "@nextcloud/typings": "^1.8.0",
+ "@nextcloud/typings": "^1.9.0",
"@types/toastify-js": "^1.12.3",
"@vueuse/core": "^10.11.0",
"cancelable-promise": "^4.3.1",
diff --git a/package.json b/package.json
index 8139cea9a85..6f518ba0730 100644
--- a/package.json
+++ b/package.json
@@ -45,11 +45,11 @@
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/calendar-availability-vue": "^2.2.2",
- "@nextcloud/capabilities": "^1.0.4",
- "@nextcloud/dialogs": "^5.3.4",
+ "@nextcloud/capabilities": "^1.2.0",
+ "@nextcloud/dialogs": "^5.3.5",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.5.1",
- "@nextcloud/initial-state": "^2.0.0",
+ "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",