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 27, 2024
1 parent 9b8239b commit 8274e64
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 @@ -4,8 +4,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorAddress: 'yicr@users.noreply.github.com',
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-vpc-bucket',
description: 'Access from specific VPC Endpoint only 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 8274e64

Please sign in to comment.