Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
feat: allow peer dependencies using newer cdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pflorek authored and flochaz committed Jan 31, 2022
1 parent 27d80c4 commit ff93f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/aws-bootstrap-kit/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 source/aws-bootstrap-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"constructs": "10.0.12"
},
"peerDependencies": {
"aws-cdk-lib": "2.1.0",
"constructs": "10.0.12"
"aws-cdk-lib": "^2.1.0",
"constructs": "^10.0.12"
}
}

0 comments on commit ff93f19

Please sign in to comment.