Merge pull request #13988 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/nextcloud-vue-0.6.1

Bump nextcloud-vue from 0.6.0 to 0.6.1 in /apps/updatenotification
This commit is contained in:
Roeland Jago Douma 2019-02-04 08:17:22 +01:00 committed by GitHub
commit 3372459c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4833,9 +4833,9 @@
}
},
"nextcloud-vue": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.0.tgz",
"integrity": "sha512-0Du8+jtaQN18NQRZvXpYYZPqWgiuxbQnLo12HMY1p+QkLfimoQOG1MI5vkVsrsbqg/ewJK9Wu1VsTJ30PJUuCQ==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.1.tgz",
"integrity": "sha512-CfNuGFkVlFBJ6KFPDEQpTr3QbCJJULawojkCmrvE5ylmH17gOcn5iLoGnrKxeufSgbx8SsRps4nbvk4+TcGRaA==",
"requires": {
"md5": "^2.2.1",
"nextcloud-axios": "^0.1.2",
@ -7322,9 +7322,9 @@
"dev": true
},
"vue2-datepicker": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.8.0.tgz",
"integrity": "sha512-IQw/ai04WYGZC4P7toLhryBHhrqc1hCJ3ivgEayXfeDD1EjJnIhUMb4nqo2JvRG72nPqc9HJvHM/66K+AZnjUA==",
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.9.1.tgz",
"integrity": "sha512-fabvNRw29lEmw64Sd4qwpNBc/2l1isQSlw7Pxg6pE+M5L9SHy58QnFyUKq16porJLDR8vyKDWavLpRgJOffgSg==",
"requires": {
"fecha": "^2.3.3"
}

View File

@ -23,7 +23,7 @@
},
"homepage": "https://github.com/nextcloud/notifications#readme",
"dependencies": {
"nextcloud-vue": "^0.6.0",
"nextcloud-vue": "^0.6.1",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.22",
"vue-click-outside": "^1.0.7"