Skip to content

Commit

Permalink
Merge pull request #91 from crazyyuan/main
Browse files Browse the repository at this point in the history
fix backend service that can't run locally.
  • Loading branch information
crazyyuan authored Aug 19, 2023
2 parents b5bf330 + fec6487 commit 4b04f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Implementations/API/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"test": "vitest run"
},
"devDependencies": {
"@serverless-stack/cli": "^1.2.8",
"@serverless-stack/resources": "^1.2.8",
"@tsconfig/node16": "^1.0.2",
"@serverless-stack/cli": "^1.18.4",
"@serverless-stack/resources": "^1.18.4",
"@types/aws-lambda": "^8.10.97",
"typescript": "^4.7.2",
"vitest": "^0.12.9"
Expand Down

0 comments on commit 4b04f9c

Please sign in to comment.