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

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Aug 1, 2021
1 parent 00a329d commit 67b373d
Show file tree
Hide file tree
Showing 7 changed files with 1,123 additions and 956 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"publish": "yarn && lerna run clean && lerna run build && lerna publish --registry=https://registry.npmjs.org/"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"browserify": "^17.0.0",
"create-hash": "^1.1.3",
"documentation": "^13.1.1",
"eslint": "^7.25.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"jest": "^26.6.3",
"eslint-plugin-react": "^7.24.0",
"jest": "^27.0.6",
"lerna": "3.22.1",
"prettier": "^2.2.1",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"uglify-js": "^3.13.10"
"uglify-js": "^3.14.1"
},
"dependencies": {
"js-levenshtein": "^1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/devices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"devDependencies": {
"@types/semver": "^7.3.7"
"@types/semver": "^7.3.8"
},
"dependencies": {
"@ledgerhq/errors": "^6.2.0",
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 @@ -33,7 +33,7 @@
"@ledgerhq/logs": "^6.2.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"ethers": "^5.4.2"
"ethers": "^5.4.3"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
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 @@ -34,7 +34,7 @@
"node-hid": "2.1.1"
},
"devDependencies": {
"@types/node-hid": "^1.3.0"
"@types/node-hid": "^1.3.1"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
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 @@ -34,7 +34,7 @@
"rxjs": "6"
},
"devDependencies": {
"@types/web-bluetooth": "^0.0.9"
"@types/web-bluetooth": "^0.0.10"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
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 @@ -37,7 +37,7 @@
"rxjs": "6"
},
"devDependencies": {
"@types/react-native": "^0.64.10"
"@types/react-native": "^0.64.12"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
Expand Down
2,051 changes: 1,109 additions & 942 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 67b373d

Please sign in to comment.