Skip to content

Commit

Permalink
Correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Oct 30, 2023
1 parent 604153b commit f4014b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@aws-sdk/client-cloudwatch-events": "3.438.0",
"@aws-sdk/client-cloudwatch-logs": "3.438.0",
"@aws-sdk/client-dynamodb": "3.438.0",
"@aws-sdk/client-eventbridge": "3.438.0",
"@aws-sdk/client-kms": "3.438.0",
"@aws-sdk/client-lambda": "3.438.0",
"@aws-sdk/client-s3": "3.438.0",
Expand All @@ -37,8 +38,5 @@
"typescript": "5.2.2"
},
"packageManager": "[email protected]",
"nodeLinker": "pnpm",
"dependencies": {
"@aws-sdk/client-eventbridge": "^3.438.0"
}
"nodeLinker": "pnpm"
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ __metadata:
languageName: node
linkType: hard

"@aws-sdk/client-eventbridge@npm:^3.438.0":
"@aws-sdk/client-eventbridge@npm:3.438.0":
version: 3.438.0
resolution: "@aws-sdk/client-eventbridge@npm:3.438.0"
dependencies:
Expand Down Expand Up @@ -4526,7 +4526,7 @@ __metadata:
"@aws-sdk/client-cloudwatch-events": "npm:3.438.0"
"@aws-sdk/client-cloudwatch-logs": "npm:3.438.0"
"@aws-sdk/client-dynamodb": "npm:3.438.0"
"@aws-sdk/client-eventbridge": "npm:^3.438.0"
"@aws-sdk/client-eventbridge": "npm:3.438.0"
"@aws-sdk/client-kms": "npm:3.438.0"
"@aws-sdk/client-lambda": "npm:3.438.0"
"@aws-sdk/client-s3": "npm:3.438.0"
Expand Down

0 comments on commit f4014b7

Please sign in to comment.