Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jul 19, 2024
1 parent 463f073 commit ce62c46
Show file tree
Hide file tree
Showing 4 changed files with 831 additions and 1,325 deletions.
2 changes: 1 addition & 1 deletion iac/Indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function IndexerStack({ app, stack }: StackContext) {

// The service itself
const indexerService = new Service(stack, "IndexerService", {
path: "packages/indexer",
path: "packages/ponder",
// SST not happy, can't connect to ECR to fetch the instance during the build process
// file: "Dockerfile.prebuilt",
port: 42069,
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
"lint": "biome lint .",
"typecheck": "tsc"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/aws-lambda": "8.10.138",
"@types/node": "^20.14.9",
"aws-cdk-lib": "2.142.1",
"sst": "^2.42.0",
"sst": "2.43.4",
"typescript": "^5.3.2"
},
"engines": {
Expand Down
5 changes: 3 additions & 2 deletions packages/ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
"typecheck": "tsc"
},
"dependencies": {
"@ponder/core": "^0.4.42",
"@ponder/core": "^0.5.0",
"hono": "^4.5.0",
"viem": "^1.19.9"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/aws-lambda": "8.10.138",
"@types/node": "^20.14.9",
"aws-cdk-lib": "2.142.1",
"sst": "^2.42.0",
"sst": "2.43.4",
"typescript": "^5.3.2"
},
"engines": {
Expand Down
Loading

0 comments on commit ce62c46

Please sign in to comment.