Skip to content

Commit

Permalink
⬆️ Update eRPC from v0.0.24 to v0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Nov 3, 2024
1 parent 41dd947 commit cd5fad6
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 86 deletions.
2 changes: 1 addition & 1 deletion packages/erpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image is erpc
FROM ghcr.io/erpc/erpc:0.0.24
FROM ghcr.io/erpc/erpc:0.0.27

# Copy the config
COPY erpc.yaml /root/erpc.yaml
Expand Down
4 changes: 2 additions & 2 deletions packages/erpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@konfeature/erpc-config-generator": "0.0.12",
"@konfeature/erpc-config-generator": "0.0.13",
"@types/aws-lambda": "8.10.138",
"@types/node": "^22.4.0",
"aws-cdk-lib": "2.142.1",
"sst": "2.43.6",
"typescript": "^5.6.3",
"viem": "^2.21.32"
"viem": "^2.21.40"
},
"engines": {
"node": ">=18.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ponder/core": "0.6.17",
"drizzle-orm": "^0.31.4",
"hono": "^4.6.6",
"viem": "^2.21.32"
"viem": "^2.21.40"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down
Loading

0 comments on commit cd5fad6

Please sign in to comment.