Skip to content

Commit

Permalink
Merge pull request #1364 from aligent/fix/lock-aws-cdk-lib-version
Browse files Browse the repository at this point in the history
fix: actually lock the version this time
  • Loading branch information
TheOrangePuff authored May 9, 2024
2 parents 2bbb21a + 1cf1849 commit b61f391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prerender-fargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@aws-cdk/aws-apigatewayv2-alpha": "2.30.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.30.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.30.0-alpha.0",
"aws-cdk-lib": "^2.113.0"
"aws-cdk-lib": "2.113.0"
}
}

0 comments on commit b61f391

Please sign in to comment.