Bump @nextcloud/vue from 2.0.0 to 2.1.0

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-18 10:35:53 +00:00
committed by GitHub
parent 92267738d1
commit 6a363f16b6
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@@ -4974,12 +4974,13 @@
}
},
"@nextcloud/vue": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.0.0.tgz",
"integrity": "sha512-Y8OmsRHvskpRbfcBXUy8U6+Ctl8kyWK8qHkmsi1kWL85l0262OxcTA9BU/Qh9vAn9sqTrT7skXRAVnQckO4y0A==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.1.0.tgz",
"integrity": "sha512-x6reE5GSk/exYuGPCqkw8ITWBDGfBkenTyNYRZYmyw1XLEW8M7UQgQc1EaYY3mhcIanf3aix8q9Rad7kK6nmoQ==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/dialogs": "^1.3.0",
"@nextcloud/event-bus": "^1.1.4",
"@nextcloud/l10n": "^1.2.3",
"@nextcloud/router": "^1.0.2",

View File

@@ -39,7 +39,7 @@
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^2.0.0",
"@nextcloud/vue": "^2.1.0",
"blueimp-md5": "^2.16.0",
"dompurify": "^2.0.11",
"lodash": "^4.17.15",