Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Update axios & react-native-ble-plx
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Nov 12, 2021
1 parent a18709e commit 1b957f1
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 208 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"eslint": "7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.27.0",
"jest": "^27.3.1",
"lerna": "3.22.1",
"prettier": "^2.2.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.3.0",
"typescript": "^4.4.4",
"uglify-js": "^3.14.2"
"uglify-js": "^3.14.3"
},
"dependencies": {
"js-levenshtein": "^1.1.6"
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 @@ -31,7 +31,7 @@
"@ledgerhq/errors": "^6.10.0",
"@ledgerhq/hw-transport": "^6.11.2",
"@ledgerhq/logs": "^6.10.0",
"axios": "^0.23.0",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"ethers": "^5.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@ledgerhq/hw-transport-node-speculos": "^6.11.2",
"axios": "^0.23.0"
"axios": "^0.24.0"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ledgerhq/errors": "^6.10.0",
"@ledgerhq/hw-transport": "^6.11.2",
"@ledgerhq/logs": "^6.10.0",
"axios": "^0.23.0",
"axios": "^0.24.0",
"ws": "7"
},
"scripts": {
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 @@ -28,7 +28,7 @@
"types": "lib/TransportNodeBle.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@abandonware/noble": "1.9.2-14",
"@abandonware/noble": "1.9.2-15",
"@ledgerhq/devices": "^6.11.2",
"@ledgerhq/errors": "^6.10.0",
"@ledgerhq/hw-transport": "^6.11.2",
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 @@ -30,7 +30,7 @@
"@ledgerhq/hw-transport": "^6.11.2",
"@ledgerhq/logs": "^6.10.0",
"invariant": "^2.2.4",
"react-native-ble-plx": "1.0.1",
"react-native-ble-plx": "2.0.3",
"rxjs": "6",
"uuid": "^3.4.0"
},
Expand Down
Loading

0 comments on commit 1b957f1

Please sign in to comment.