Skip to content

Commit

Permalink
chore(deps): upgrade jsii, typescript & constructs in provider repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 27, 2023
1 parent 4f8ad39 commit 261a9b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions projenrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ const project = new CdktfProviderProject({
useCustomGithubRunner: __CUSTOM_RUNNER__,
terraformProvider: "__PROVIDER__",
cdktfVersion: "^0.19.0",
constructsVersion: "^10.0.0",
constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
jsiiVersion: "^5.0.1",
devDeps: ["@cdktf/provider-project@^0.3.0"],
jsiiVersion: "~5.2.0",
typescriptVersion: "~5.2.0", // NOTE: this should be the same major/minor version as JSII
devDeps: ["@cdktf/provider-project@^0.4.0"],
});

project.synth();

0 comments on commit 261a9b5

Please sign in to comment.