Skip to content

Commit

Permalink
chore(deps): upgrade jsii & typescript to v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Jul 8, 2024
1 parent fc75276 commit 08f00b6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 50 deletions.
6 changes: 3 additions & 3 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 .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const project = new ConstructLibraryCdktf({
cdktfVersion,
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
jsiiVersion: "~5.4.0",
typescriptVersion: "~5.4.0", // should always be the same major/minor as JSII
licensed: false,
prettier: true,
projenrcTs: true,
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.

52 changes: 10 additions & 42 deletions yarn.lock

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

0 comments on commit 08f00b6

Please sign in to comment.