Skip to content

Commit

Permalink
chore: bump packages (#543)
Browse files Browse the repository at this point in the history
Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 authored Feb 12, 2024
1 parent 27b66e6 commit 90f924d
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-local",
"version": "2.18.0",
"version": "2.18.1",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -57,14 +57,14 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@hashgraph/sdk": "^2.40.0",
"@hashgraph/sdk": "^2.41.0",
"blessed": "^0.1.81",
"blessed-terminal": "^0.1.22",
"csv-parser": "^3.0.0",
"detect-port": "^1.5.1",
"dockerode": "^4.0.0",
"dockerode": "^4.0.2",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
"ethers": "^6.11.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
Expand Down
4 changes: 2 additions & 2 deletions src/configuration/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"imageTagConfiguration": [
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.47.0-alpha.4"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.47.0-alpha.4"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.99.0-SNAPSHOT"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.98.0-rc1"},
{"key": "RELAY_IMAGE_TAG", "value": "0.40.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.9.0"}
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.11.0"}
],
"envConfiguration": [
{"key": "RELAY_FEE_HISTORY_MAX_RESULTS", "value": "10"},
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"key": "HAVEGED_IMAGE_TAG", "value": "0.45.2"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.97.1"},
{"key": "RELAY_IMAGE_TAG", "value": "0.40.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.9.0"}
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.11.0"}
],
"nodeConfiguration": {
"properties": [
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/previewnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"key": "HAVEGED_IMAGE_TAG", "value": "0.47.0-alpha.4"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.97.0"},
{"key": "RELAY_IMAGE_TAG", "value": "0.40.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.9.0"}
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.11.0"}
],
"nodeConfiguration": {
"properties": [
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"key": "HAVEGED_IMAGE_TAG", "value": "0.46.3"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.97.1"},
{"key": "RELAY_IMAGE_TAG", "value": "0.40.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.9.0"}
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "23.11.0"}
],
"nodeConfiguration": {
"properties": [
Expand Down

0 comments on commit 90f924d

Please sign in to comment.