Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd8364e

Browse files
committedSep 2, 2024··
chore: override cdk lib & cli
1 parent cbda58c commit bd8364e

File tree

3 files changed

+92
-1241
lines changed

3 files changed

+92
-1241
lines changed
 

‎.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ updates:
4444
- "aws-sdk-client-mock-jest"
4545
aws-cdk:
4646
patterns:
47-
- "@aws-cdk/*"
47+
- "@aws-cdk/cli-lib-alpha"
4848
- "aws-cdk-lib"
4949
- "aws-cdk"
5050
typedoc:

‎package-lock.json

Lines changed: 90 additions & 1239 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/testing#readme",
100100
"dependencies": {
101-
"@aws-cdk/cli-lib-alpha": "^2.121.1-alpha.0",
101+
"@aws-cdk/cli-lib-alpha": "^2.155.0-alpha.0",
102102
"@aws-sdk/client-lambda": "^3.637.0",
103103
"@smithy/util-utf8": "^3.0.0",
104104
"aws-cdk-lib": "^2.155.0",

0 commit comments

Comments
 (0)
Please sign in to comment.