This commit is contained in:
Jaco Greeff
2020-06-22 20:42:21 +02:00
parent 985177dd96
commit ed2c9e5c41
13 changed files with 111 additions and 82 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2"
"@babel/runtime": "^7.10.3"
}
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2"
"@babel/runtime": "^7.10.3"
}
}
+3 -3
View File
@@ -38,12 +38,12 @@
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/runtime": "^7.10.2",
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@polkadot/keyring": "^2.15.1",
"@polkadot/util": "^2.15.1",
"@polkadot/util-crypto": "^2.15.1",
"@react-native-community/cli-platform-ios": "^4.10.0",
"@react-native-community/cli-platform-ios": "^4.10.1",
"@types/react-test-renderer": "16.9.2",
"babel-jest": "^26.0.1",
"metro-react-native-babel-preset": "^0.59.0",
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"@polkadot/ui-settings": "0.54.1",
"@polkadot/ui-shared": "0.54.1",
"color": "^3.1.2",
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1"
},
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"@polkadot/ui-shared": "0.54.1",
"react-native-svg": "^12.1.0"
},
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2"
"@babel/runtime": "^7.10.3"
}
}
+3 -3
View File
@@ -17,8 +17,8 @@
"./ledger/transportsWeb": "./ledger/transportsEmpty"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@ledgerhq/hw-transport-webusb": "^5.16.0",
"@babel/runtime": "^7.10.3",
"@ledgerhq/hw-transport-webusb": "^5.17.0",
"ledger-polkadot": "^0.7.0",
"mkdirp": "^1.0.4",
"rxjs": "^6.5.5",
@@ -34,7 +34,7 @@
"@types/store": "^2.0.2"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.16.0"
"@ledgerhq/hw-transport-node-hid": "^5.17.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"eventemitter3": "^4.0.4",
"store": "^2.0.12"
},
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"color": "^3.1.2"
},
"peerDependencies": {
+1 -1
View File
@@ -9,7 +9,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"@polkadot/ui-shared": "0.54.1",
"jdenticon": "2.2.0"
},