Skip to content

Commit

Permalink
chore(deps): update typescript, jsii to 5.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Sep 10, 2024
1 parent 21305e5 commit b8cee2c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

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

6 changes: 3 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorOrganization: true,
cdkVersion: '2.80.0',
constructsVersion: '10.0.5',
typescriptVersion: '5.3.x',
jsiiVersion: '5.3.x',
typescriptVersion: '5.5.x',
jsiiVersion: '5.5.x',
defaultReleaseBranch: 'main',
name: '@gammarers/aws-secure-flow-log-bucket',
description: 'Specific AWS VPC FlowLog Bucket',
Expand Down Expand Up @@ -44,4 +44,4 @@ const project = new awscdk.AwsCdkConstructLibrary({
packageId: 'Gammarers.CDK.AWS.SecureFlowLogBucket',
},
});
project.synth();
project.synth();
6 changes: 3 additions & 3 deletions package.json

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

30 changes: 15 additions & 15 deletions yarn.lock

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

0 comments on commit b8cee2c

Please sign in to comment.