Skip to content

Commit

Permalink
feat: version up to typescript@5.3.x with jsii@5.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed May 28, 2024
1 parent 1e60f11 commit e8fbd65
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 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.

4 changes: 2 additions & 2 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.2.x',
jsiiVersion: '5.2.x',
typescriptVersion: '5.3.x',
jsiiVersion: '5.3.x',
defaultReleaseBranch: 'main',
name: '@gammarers/aws-secure-flow-log-bucket',
description: 'Specific AWS VPC FlowLog Bucket',
Expand Down
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 e8fbd65

Please sign in to comment.