Bump nextcloud-vue from 0.8.0 to 0.9.4 in /js

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.8.0 to 0.9.4.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.8.0...v0.9.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-03-28 07:27:36 +00:00
parent aa725eee62
commit 094556a4f1
2 changed files with 5 additions and 4 deletions

7
js/package-lock.json generated
View File

@@ -5144,9 +5144,9 @@
} }
}, },
"nextcloud-vue": { "nextcloud-vue": {
"version": "0.8.0", "version": "0.9.4",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.8.0.tgz", "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.4.tgz",
"integrity": "sha512-6qXcWTgtrbM4W1AjyHSWn0cHOFm/Q39A//OibrY7M332orQnDvCrDoGloUUOW6+vbXJarI+L7t7scL6mkRw4Qg==", "integrity": "sha512-sXqHs02kWHfoY5H1Hm7fZUWqFSvTSIebWp+Wvc8U0RImDsabcKfybqZ3/JUne/Sv2WzQrM99sPyoGpF80Z7ujQ==",
"requires": { "requires": {
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"md5": "^2.2.1", "md5": "^2.2.1",
@@ -5155,6 +5155,7 @@
"vue": "^2.6.7", "vue": "^2.6.7",
"vue-click-outside": "^1.0.7", "vue-click-outside": "^1.0.7",
"vue-multiselect": "^2.1.3", "vue-multiselect": "^2.1.3",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^2.10.0" "vue2-datepicker": "^2.10.0"
} }
}, },

View File

@@ -17,7 +17,7 @@
"markdown-it": "^8.4.2", "markdown-it": "^8.4.2",
"markdown-it-link-target": "^1.0.2", "markdown-it-link-target": "^1.0.2",
"nextcloud-axios": "^0.1.3", "nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.8.0", "nextcloud-vue": "^0.9.4",
"nextcloud-vue-collections": "^0.2.2", "nextcloud-vue-collections": "^0.2.2",
"ng-infinite-scroll": "^1.3.0", "ng-infinite-scroll": "^1.3.0",
"ng-sortable": "^1.3.8", "ng-sortable": "^1.3.8",