Bump nextcloud-vue from 0.7.0 to 0.7.1

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.7.0...v0.7.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
pull/442/head
dependabot[bot] 2019-02-26 19:49:14 +00:00
rodzic d7906f1071
commit 0c70d2ba58
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4C0F2888C98CF331
2 zmienionych plików z 14 dodań i 8 usunięć

20
package-lock.json wygenerowano
Wyświetl plik

@ -5154,6 +5154,11 @@
"integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
"dev": true
},
"hammerjs": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz",
"integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE="
},
"handlebars": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz",
@ -7436,17 +7441,18 @@
}
},
"nextcloud-vue": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.7.0.tgz",
"integrity": "sha512-g37cCB5p+AuN0ajH5BJVTuLOVAjcd/yKCyqTpEfIMLovgeJaTidbiogxua49T2Wcj5m/S0zsQp7fu6e6dXQovA==",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.7.1.tgz",
"integrity": "sha512-7KtOuZh2hGlppN8zyxGU+tg/8SxO/DYxed7NG4m6YpaCpFJXg/OKADlKTy44meHXnnCW/+TPeDTh+KvPKxU/Sw==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
"nextcloud-axios": "^0.1.2",
"nextcloud-axios": "^0.1.3",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.20",
"vue": "^2.6.7",
"vue-click-outside": "^1.0.7",
"vue-multiselect": "^2.1.0",
"vue2-datepicker": "^2.6.1"
"vue-multiselect": "^2.1.3",
"vue2-datepicker": "^2.10.0"
}
},
"nice-try": {

Wyświetl plik

@ -29,7 +29,7 @@
"dependencies": {
"linkifyjs": "^2.1.8",
"nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.7.0",
"nextcloud-vue": "^0.7.1",
"tributejs": "^3.5.3",
"twemoji": "^11.3.0",
"uuid": "^3.3.2",