Skip to content

Commit

Permalink
Merge pull request #37 from alma-cdk/beta-update-jsii-to-55
Browse files Browse the repository at this point in the history
chore: upgrade JSII tooling to 5.5
  • Loading branch information
aripalo authored Nov 20, 2024
2 parents cd34558 + 75c9db2 commit 7d79a4d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 57 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 @@ -17,7 +17,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
minNodeVersion: nodejsVersion.MIN,
maxNodeVersion: nodejsVersion.MAX,
projenrcTs: true,
jsiiVersion: '~5.3.24',
jsiiVersion: '~5.5.0',
// Metadata
stability: 'experimental',
author: 'Alma Media',
Expand Down
78 changes: 26 additions & 52 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 7d79a4d

Please sign in to comment.