Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Oct 25, 2024
1 parent 200c9aa commit 00a963d
Show file tree
Hide file tree
Showing 6 changed files with 2,311 additions and 1,872 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^7.0.0",
"@types/node": "^17.0.18",
"@types/node": "^22.8.0",
"@types/rollup-plugin-json": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
Expand All @@ -54,7 +54,7 @@
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-visualizer": "^3.3.0",
"ts-protoc-gen": "^0.15.0",
"typescript": "^4.2.4",
"typescript": "^5.1.6",
"uglify-js": "^3.4.5"
}
}
7 changes: 4 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@
"dependencies": {
"@grpc/grpc-js": "^1.11.1",
"@herajs/common": "^2.1.1",
"@improbable-eng/grpc-web": "^0.9.1",
"@improbable-eng/grpc-web": "^0.15.0",
"@types/google-protobuf": "^3.2.7",
"@types/node": "^22.8.0",
"google-protobuf": "^3.21.2",
"hash.js": "^1.1.7",
"jsbi": "^3.0.0"
"jsbi": "^4.3.0"
},
"devDependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.9.1",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"grpc_tools_node_protoc_ts": "^5.3.2"
},
"gitHead": "5c14921cf71bcb01d4103dfccba8c6b4ae335fd6"
Expand Down
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"homepage": "https://github.com/aergoio/herajs#readme",
"dependencies": {
"@types/node": "^22.8.0",
"create-hash": "^1.2.0",
"jsbi": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"asmcrypto.js": "^2.3.2",
"bip39": "^3.0.2",
"elliptic": "^6.4.1",
"jsbi": "^3.0.0",
"jsbi": "^4.3.0",
"scrypt-async-modern": "^3.0.12"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/levelup": "^3.1.0",
"hashmap": "^2.3.0",
"idb": "^7.0.0",
"jsbi": "^4.3.0",
"level": "^6.0.0"
},
"gitHead": "97d1b15d147bb1bbff6d70dbe4bb06a60a881bc1",
Expand Down
Loading

0 comments on commit 00a963d

Please sign in to comment.