Skip to content

Commit

Permalink
fix: client lambda dependencies with actions example (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirumerla authored Jan 2, 2025
1 parent 406f8d4 commit 9d06742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"author": "OpenZeppelin Defender <[email protected]>",
"license": "MIT",
"devDependencies": {
"@aws-sdk/client-lambda": "^3.563.0",
"@types/async-retry": "^1.4.8",
"aws-sdk": "^2.1662.0"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.563.0",
"amazon-cognito-identity-js": "^6.3.6",
"async-retry": "^1.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d06742

Please sign in to comment.