Skip to content

Commit

Permalink
chore(deps): update jsii & typescript version to 5.4.0 (#599)
Browse files Browse the repository at this point in the history
Triggered by
https://github.com/cdktf/cdktf-repository-manager/actions/runs/12789323468

---------

Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk authored Jan 15, 2025
1 parent 0e9545f commit 30e8624
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@

const { CdktfProviderProject } = require("@cdktf/provider-project");

/** JSII and TS should always use the same major/minor version range */
const typescriptVersion = "~5.4.0";
const project = new CdktfProviderProject({
useCustomGithubRunner: false,
terraformProvider: "azurestack@~> 1.0",
cdktfVersion: "^0.20.0",
constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
typescriptVersion,
jsiiVersion: typescriptVersion,
typescriptVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
jsiiVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
devDeps: ["@cdktf/provider-project@^0.6.0"],
isDeprecated: false,
});
Expand Down

0 comments on commit 30e8624

Please sign in to comment.