Skip to content

Commit

Permalink
build: upgrade JSII tooling to 5.5 and verify with pj build
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 20, 2024
1 parent aee2a99 commit 75c9db2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 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.4.0',
jsiiVersion: '~5.5.0',
// Metadata
stability: 'experimental',
author: 'Alma Media',
Expand Down
34 changes: 17 additions & 17 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 75c9db2

Please sign in to comment.