Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 19, 2024
1 parent 94976bd commit 5d42936
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions example/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.535.0",
"@aws-sdk/client-s3": "3.535.0",
"aws-sdk": "2.1579.0",
"@aws-sdk/client-s3": "3.536.0",
"aws-sdk": "2.1581.0",
"esbuild-css-modules-plugin": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
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 @@
"hotswap": "cdk deploy --hotswap"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"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.28",
"@types/node": "20.11.30",
"ts-node": "10.9.2",
"typescript": "5.4.2"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"side-effects": false,
"devDependencies": {
"@aws-sdk/client-cloudwatch-events": "3.535.0",
"@aws-sdk/client-cloudwatch-logs": "3.535.0",
"@aws-sdk/client-cloudwatch-logs": "3.537.0",
"@aws-sdk/client-cognito-identity": "3.535.0",
"@aws-sdk/client-dynamodb": "3.535.0",
"@aws-sdk/client-eventbridge": "3.535.0",
"@aws-sdk/client-kms": "3.535.0",
"@aws-sdk/client-lambda": "3.535.0",
"@aws-sdk/client-s3": "3.535.0",
"@aws-sdk/client-kms": "3.536.0",
"@aws-sdk/client-lambda": "3.536.0",
"@aws-sdk/client-s3": "3.537.0",
"@aws-sdk/client-secrets-manager": "3.535.0",
"@aws-sdk/client-ses": "3.535.0",
"@aws-sdk/client-sfn": "3.535.0",
"@aws-sdk/client-sns": "3.535.0",
"@aws-sdk/client-sqs": "3.535.0",
"@aws-sdk/client-sqs": "3.536.0",
"@aws-sdk/client-ssm": "3.535.0",
"@aws-sdk/client-sts": "3.535.0",
"@aws-sdk/client-xray": "3.535.0",
"@aws-sdk/credential-providers": "3.535.0",
"@aws-sdk/lib-dynamodb": "3.535.0",
"@aws-sdk/s3-request-presigner": "3.535.0",
"@types/chai": "4.3.12",
"@aws-sdk/s3-request-presigner": "3.537.0",
"@types/chai": "4.3.13",
"@types/jest": "29.5.12",
"@types/readable-stream": "4.0.11",
"@types/uuid": "9.0.8",
Expand Down

0 comments on commit 5d42936

Please sign in to comment.