Skip to content

Commit

Permalink
build: override jsii-rosetta to ~5.3.0
Browse files Browse the repository at this point in the history
* build: override jsii-rosetta to ~5.3.0
  • Loading branch information
gmeligio authored Jan 8, 2024
1 parent 074a7ef commit 930232a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .projen/deps.json

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

6 changes: 5 additions & 1 deletion package.json

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

62 changes: 8 additions & 54 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions src/patch/JsiiProjectPatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export class JsiiProjectPatch extends JsiiProject {
constructor(options: JsiiProjectPatchOptions) {
super(options);

// Dependency overrides
this.package.addPackageResolutions('jsii-rosetta@~5.3.0');

const versionFilePath = 'version.json';

const renovateGithubActionsManager = 'github-actions';
Expand Down

0 comments on commit 930232a

Please sign in to comment.