Skip to content

Commit

Permalink
build: add jsii-rosetta 5.6.0 as peer dependency
Browse files Browse the repository at this point in the history
Fixes #1643
  • Loading branch information
aripalo committed Nov 19, 2024
1 parent fa033c8 commit d6dc3f5
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 44 deletions.
3 changes: 2 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.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ 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',
},
});

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.

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

export interface RosettaPeerDependencyOptions {
Expand Down
66 changes: 27 additions & 39 deletions yarn.lock

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

0 comments on commit d6dc3f5

Please sign in to comment.