awslabs / aws-bootstrap-kit

Apache License 2.0
104 stars 23 forks source link

Allow newer CDK version #76

Closed pflorek closed 2 years ago

pflorek commented 2 years ago

I need to install other dependency while using the bootstrap kit.

I can't install them because they require a newer cdk version > 2.1.0

The bootstrap kit's peer dependencies are version pinned to 2.1.0

Since cdk follows semver and tries not to introduce breaking changes in minor version, we can change the peer deps savely to ^2.1.0