Skip to content

Commit

Permalink
chore: Upgrade jsii (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik authored Nov 11, 2024
1 parent 41a23a0 commit c59f1b3
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 66 deletions.
26 changes: 7 additions & 19 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 .projen/tasks.json

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

2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
tsconfig: {
include: ['benchmark/**/*.ts'],
},
jsiiVersion: '5.5.x',
typescriptVersion: '5.5.x',
});

// disable automatic releases, but keep workflow that can be triggered manually
Expand Down
2 changes: 1 addition & 1 deletion API.md

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

12 changes: 4 additions & 8 deletions package.json

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

90 changes: 54 additions & 36 deletions yarn.lock

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

0 comments on commit c59f1b3

Please sign in to comment.