Bump @nextcloud/vue from 1.1.0 to 1.2.2 (#1371)

Bump @nextcloud/vue from 1.1.0 to 1.2.2
This commit is contained in:
Julius Härtl
2019-12-01 12:53:18 +01:00
committed by GitHub
2 changed files with 36 additions and 8 deletions

42
package-lock.json generated
View File

@@ -2884,22 +2884,50 @@
}
},
"@nextcloud/vue": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.1.0.tgz",
"integrity": "sha512-SGWrNTalT/59vElPnPJZ0xQb9sui1yq5fKRiIA2w81NlAK9JQGq+ADeqdVb8sciVnLGobQJ1qERhpo3pIyOhaQ==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.2.tgz",
"integrity": "sha512-9yrW7K7Fsfj5/s01+5V/a3AO9WxLK8NaiWc/ZYM63bvJ8gKzPqrtU0S0hhZRdO492DYSdeUNAA4nIorTsN1A7Q==",
"requires": {
"@babel/polyfill": "^7.4.4",
"@nextcloud/axios": "^0.4.0",
"@nextcloud/axios": "^0.5.0",
"@nextcloud/router": "^0.1.0",
"core-js": "^3.4.4",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
"v-click-outside": "^2.1.4",
"regenerator-runtime": "^0.13.3",
"v-click-outside": "^3.0.0",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.6.7",
"vue-color": "^2.7.0",
"vue-multiselect": "^2.1.3",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^2.10.0"
},
"dependencies": {
"@nextcloud/axios": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.5.0.tgz",
"integrity": "sha512-cnf/bgyOpiUty50VMfmtWYNvq0n2G4YJpNldUcY/LJrB5ENyuiv7vJbOl9R40pb6NztWkmDyTK8Ycl1VlzcYrA==",
"requires": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-typescript": "^7.6.0",
"@nextcloud/auth": "^0.3.1",
"axios": "^0.19.0",
"core-js": "^3.2.1"
}
},
"core-js": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.5.tgz",
"integrity": "sha512-OuvejWH6vIaUo59Ndlh89purNm4DCIy/v3QoYlcGnn+PkYI8BhNHfCuAESrWX+ZPfq9JccVJ+XXgOMy77PJexg=="
},
"v-click-outside": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.0.tgz",
"integrity": "sha512-SHmKtZV2NsqJ0vkC85wAqswo2CnjRfoKbbyilA27U18G55aKzhqGsW8ve07cCeGnRzewh0lDKztD2Txh4IQ7sA=="
}
}
},
"@types/babel__core": {
@@ -12415,7 +12443,7 @@
"dependencies": {
"minimist": {
"version": "0.0.10",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
"integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
"dev": true
},

View File

@@ -30,7 +30,7 @@
"@babel/runtime": "^7.6.3",
"@nextcloud/l10n": "^0.2.1",
"@nextcloud/router": "^0.1.0",
"@nextcloud/vue": "^1.1.0",
"@nextcloud/vue": "^1.2.2",
"nextcloud-axios": "^0.2.1",
"nextcloud-server": "^0.15.10",
"nextcloud-vue-collections": "^0.6.0",