Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 31, 2024
1 parent 2429fd3 commit e9f7639
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.682.0",
"@aws-sdk/client-ec2": "3.682.0",
"@aws-sdk/client-ec2": "3.683.0",
"@aws-sdk/client-s3": "3.682.0",
"aws-sdk": "2.1691.0",
"esbuild-css-modules-plugin": "3.1.2",
Expand Down
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 @@
"synth": "cdk synth"
},
"devDependencies": {
"@types/node": "22.8.4",
"@types/node": "22.8.6",
"aws-cdk": "2.164.1",
"aws-cdk-lib": "2.164.1",
"constructs": "10.4.2",
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.145",
"@types/node": "22.8.4",
"@types/node": "22.8.6",
"ts-node": "10.9.2",
"typescript": "5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@aws-sdk/s3-request-presigner": "3.682.0",
"@jest/types": "29.6.3",
"@types/chai": "5.0.1",
"@types/readable-stream": "4.0.16",
"@types/readable-stream": "4.0.18",
"@types/uuid": "10.0.0",
"@vue/compiler-sfc": "3.5.12",
"esbuild": "0.24.0",
Expand Down

0 comments on commit e9f7639

Please sign in to comment.