Skip to content

Commit

Permalink
chore: Upgrade AWS CDK dependencies to version 2.149.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysteenman committed Jul 19, 2024
1 parent 3bdf0aa commit 22170da
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const project = new awscdk.AwsCdkTypeScriptApp({
authorOrganization: true,
name: 'aws-cdk-starterkit',
description: 'Create and deploy an AWS CDK app on your AWS account in less than 5 minutes using GitHub actions!',
cdkVersion: '2.139.0', // Find the latest CDK version here: https://www.npmjs.com/package/aws-cdk-lib
cdkVersion: '2.149.0', // Find the latest CDK version here: https://www.npmjs.com/package/aws-cdk-lib
cdkVersionPinning: true,
defaultReleaseBranch: 'main',
packageManager: NodePackageManager.NPM,
Expand Down
45 changes: 13 additions & 32 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json

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

0 comments on commit 22170da

Please sign in to comment.