aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-04-08 13:31:52 +0200
committerJulius Härtl <jus@bitgrid.net>2019-04-09 08:30:48 +0200
commitb518a6550d849e297914fd837c4af4885f183ea1 (patch)
treef53fa541a165384c9df333be981dd2b5e189d2f6
parente1ae0d1a6ea79cadabfb706aba69ed8b978c7722 (diff)
downloadnextcloud-server-b518a6550d849e297914fd837c4af4885f183ea1.tar.gz
nextcloud-server-b518a6550d849e297914fd837c4af4885f183ea1.zip
Bump nextcloud-vue-collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 3851c055389..0d61754f1cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4812,9 +4812,9 @@
}
},
"nextcloud-vue-collections": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.3.0.tgz",
- "integrity": "sha512-XW95X75XF4fxL9HBNPf4tsPbSjjtFzdCGz8rlh67upA8QBbaLkn9cEiveORlpgBviVPuiCVLQqVfxOWbsZ+dAw==",
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.4.0.tgz",
+ "integrity": "sha512-UxgormIFW4CD9dUsobRzIuQt1PQXkT+EI2KCp1CoAiJiurzf5yO9BmmS3gN9lWZa1+EZvLqljapvAlyntWwX6Q==",
"requires": {
"lodash": "^4.17.11",
"nextcloud-axios": "^0.1.2",
@@ -4826,9 +4826,9 @@
},
"dependencies": {
"nextcloud-vue": {
- "version": "0.9.5",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.5.tgz",
- "integrity": "sha512-JWioquKIHnmt2O+8eS+7zd5Pg7DuouKKQlVBoLlm7bOPFTZuhn53B3lYiOnL8N/91ba8RnffHmDixz33m7/s8w==",
+ "version": "0.9.7",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.7.tgz",
+ "integrity": "sha512-47mr8kBQfJW1oNTgKjFdktgX6+Z0c6jryd1xq+515jLef3o1DWdMmRLF5Yab3TTUdha/aG3dL0lpVQ6Z3jf9Aw==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
diff --git a/package.json b/package.json
index 7dfdaec3d81..ab880839990 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.4.1",
"nextcloud-vue": "^0.8.0",
- "nextcloud-vue-collections": "^0.3.0",
+ "nextcloud-vue-collections": "^0.4.0",
"snap.js": "^2.0.9",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",
"underscore": "^1.9.1",