Skip to content

Commit

Permalink
chore(deps): align Typescript version with JSII
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Dec 11, 2023
1 parent 7c50f41 commit bd9e29b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 30 deletions.
5 changes: 3 additions & 2 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.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ const project = new cdktf.ConstructLibraryCdktf({
// packageName: shortName.replace(/-/g, ""),
// },
cdktfVersion: "0.19.0",
jsiiVersion: "^5.2.0",
jsiiVersion: "~5.2.0",
typescriptVersion: "~5.2.0", // should always be the same major/minor as JSII
minNodeVersion: "18.12.0",
});

Expand Down
6 changes: 3 additions & 3 deletions package.json

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

50 changes: 28 additions & 22 deletions yarn.lock

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

0 comments on commit bd9e29b

Please sign in to comment.