Skip to content

Commit

Permalink
fix: update AWS CDK peer dependency constraints
Browse files Browse the repository at this point in the history
Adjust the version constraints for AWS CDK dependencies to allow future minor and patch updates but exclude major version 3.

Fixes #331
  • Loading branch information
hoegertn committed Oct 9, 2024
1 parent 5d9dfdc commit bb751ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const project = new typescript.TypeScriptProject({
peerDeps: [
'openapi-typescript',
'dynamodb-onetable',
'aws-cdk-lib@^2.120.0',
'@aws-cdk/aws-cognito-identitypool-alpha@^2.120.0-alpha.0',
'aws-cdk-lib@>=2.120.0 <3.0.0',
'@aws-cdk/aws-cognito-identitypool-alpha@>=2.120.0-alpha.0 <3.0.0',
'@aws-sdk/client-cognito-identity-provider',
'@aws-sdk/client-s3',
'@aws-sdk/client-dynamodb',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json

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

0 comments on commit bb751ac

Please sign in to comment.