diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-01-11 21:02:57 +0000 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-01-12 10:22:25 +0100 |
commit | 3d7a027ad830b68607f137d78f4cd7e060e20879 (patch) | |
tree | d3257680fdc5253d968cface345ac0388869270a /package.json | |
parent | dc7e2fbe487e1f720132f6064be0d5617921e6c5 (diff) | |
download | nextcloud-server-3d7a027ad830b68607f137d78f4cd7e060e20879.tar.gz nextcloud-server-3d7a027ad830b68607f137d78f4cd7e060e20879.zip |
Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vue
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 817e7211e49..16d576e123f 100644 --- a/package.json +++ b/package.json @@ -40,20 +40,20 @@ "@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.4", + "@nextcloud/calendar-availability-vue": "^0.5.0-rc2", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^4.0.0-beta.2", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^3.0.0-beta.5", "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^1.6.0", + "@nextcloud/l10n": "^2.0.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/password-confirmation": "^4.0.3", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.0.0", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/vue": "^7.3.0", + "@nextcloud/vue": "^7.4.0", "@nextcloud/vue-dashboard": "^2.0.1", "@skjnldsv/sanitize-svg": "^1.0.2", "autosize": "^5.0.1", @@ -98,7 +98,7 @@ "url-search-params-polyfill": "^8.1.1", "v-click-outside": "^3.2.0", "v-tooltip": "^2.1.3", - "vue": "^2.7.13", + "vue": "^2.7.14", "vue-click-outside": "^1.1.0", "vue-clipboard2": "^0.3.3", "vue-cropperjs": "^4.2.0", @@ -166,7 +166,7 @@ "tslib": "^2.4.1", "typescript": "^4.9.3", "vue-loader": "^15.9.8", - "vue-template-compiler": "^2.7.13", + "vue-template-compiler": "^2.7.14", "wait-on": "^6.0.1", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", |