Skip to content

Commit

Permalink
Merge pull request #210 from gammarer/feature/typesctript-version-up
Browse files Browse the repository at this point in the history
feat: version up to typescript@5.2.x with jsii@5.2.x
  • Loading branch information
yicr committed Mar 14, 2024
2 parents af26094 + 77a7929 commit 2f208cc
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 37 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
Expand Up @@ -6,8 +6,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorOrganization: true,
cdkVersion: '2.80.0',
constructsVersion: '10.0.5',
jsiiVersion: '5.1.x',
typescriptVersion: '5.1.x',
jsiiVersion: '5.2.x',
typescriptVersion: '5.2.x',
defaultReleaseBranch: 'main',
name: '@gammarer/aws-secure-log-bucket',
description: 'secure multiple transition phases in a single lifecycle policy 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.

50 changes: 21 additions & 29 deletions yarn.lock

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

0 comments on commit 2f208cc

Please sign in to comment.