Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Jul 19, 2024
1 parent 4c7d73c commit f7ed619
Show file tree
Hide file tree
Showing 5 changed files with 1,139 additions and 1,053 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"url": "https://github.com/zondax/zemu/issues"
},
"dependencies": {
"@grpc/grpc-js": "^1.10.6",
"@grpc/proto-loader": "^0.7.12",
"@ledgerhq/hw-transport-http": "^6.29.5",
"axios": "^1.6.8",
"axios-retry": "^4.1.0",
"@grpc/grpc-js": "^1.11.1",
"@grpc/proto-loader": "^0.7.13",
"@ledgerhq/hw-transport-http": "^6.30.1",
"axios": "^1.7.2",
"axios-retry": "^4.4.1",
"dockerode": "^4.0.2",
"elfy": "^1.0.0",
"fs-extra": "^11.2.0",
Expand All @@ -44,32 +44,32 @@
"randomstring": "^1.3.0"
},
"devDependencies": {
"@ledgerhq/hw-transport": "^6.30.5",
"@types/dockerode": "^3.3.28",
"@ledgerhq/hw-transport": "^6.31.1",
"@types/dockerode": "^3.3.30",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/pngjs": "^6.0.4",
"@types/node": "^20.14.11",
"@types/pngjs": "^6.0.5",
"@types/randomstring": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@zondax/ledger-substrate": "^0.44.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@zondax/ledger-substrate": "^0.44.7",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.6.20",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"files": [
"dist/**/*"
],
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit f7ed619

Please sign in to comment.