Skip to content

Commit

Permalink
⬆️ Update ponder again to 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Nov 26, 2024
1 parent e53270d commit 42a6ff9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"devDependencies": {
"npm-check-updates": "^17.1.11",
"@biomejs/biome": "1.9.4",
"@pulumi/aws": "^6.60.0",
"@pulumi/aws": "^6.61.0",
"@pulumi/pulumi": "^3.141.0",
"@types/aws-lambda": "8.10.145",
"@types/node": "^22.9.3",
"sst": "3.3.28",
"@types/aws-lambda": "8.10.146",
"@types/node": "^22.10.0",
"sst": "3.3.29",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.14"
},
"packageManager": "[email protected].36",
"packageManager": "[email protected].37",
"workspaces": ["packages/*"]
}
10 changes: 5 additions & 5 deletions packages/erpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@konfeature/erpc-config-generator": "0.0.13",
"@types/aws-lambda": "8.10.145",
"@types/node": "^22.9.3",
"sst": "3.3.28",
"@types/aws-lambda": "8.10.146",
"@types/node": "^22.10.0",
"sst": "3.3.29",
"typescript": "^5.7.2",
"viem": "^2.21.50"
"viem": "^2.21.51"
},
"engines": {
"node": ">=18.14"
},
"packageManager": "[email protected].36"
"packageManager": "[email protected].37"
}
8 changes: 4 additions & 4 deletions packages/ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"docker:run": "docker run -P ponder-dev"
},
"dependencies": {
"@ponder/core": "0.7.10",
"@ponder/core": "0.7.11",
"drizzle-orm": "0.34.1",
"hono": "4.6.12",
"viem": "^2.21.50"
"viem": "^2.21.51"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.14"
},
"packageManager": "[email protected].36"
"packageManager": "[email protected].37"
}

0 comments on commit 42a6ff9

Please sign in to comment.