Bump nextcloud-vue-collections

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-03-25 14:50:35 +01:00
parent e1824a3d85
commit d6e3ab3c26
2 changed files with 7 additions and 7 deletions

12
js/package-lock.json generated
View File

@@ -5093,9 +5093,9 @@
}
},
"nextcloud-vue-collections": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.2.0.tgz",
"integrity": "sha512-LDbJyUZffu8ZIkkXAMXkfqkUK36GaUiuS4IdgoOLe/z9prV/Iic7uwrDME015FsCv9GmfheOs7cfiU6xBIidGA==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.2.2.tgz",
"integrity": "sha512-7gL8fuI6EeoihGvnT+qMN/HUeWxtdYvHQgCSNqroWMOt99fxcLGi/EntNvozbF8zMO1RgvrRnY3Y6NxM1BLwmA==",
"requires": {
"nextcloud-axios": "^0.1.2",
"nextcloud-vue": "^0.9.0",
@@ -5106,9 +5106,9 @@
},
"dependencies": {
"nextcloud-vue": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.2.tgz",
"integrity": "sha512-gw0A+qIEHP+P+iRhb+btSXuS3mkEgTyVr1aaJf8CvNXMlfxJMYMo25jQ+lHc9uRbl9MdGzl3U8gY84kTQffPjw==",
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.3.tgz",
"integrity": "sha512-Z5i1oaDsyGz6JR50Q3uwftP12INMokIIcdx8PqjZgc6HpzX05CaJ6z8SqJsahscYZKRGpy4DCZT3ejrvZcxyWg==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",

View File

@@ -18,7 +18,7 @@
"markdown-it-link-target": "^1.0.2",
"nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.8.0",
"nextcloud-vue-collections": "^0.2.0",
"nextcloud-vue-collections": "^0.2.2",
"ng-infinite-scroll": "^1.3.0",
"ng-sortable": "^1.3.8",
"ui-select": "^0.19.8",