Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
fix: types for node
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed May 17, 2023
1 parent 6ec31b2 commit 0c64f25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 151 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/git-rev-sync": "^2.0.0",
"@types/node": "^20.1.7",
"@types/node": "^18.16.3",
"sst": "^2.8.3",
"aws-cdk-lib": "2.72.1",
"constructs": "10.1.156",
Expand Down
5 changes: 3 additions & 2 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"typecheck": "tsc -noEmit"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@types/aws-lambda": "^8.10.115",
"@types/node": "^18.16.3",
"vitest": "^0.31.0",
"sst": "^2.8.3"
"sst": "^2.8.3",
"typescript": "^5.0.4"
}
}
153 changes: 5 additions & 148 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c64f25

Please sign in to comment.