summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-04 01:19:39 +0000
committerGitHub <noreply@github.com>2020-07-04 01:19:39 +0000
commit4118b446e6b3ea5b5123bee28e658a7e4e42462b (patch)
treeda1a6605c7b5534e1d8a2a3c0ee7c2aea946d90e
parent5e1afc87f9fcbd0cdfd0ea110c1499d3ee069d49 (diff)
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>
-rw-r--r--package-lock.json46
-rw-r--r--package.json2
2 files changed, 4 insertions, 44 deletions
diff --git a/package-lock.json b/package-lock.json
index 2590ee58..0c5c1c1f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index 9d730d1e..3260d6df 100644
--- a/package.json
+++ b/package.json
@@ -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",