Skip to content

Commit

Permalink
chore(deps): upgrade cdktf-provider-project to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Aug 12, 2024
1 parent 2e1259a commit 74a2751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projenrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const project = new CdktfProviderProject({
minNodeVersion: "18.12.0",
jsiiVersion: "~5.4.0",
typescriptVersion: "~5.4.0", // NOTE: this should be the same major/minor version as JSII
devDeps: ["@cdktf/provider-project@^0.5.0"],
devDeps: ["@cdktf/provider-project@^0.6.0"],
isDeprecated: false,
});

Expand Down

0 comments on commit 74a2751

Please sign in to comment.