Skip to content

Commit

Permalink
⬆️ Update ponder 0.7.8 -> 0.7.10
Browse files Browse the repository at this point in the history
Also update minor versions of dependencies
  • Loading branch information
KONFeature committed Nov 25, 2024
1 parent 530177d commit e53270d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"format:check": "biome check .",
"lint": "biome lint .",
"typecheck": "tsc",
"update:deps": "npm-check-updates -ui -ws -f \\!sst"
"update:deps": "npm-check-updates -ui -ws"
},
"devDependencies": {
"npm-check-updates": "^17.1.11",
"@biomejs/biome": "1.9.4",
"@pulumi/aws": "^6.59.1",
"@pulumi/pulumi": "^3.139.0",
"@pulumi/aws": "^6.60.0",
"@pulumi/pulumi": "^3.141.0",
"@types/aws-lambda": "8.10.145",
"@types/node": "^22.5.4",
"sst": "3.3.22",
"typescript": "^5.6.3"
"@types/node": "^22.9.3",
"sst": "3.3.28",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.14"
Expand Down
10 changes: 5 additions & 5 deletions packages/erpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@konfeature/erpc-config-generator": "0.0.13",
"@types/aws-lambda": "8.10.138",
"@types/node": "^22.4.0",
"sst": "3.3.22",
"typescript": "^5.6.3",
"viem": "^2.21.40"
"@types/aws-lambda": "8.10.145",
"@types/node": "^22.9.3",
"sst": "3.3.28",
"typescript": "^5.7.2",
"viem": "^2.21.50"
},
"engines": {
"node": ">=18.14"
Expand Down
10 changes: 5 additions & 5 deletions packages/ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"docker:run": "docker run -P ponder-dev"
},
"dependencies": {
"@ponder/core": "0.7.8",
"@ponder/core": "0.7.10",
"drizzle-orm": "0.34.1",
"hono": "4.6.10",
"viem": "^2.21.40"
"hono": "4.6.12",
"viem": "^2.21.50"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.4.0",
"typescript": "^5.6.3"
"@types/node": "^22.9.3",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.14"
Expand Down

0 comments on commit e53270d

Please sign in to comment.