Skip to content

Commit

Permalink
chore(deps): update jsii & typescript version to
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Jan 15, 2025
1 parent 1b930b1 commit 58784b1
Show file tree
Hide file tree
Showing 2,462 changed files with 23,544 additions and 29,725 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: true,
terraformProvider: "google@~> 6.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
66 changes: 33 additions & 33 deletions docs/accessContextManagerAccessLevel.go.md

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/accessContextManagerAccessLevelCondition.go.md

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

Loading

0 comments on commit 58784b1

Please sign in to comment.