Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Oct 22, 2024
1 parent 70ab4b0 commit ed07e4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/availability-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "node build/index.js"
},
"dependencies": {
"@rpch/sdk": "4.0.0",
"@rpch/sdk": "4.1.0",
"pg": "^8.11.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/discovery-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "node build/index.js"
},
"dependencies": {
"@rpch/sdk": "4.0.0",
"@rpch/sdk": "4.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"start": "node build/index.js"
},
"dependencies": {
"@rpch/sdk": "4.0.0"
"@rpch/sdk": "4.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:ci": "eslint --max-warnings 0 src/"
},
"dependencies": {
"@rpch/sdk": "4.0.0",
"@rpch/sdk": "4.1.0",
"dotenv": "^16.3.1",
"ethers": "^6.8.0"
},
Expand Down

0 comments on commit ed07e4d

Please sign in to comment.