taimos / projen-pipelines

CDK pipelines using projen
Apache License 2.0
40 stars 2 forks source link

chore(projen): specify version range for peer dependency #57

Closed hoegertn closed 2 months ago

hoegertn commented 2 months ago

Update projen peer dependency to accept versions >=0.81.0 and <1.0.0. This ensures compatibility within a specific version range, potentially avoiding issues with breaking changes in future major releases. It also aligns the version specified in .projen/deps.json and .projenrc.ts with that in package.json, ensuring consistency across project configuration files.