Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

Commit 3f204c5

Browse files
committed
update packages
1 parent b9e9f12 commit 3f204c5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
},
2828
"dependencies": {
2929
"animate.css": ">3.5.2",
30-
"awesome-qr": "1.0.9",
30+
"awesome-qr": "^1.0.9",
3131
"axios": ">0.17.1",
3232
"better-scroll": "^1.4.2",
33+
"bip39": "^2.4.0",
3334
"cordova": "^7.1.0",
3435
"cordova-android": "^6.2.3",
3536
"cordova-browser": "^5.0.1",
@@ -53,10 +54,12 @@
5354
"cordova-plugin-wkwebview-engine": "^1.1.4",
5455
"cordova-plugin-x-socialsharing": "^5.3.2",
5556
"cordova-sqlite-storage": "^2.1.2",
57+
"create-hmac": "^1.1.6",
5658
"decimal.js": ">=9.0.1",
5759
"echarts": ">=4.0.1",
5860
"ed25519": ">=0.0.4",
5961
"instabug-cordova": "^1.9.1",
62+
"js-nacl": "^1.2.2",
6063
"lodash": ">=4.17.4",
6164
"moment": ">=2.20.1",
6265
"nprogress": ">=0.2.0",
@@ -77,10 +80,7 @@
7780
"vuedraggable": ">=2.16.0",
7881
"vuetify": "^1.0.16",
7982
"vuex": ">=2.4.0",
80-
"xml2js": "^0.4.19",
81-
"bip39": "^2.4.0",
82-
"create-hmac": "^1.1.6",
83-
"js-nacl": "^1.2.2"
83+
"xml2js": "^0.4.19"
8484
},
8585
"devDependencies": {
8686
"autoprefixer": "^7.1.2",
@@ -172,4 +172,4 @@
172172
"ios"
173173
]
174174
}
175-
}
175+
}

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2169,9 +2169,9 @@ cordova-plugin-inappbrowser@^1.7.2:
21692169
version "1.7.2"
21702170
resolved "https://registry.yarnpkg.com/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-1.7.2.tgz#64763495be87eb2e7adb1a08f0209b96ea5ceee0"
21712171

2172-
cordova-plugin-qrscanner@^2.5.0:
2172+
"cordova-plugin-qrscanner@git+https://github.com/imloama/cordova-plugin-qrscanner.git":
21732173
version "2.5.0"
2174-
resolved "https://registry.yarnpkg.com/cordova-plugin-qrscanner/-/cordova-plugin-qrscanner-2.5.0.tgz#6d6ba13d0bb49e370daa4958d77c8aa76d8ca356"
2174+
resolved "git+https://github.com/imloama/cordova-plugin-qrscanner.git#2da189bf86adf057e0f0088ce80225c8e54aead2"
21752175
dependencies:
21762176
qrcode-reader "^0.2.2"
21772177
webrtc-adapter "^3.1.4"

0 commit comments

Comments
 (0)