diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-03-14 18:25:52 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-03-19 13:06:56 +0100 |
commit | 39438cf654f243ca95fa8c280ee32908e279f750 (patch) | |
tree | f1188488dfdf46cfeb67d885f5072555f65fcc83 /package-lock.json | |
parent | ec63d4ba29504cc697b4e54eea2d171d7bce4a24 (diff) | |
download | nextcloud-server-39438cf654f243ca95fa8c280ee32908e279f750.tar.gz nextcloud-server-39438cf654f243ca95fa8c280ee32908e279f750.zip |
Bump nextcloud-vue-collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 6960bbb83da..01e3e3cf1be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4812,12 +4812,12 @@ } }, "nextcloud-vue-collections": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.1.2.tgz", - "integrity": "sha512-GoGvQSbBQWJQCjIPQVyKXvY2C289rZnqOo6LhpI8c7J9SuviHrbfUe5nAUZoyY5L6nsUHy5BUXtP6ppa+oiwbw==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.2.0.tgz", + "integrity": "sha512-LDbJyUZffu8ZIkkXAMXkfqkUK36GaUiuS4IdgoOLe/z9prV/Iic7uwrDME015FsCv9GmfheOs7cfiU6xBIidGA==", "requires": { "nextcloud-axios": "^0.1.2", - "nextcloud-vue": "^0.7.0", + "nextcloud-vue": "^0.9.0", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.6.6", "vue-click-outside": "^1.0.7", @@ -4825,9 +4825,9 @@ }, "dependencies": { "nextcloud-vue": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.7.1.tgz", - "integrity": "sha512-7KtOuZh2hGlppN8zyxGU+tg/8SxO/DYxed7NG4m6YpaCpFJXg/OKADlKTy44meHXnnCW/+TPeDTh+KvPKxU/Sw==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.1.tgz", + "integrity": "sha512-8Lmout8Y6+zNPHqZ8rV7GcuKRbFpM8EserkvhkXAJYymq9mblz2NkfmOzhOGxhRICfPHnZ/xFUTxUuaSus4p+Q==", "requires": { "hammerjs": "^2.0.8", "md5": "^2.2.1", @@ -4836,6 +4836,7 @@ "vue": "^2.6.7", "vue-click-outside": "^1.0.7", "vue-multiselect": "^2.1.3", + "vue-visible": "^1.0.2", "vue2-datepicker": "^2.10.0" } } @@ -7190,6 +7191,11 @@ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", "dev": true }, + "vue-visible": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/vue-visible/-/vue-visible-1.0.2.tgz", + "integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg==" + }, "vue2-datepicker": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.10.0.tgz", |