Skip to content

Commit

Permalink
fix: Force installing an older CDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Mar 22, 2022
1 parent f5f0ae4 commit e068ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.54.1",
"@serverless/utils": "^6.0.3",
"aws-cdk": "^2.1.0",
"aws-cdk-lib": "^2.1.0",
"aws-cdk": "2.1.0",
"aws-cdk-lib": "2.1.0",
"chalk": "^4.1.2",
"ci-info": "^3.3.0",
"cli-cursor": "^3",
Expand Down

0 comments on commit e068ab1

Please sign in to comment.