Skip to content

Commit

Permalink
feat: support jsii-rosetta 5.6 and 5.7 (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Nov 28, 2024
1 parent 553a1ee commit de95337
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 37 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml

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

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: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ new RosettaPeerDependency(project, {
[RosettaVersionLines.V5_3]: '~5.3.0',
[RosettaVersionLines.V5_4]: '~5.4.0',
[RosettaVersionLines.V5_5]: '~5.5.0',
[RosettaVersionLines.V5_6]: '~5.6.0',
[RosettaVersionLines.V5_7]: '~5.7.0',
},
});

Expand Down
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.

2 changes: 2 additions & 0 deletions projenrc/rosetta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export enum RosettaVersionLines {
V5_3,
V5_4,
V5_5,
V5_6,
V5_7,
}

export interface RosettaPeerDependencyOptions {
Expand Down
49 changes: 17 additions & 32 deletions yarn.lock

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

0 comments on commit de95337

Please sign in to comment.