Skip to content

Commit

Permalink
updated all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar committed Nov 22, 2023
1 parent 35d7781 commit f30db29
Show file tree
Hide file tree
Showing 2 changed files with 565 additions and 458 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"type": "module",
"scripts": {
"build": "tsc --build",
"watch": "tsc --build --watch"
"watch": "tsc --build --watch",
"repo-clean": "git clean -xdf -e .env"
},
"author": "Sahin Vardar",
"license": "MIT",
Expand All @@ -25,9 +26,9 @@
"@types/aws-lambda": "^8.10.115",
"@types/folder-hash": "^4.0.2",
"@types/node": "^20.1.2",
"aws-cdk-lib": "^2.78.0",
"constructs": "^10.2.17",
"typescript": "^5.0.0"
"aws-cdk-lib": "^2.110.1",
"constructs": "^10.3.0",
"typescript": "^5.3.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit f30db29

Please sign in to comment.