Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jun 17, 2019
1 parent 3b4d959 commit ad572ae
Show file tree
Hide file tree
Showing 29 changed files with 373 additions and 373 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"babel-preset-stage-0": "^6.24.1",
"browserify": "^16.2.3",
"create-hash": "^1.1.3",
"documentation": "^11.0.0",
"documentation": "^11.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-flowtype": "^3.9.1",
"eslint-plugin-react": "^7.13.0",
"flow-bin": "^0.100.0",
"flow-bin": "^0.101.0",
"flow-copy-source": "^2.0.6",
"flow-mono-cli": "^1.5.0",
"flow-typed": "^2.5.2",
"lerna": "3.14.1",
"prettier": "^1.17.1",
"lerna": "3.15.0",
"prettier": "^1.18.2",
"uglify-js": "^3.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"license": "Apache-2.0",
"bin": "scripts/create-dapp",
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
}
}
2 changes: 1 addition & 1 deletion packages/devices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"dependencies": {
"@ledgerhq/errors": "^4.61.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-btc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"create-hash": "^1.1.3"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ledgerhq/hw-transport": "^4.61.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-str/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tweetnacl": "^1.0.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-xrp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bip32-path": "0.4.2"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-hid-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-http-proxy-devserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ws": "6"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
4 changes: 1 addition & 3 deletions packages/hw-http-proxy-devserver/src/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ if (mainOptions.file) {
process.exit(0);
}
log(
`${recordStore.queue.length} mocked APDUs will be replayed from ${
mainOptions.file
}`
`${recordStore.queue.length} mocked APDUs will be replayed from ${mainOptions.file}`
);
Transport = createTransportReplayer(recordStore);
}
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@ledgerhq/errors": "^4.61.0",
"@ledgerhq/hw-transport": "^4.61.0",
"@ledgerhq/logs": "^4.61.0",
"axios": "^0.18.0",
"axios": "^0.19.0",
"ws": "6"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ledgerhq/logs": "^4.61.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-ble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"rxjs": "^6.5.2"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-hid-noevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node-hid": "^0.7.9"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-hid-singleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"usb-detection": "^4.3.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-hid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"usb": "^1.6.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-u2f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"u2f-api": "0.2.7"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-web-ble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rxjs": "^6.5.2"
},
"devDependencies": {
"flow-bin": "^0.100.0",
"flow-bin": "^0.101.0",
"flow-typed": "^2.5.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-webauthn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@ledgerhq/logs": "^4.61.0"
},
"devDependencies": {
"flow-bin": "^0.100.0",
"flow-bin": "^0.101.0",
"flow-typed": "^2.5.2"
},
"scripts": {
Expand Down
13 changes: 6 additions & 7 deletions packages/hw-transport-webusb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ In WebUSB, we have a "permission native" modal that appears when we need to "req

In term of UX, there are two classical usecases:

1. you only need the device at key times, like once to get the address. once to sign a transaction,...
2. your app lifecycle requires that you need to access the device at the beginning and/or at any time (like you want to ping with getAddress to get the wallet address)
1. you only need the device at key times, like once to get the address. once to sign a transaction,...
2. your app lifecycle requires that you need to access the device at the beginning and/or at any time (like you want to ping with getAddress to get the wallet address)

in (1) case, you can just do your logic in each button (Get Address / Sign Transaction) time (create it, do the logic, close it).
in (2) case, you will need to have a Connect button that appear when you don’t have the connection yet. and you need to hook to the “disconnect” event to potentially make the UI reflect that and require user to click again on that Connect button, because you can’t automatically `create()`/`open()` again.
Expand All @@ -29,11 +29,10 @@ in (2) case, you will need to have a Connect button that appear when you don’t

WebUSB is currently only supported on Google Chrome / Chromium.

- In Linux, user need to install the [specific udev rules](https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh)
- In Mac, it should work.
- In Windows, [WebUSB does not work out of the box](https://github.com/WICG/webusb/issues/143) but you can fix it with [Zadig](https://zadig.akeo.ie/).
- In Android Chrome it works.

- In Linux, user need to install the [specific udev rules](https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh)
- In Mac, it should work.
- In Windows, [WebUSB does not work out of the box](https://github.com/WICG/webusb/issues/143) but you can fix it with [Zadig](https://zadig.akeo.ie/).
- In Android Chrome it works.

## API

Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-webusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ledgerhq/logs": "^4.61.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"events": "^3.0.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-hid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rxjs": "^6.5.2"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-hw-transport-ble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"budo": "^11.6.2"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"test-browser": "budo --ssl lib/index-browser.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-subprovider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"web3-provider-engine": "^14.1.0"
},
"devDependencies": {
"flow-bin": "^0.100.0"
"flow-bin": "^0.101.0"
},
"scripts": {
"flow": "flow",
Expand Down
Loading

0 comments on commit ad572ae

Please sign in to comment.