Skip to content

Commit

Permalink
chore: sets required cdk version to >=2.116.0
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Mar 21, 2024
1 parent 8e6a2a2 commit 46be6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@ This package has peer dependencies, which need to be installed along in the expe
For TypeScript/NodeJS, add these to your `dependencies` in `package.json`. For Python, add these to your `requirements.txt`:

- cdk-ec2-key-pair
- aws-cdk-lib (^2.0.0)
- aws-cdk-lib (^2.116.0)
- constructs (^10.0.0)

## CDK compatibility

- Version 3.x is compatible with the CDK v2.
- Version 2.x is compatible with the CDK v1. There won't be updates for this.

## Usage

```typescript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"typescript": "5.4.3"
},
"peerDependencies": {
"aws-cdk-lib": "^2.0.0",
"aws-cdk-lib": "^2.116.0",
"constructs": "^10.0.0"
}
}

0 comments on commit 46be6c8

Please sign in to comment.