Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-12-01 11:46:55 +0300
committerGitHub <noreply@github.com>2019-12-01 11:46:55 +0300
commitef5c4b4a700cad32d9b7f5bd62053bdd8410e4cb (patch)
tree52a19b3841c59641e983cdbdf27ccc5da2a27651 /package-lock.json
parentc4efd3276370477463ce7829fc8c0b1ff06af5a2 (diff)
parent205127356a51e8e0af68643097b862213c6b1a41 (diff)
Bump @nextcloud/vue from 1.2.0 to 1.2.2 (#16)
Bump @nextcloud/vue from 1.2.0 to 1.2.2
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json24
1 files changed, 16 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 8c95ea9e..432f9c90 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1925,23 +1925,31 @@
}
},
"@nextcloud/vue": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.0.tgz",
- "integrity": "sha512-h8c+vJ6/1QQwbBO/1Fp3p9I3KXQv9tL+tqUoTzqDKyjJ81vQf8UUiXwKFAV00KscaA/DAf1ztkClA8I7c4j1hA==",
+ "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.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": {
+ "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=="
+ }
}
},
"@vue/component-compiler-utils": {
@@ -10423,9 +10431,9 @@
"dev": true
},
"v-click-outside": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-2.1.5.tgz",
- "integrity": "sha512-VPNCOTZK6WZy73lcWc+R7IW1uaBFEO3/Csrs5CzWVOdvE30V8Y1+BE/BtTlcEmeDGx0eqdE7bSCg55Jj37PMJg=="
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.0.tgz",
+ "integrity": "sha512-SHmKtZV2NsqJ0vkC85wAqswo2CnjRfoKbbyilA27U18G55aKzhqGsW8ve07cCeGnRzewh0lDKztD2Txh4IQ7sA=="
},
"v-tooltip": {
"version": "2.0.2",