diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-29 01:03:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 01:03:07 +0000 |
commit | c359185710d3e6eb829d03a9cd60cceddc080ac3 (patch) | |
tree | e5b8cc7d8f87751bf280483bbc9bb754e6a7f62f | |
parent | 12815c12b721e16574f3f7dc31b5b7779118541b (diff) | |
download | nextcloud-server-c359185710d3e6eb829d03a9cd60cceddc080ac3.tar.gz nextcloud-server-c359185710d3e6eb829d03a9cd60cceddc080ac3.zip |
Bump @nextcloud/calendar-availability-vue
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 0.5.0-beta.2 to 0.5.0-beta.3.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v0.5.0-beta.2...v0.5.0-beta.3)
---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 16 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 69fc1675bf6..0b387c7bbd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/axios": "^1.10.0", "@nextcloud/browser-storage": "^0.1.1", "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/calendar-availability-vue": "^0.5.0-beta.2", + "@nextcloud/calendar-availability-vue": "^0.5.0-beta.3", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^2.1.1", @@ -3558,9 +3558,9 @@ } }, "node_modules/@nextcloud/calendar-availability-vue": { - "version": "0.5.0-beta.2", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-beta.2.tgz", - "integrity": "sha512-1UME9GhaNP8FvY6+s7TjTMHpWNn4Not2n+do4ur4MeB8k1AUSGfHODOkYCYGMV94HrYfCHZU3Q3pZ6GzJ0uzaA==", + "version": "0.5.0-beta.3", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-beta.3.tgz", + "integrity": "sha512-0vBFsyMjJdsdv49jLLF/SMF0VENEt28jKwHipRM2Ky4o9ujMPv1eDrn9uGmdL2CyD293UqGnzpBVdiPoxQATOA==", "dependencies": { "ical.js": "^1.4.0", "icalzone": "^0.0.1", @@ -3572,7 +3572,7 @@ }, "peerDependencies": { "@nextcloud/l10n": "^1.4", - "@nextcloud/vue": "^7.0.0-beta.0", + "@nextcloud/vue": "^6.0.0-beta.1||^7.0.0-beta.1", "vue": "^2.7" } }, @@ -22367,9 +22367,9 @@ "integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg==" }, "@nextcloud/calendar-availability-vue": { - "version": "0.5.0-beta.2", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-beta.2.tgz", - "integrity": "sha512-1UME9GhaNP8FvY6+s7TjTMHpWNn4Not2n+do4ur4MeB8k1AUSGfHODOkYCYGMV94HrYfCHZU3Q3pZ6GzJ0uzaA==", + "version": "0.5.0-beta.3", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-beta.3.tgz", + "integrity": "sha512-0vBFsyMjJdsdv49jLLF/SMF0VENEt28jKwHipRM2Ky4o9ujMPv1eDrn9uGmdL2CyD293UqGnzpBVdiPoxQATOA==", "requires": { "ical.js": "^1.4.0", "icalzone": "^0.0.1", diff --git a/package.json b/package.json index c96469aca40..e628be2d8b3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/axios": "^1.10.0", "@nextcloud/browser-storage": "^0.1.1", "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/calendar-availability-vue": "^0.5.0-beta.2", + "@nextcloud/calendar-availability-vue": "^0.5.0-beta.3", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^2.1.1", |