Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-02-14 15:26:00 +0300
committerLouis Chemineau <louis@chmn.me>2022-02-14 15:28:38 +0300
commit16258fe18a23fa8cae3e07b9d8d6080c4e31af2f (patch)
treea1943a171af0158b9031692343cb80dbf48eab2c /package.json
parent7b14b96231086592a2f654009c8623c62ad3cf97 (diff)
Bump @nextcloud/vue from 4.3.0 to 5.0.0
- Removed `moji-mart-vue-fast` from babel parsed file when loading vue files - Updated material design icon to v5.0.0, superseding https://github.com/nextcloud/server/pull/30086 - Manually compiled Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1f8d15a5a1c..9d91fc34e51 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
- "@nextcloud/vue": "^4.3.0",
+ "@nextcloud/vue": "^5.0.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"autosize": "^5.0.1",
"backbone": "^1.4.0",
@@ -89,7 +89,7 @@
"vue-clipboard2": "^0.3.3",
"vue-infinite-loading": "^2.4.5",
"vue-localstorage": "^0.6.2",
- "vue-material-design-icons": "^4.13.0",
+ "vue-material-design-icons": "^5.0.0",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.5.3",
"vuedraggable": "^2.24.3",