Skip to content

Commit

Permalink
fix(cognito): specify dynamodb as peer dependency (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex authored Jan 7, 2025
1 parent 5f92742 commit da2366c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions cognito/package-lock.json

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

6 changes: 2 additions & 4 deletions cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@aws-sdk/client-cognito-identity": "^3.564.0",
"@aws-sdk/client-cognito-identity-provider": "^3.530.0",
"@cdktf/provider-aws": "^19.12.0",
"@winglibs/dynamodb": "^0.3.1",
"aws-sigv4-fetch": "^3.1.0"
},
"wing": {
Expand All @@ -27,8 +28,5 @@
"summary": "A wing library to work with Amazon Cognito"
}
},
"license": "MIT",
"dependencies": {
"@winglibs/dynamodb": "^0.3.1"
}
"license": "MIT"
}

0 comments on commit da2366c

Please sign in to comment.