Skip to content

Commit

Permalink
chore(deps): update jsii & typescript version to 5.4.0 (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk authored Jan 15, 2025
1 parent 9189794 commit 029fdc0
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: "okta/okta@~> 4.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 029fdc0

Please sign in to comment.