Bump nextcloud-vue from 0.10.0 to 0.11.0

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.10.0...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-06 01:17:31 +00:00
parent 7f42489f59
commit 081c96ae93
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -10592,9 +10592,9 @@
}
},
"nextcloud-vue": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.10.0.tgz",
"integrity": "sha512-Ca1eUefMluq5/3Od5hYaG566HmQDGObjGkHNYXJAvGbeMZ2hvbjbkgx9OzpeLV91NWGF4OYsUOsCe9r5WsBp2w==",
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.11.0.tgz",
"integrity": "sha512-ap4N9kHPaP1ECr1eZGgdaGGgL4IP/M0EoRXhvEpffLDIBCDBlmqK20PH/mtIpXxuKw805yP5bHoCLttgBhibZg==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
@ -15654,9 +15654,9 @@
}
},
"vue-multiselect": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.4.tgz",
"integrity": "sha512-ryd2Ybl56LE81IxlwbZUo4gAWnUSG45iUGX4KgVwsteitK2R+cOLwJaJescobpIDJnVlVorRUnX5u7my1vBu2w=="
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.6.tgz",
"integrity": "sha512-s7jmZPlm9FeueJg1RwJtnE9KNPtME/7C8uRWSfp9/yEN4M8XcS/d+bddoyVwVnvFyRh9msFo0HWeW0vTL8Qv+w=="
},
"vue-resize": {
"version": "0.4.5",
@ -15700,9 +15700,9 @@
"integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg=="
},
"vue2-datepicker": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.11.0.tgz",
"integrity": "sha512-EW8M4PPDJG2c2cZXZCYLVregx4dhlJ+GC7rDGuGex0MlnhM8SHegL+/xFxrnUBD9NLvwrgWEEub5i7Ic/EG/+w==",
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.11.1.tgz",
"integrity": "sha512-5yUgW8FBu6Y1ISkTggNOQkr7wW18EMgiIo8dC2yfbB9Z7DSF2QjSxyRtKseZGcuRQGTogE6w4EUTh/00PbN5LQ==",
"requires": {
"fecha": "^2.3.3"
}

View file

@ -36,7 +36,7 @@
"markdown-it-link-attributes": "~2.1.0",
"markdown-it-task-lists": "~2.1.1",
"linkify-it": "~2.1.0",
"nextcloud-vue": "^0.10.0",
"nextcloud-vue": "^0.11.0",
"p-limit": "^2.2.0",
"p-queue": "^5.0.0",
"uuid": "^3.3.2",