Bump @nextcloud/vue from 2.1.0 to 2.2.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/927/head
dependabot-preview[bot] 2020-07-04 01:19:39 +00:00 zatwierdzone przez GitHub
rodzic 5e1afc87f9
commit 4118b446e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 44 usunięć

46
package-lock.json wygenerowano
Wyświetl plik

@ -3135,13 +3135,6 @@
"requires": {
"core-js": "^3.6.4",
"toastify-js": "^1.7.0"
},
"dependencies": {
"core-js": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
}
}
},
"@nextcloud/eslint-config": {
@ -3188,13 +3181,6 @@
"requires": {
"core-js": "^3.6.4",
"node-gettext": "^3.0.0"
},
"dependencies": {
"core-js": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
}
}
},
"@nextcloud/logger": {
@ -3213,13 +3199,6 @@
"integrity": "sha512-iPHpMG9kajw8D+niR4x/d8s/R9RyUNveDsNURgcZryIjIXhAzSZZra55+Y3yInDmLhCFwboj9ZcC/2S6CzoKYA==",
"requires": {
"core-js": "^3.6.4"
},
"dependencies": {
"core-js": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
}
}
},
"@nextcloud/typings": {
@ -3231,9 +3210,9 @@
}
},
"@nextcloud/vue": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.1.0.tgz",
"integrity": "sha512-x6reE5GSk/exYuGPCqkw8ITWBDGfBkenTyNYRZYmyw1XLEW8M7UQgQc1EaYY3mhcIanf3aix8q9Rad7kK6nmoQ==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.2.0.tgz",
"integrity": "sha512-F7KA39DrBQT/IFY42rqfcA0NvOqQ06PUtI6Htph5quXXgXdvqIqRSb+w2/aWkmprKwHRaBMtCX3Dxrd+uGdqpw==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@ -3255,25 +3234,6 @@
"vue2-datepicker": "^3.4.1"
},
"dependencies": {
"@nextcloud/axios": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.3.2.tgz",
"integrity": "sha512-7reGkM57t8yfASioui/Tg1JBJ0UNCwK0w5yGG/+itEBERAR8izV2lVKQglkwwfQnRXlk3qQC4iu3O9yT9dGyMw==",
"requires": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.8.3",
"@nextcloud/auth": "^1.2.2",
"axios": "^0.19.2",
"core-js": "^3.6.4"
}
},
"core-js": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
},
"v-tooltip": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/v-tooltip/-/v-tooltip-2.0.3.tgz",

Wyświetl plik

@ -31,7 +31,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/vue": "^2.1.0",
"@nextcloud/vue": "^2.2.0",
"he": "^1.2.0",
"linkifyjs": "^2.1.8",
"tributejs": "^3.7.3",