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 87b3b7c commit 5f25cfe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 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 @@ -35,6 +35,7 @@ const project = new ConstructLibraryCdktf({
repositoryUrl: "https://github.com/cdktf/cdktf-multi-stack-tfe.git",
description: `Sets up TFE / TFC workspaces for all stacks based on a seed stack.`,
jsiiVersion: "~5.2.0",
typescriptVersion: "~5.2.0", // should always be the same major/minor as JSII
licensed: false,
prettier: true,
projenrcTs: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

7 changes: 1 addition & 6 deletions yarn.lock

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

0 comments on commit 5f25cfe

Please sign in to comment.