Skip to content

Commit

Permalink
chore: add jsii-rosetta as a dependency (#612)
Browse files Browse the repository at this point in the history
* chore: add jsii-rosetta as a dependency

* fine, I added it correctly
  • Loading branch information
TheRealAmazonKendra committed May 1, 2024
1 parent a586d5b commit db89ec6
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 33 deletions.
4 changes: 4 additions & 0 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.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ project.addDevDeps('constructs@^10.0.5');
project.addDevDeps('aws-cdk-lib');
project.addDevDeps('jsii');
project.addDevDeps('jsii-pacmak');
project.addDevDeps('jsii-rosetta');
project.addDevDeps('aws-cdk-github-oidc@^2.2.0');
project.addDevDeps('ts-node@^10');
project.addDevDeps('@types/node@16.18.78'); // last version compatible with jsii 1.x
Expand Down
3 changes: 2 additions & 1 deletion package.json

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

100 changes: 70 additions & 30 deletions yarn.lock

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

0 comments on commit db89ec6

Please sign in to comment.