mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
Bump nextcloud-vue from 0.6.0 to 0.6.1 in /apps/updatenotification
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.0...v0.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
422dd9dfd6
commit
e7cb87832d
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
12
apps/updatenotification/package-lock.json
generated
12
apps/updatenotification/package-lock.json
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue