Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 15, 2024
1 parent 3f06568 commit 9bc8cdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"hotswap": "cdk deploy --hotswap"
},
"devDependencies": {
"@types/node": "20.11.27",
"@types/node": "20.11.28",
"aws-cdk": "2.133.0",
"aws-cdk-lib": "2.133.0",
"constructs": "10.3.0",
Expand Down
2 changes: 1 addition & 1 deletion example/llrt-sam/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.136",
"@types/node": "20.11.27",
"@types/node": "20.11.28",
"ts-node": "10.9.2",
"typescript": "5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"stream-browserify": "3.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.2",
"vitest": "1.3.1"
"vitest": "1.4.0"
}
}

0 comments on commit 9bc8cdb

Please sign in to comment.