Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Sep 10, 2024
1 parent b9885b1 commit 0f9f076
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 318 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,42 @@
"url": "https://github.com/zondax/zemu/issues"
},
"dependencies": {
"@grpc/grpc-js": "^1.11.1",
"@grpc/grpc-js": "^1.11.2",
"@grpc/proto-loader": "^0.7.13",
"@ledgerhq/hw-transport-http": "^6.30.1",
"axios": "^1.7.2",
"axios-retry": "^4.4.1",
"@ledgerhq/hw-transport-http": "^6.30.2",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"dockerode": "^4.0.2",
"elfy": "^1.0.0",
"fs-extra": "^11.2.0",
"get-port": "^5.1.1",
"get-port": "^7.1.0",
"pngjs": "^7.0.0",
"randomstring": "^1.3.0"
},
"devDependencies": {
"@ledgerhq/hw-transport": "^6.31.1",
"@types/dockerode": "^3.3.30",
"@ledgerhq/hw-transport": "^6.31.2",
"@types/dockerode": "^3.3.31",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/node": "^22.5.4",
"@types/pngjs": "^6.0.5",
"@types/randomstring": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@zondax/ledger-substrate": "^0.44.7",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@zondax/ledger-substrate": "^1.0.0",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint": "^9.10.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.9.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.5.3"
"typescript": "5.6.2"
},
"files": [
"dist/**/*"
Expand Down
Loading

0 comments on commit 0f9f076

Please sign in to comment.