Bump nextcloud-vue from 0.8.0 to 0.9.0

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
pull/456/head
dependabot[bot] 2019-03-09 02:15:00 +00:00
rodzic fc69c26ff9
commit b9560de3a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4C0F2888C98CF331
2 zmienionych plików z 10 dodań i 4 usunięć

12
package-lock.json wygenerowano
Wyświetl plik

@ -7513,9 +7513,9 @@
}
},
"nextcloud-vue": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.8.0.tgz",
"integrity": "sha512-6qXcWTgtrbM4W1AjyHSWn0cHOFm/Q39A//OibrY7M332orQnDvCrDoGloUUOW6+vbXJarI+L7t7scL6mkRw4Qg==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.0.tgz",
"integrity": "sha512-5ryV0XCa/kS8ArHhP8+MZouprky7di5oSBRPoIsXxTQSy50RaoHqgSeXTZy3sYEN+XMc5yGoyYtKZGq2I5kMCA==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
@ -7524,6 +7524,7 @@
"vue": "^2.6.7",
"vue-click-outside": "^1.0.7",
"vue-multiselect": "^2.1.3",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^2.10.0"
}
},
@ -11772,6 +11773,11 @@
"resolved": "https://registry.npmjs.org/vue-twemoji/-/vue-twemoji-1.0.1.tgz",
"integrity": "sha512-vKdA9vZuV0ADB8O2qCah//nGv9seb+S1hMTwU6IhPmmOsax4EHqwzyXSTf7kr3jCobsQIBBtNg2bpuRYoxalAA=="
},
"vue-visible": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/vue-visible/-/vue-visible-1.0.2.tgz",
"integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg=="
},
"vue2-datepicker": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.10.0.tgz",

Wyświetl plik

@ -29,7 +29,7 @@
"dependencies": {
"linkifyjs": "^2.1.8",
"nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.8.0",
"nextcloud-vue": "^0.9.0",
"tributejs": "^3.6.0",
"twemoji": "^11.3.0",
"uuid": "^3.3.2",