From 572d0cbb3de7343c71f2fbcfc5c1cf35584c0eee Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 17 Nov 2023 16:42:50 -0800 Subject: [PATCH] chore: Bump @nextcloud/dialogs to v5.0.2 Signed-off-by: Christopher Ng --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d243a95c0bc..3e12fd12d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.0.0", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^5.0.1", + "@nextcloud/dialogs": "^5.0.2", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.0.0", @@ -3797,9 +3797,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.1.tgz", - "integrity": "sha512-2Hr40iMfiqOeXEpxwTo5Vxpu4wAodUIDL46xlY7EyxwHrK7GpQDGWhHdlipodvnu3aaufr1B/RA8HrxgIDsnLg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.2.tgz", + "integrity": "sha512-QyKCGhmVMS2bB8DFYSOimREM9mCfwO2YHBkFIYSjiawJ2BSruoe3inYoZi/QySDhm8gGKYF6vxI803SEHeFY7Q==", "dependencies": { "@mdi/svg": "^7.3.67", "@nextcloud/axios": "^2.4.0", @@ -3820,7 +3820,7 @@ "npm": "^9.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0", + "@nextcloud/vue": "^8.2.0", "vue": "^2.7.15" } }, diff --git a/package.json b/package.json index 50faa5e505b..2b37dbaf8b8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.0.0", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^5.0.1", + "@nextcloud/dialogs": "^5.0.2", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.0.0", -- 2.39.5