Skip to content

Commit

Permalink
chore: Update CDK to 2.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dscpinheiro committed Feb 11, 2024
1 parent d4deee2 commit 9305203
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 100 deletions.
100 changes: 57 additions & 43 deletions cost-budget-cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions cost-budget-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "20.7.1",
"@types/jest": "^29.5.12",
"@types/node": "20.11.16",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"aws-cdk": "2.104.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
"ts-jest": "^29.1.2",
"aws-cdk": "2.127.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"dependencies": {
"aws-cdk-lib": "2.104.0",
"aws-cdk-lib": "2.127.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
Expand Down
Loading

0 comments on commit 9305203

Please sign in to comment.