Skip to content

Commit

Permalink
chore: only allow patches of provider-project
Browse files Browse the repository at this point in the history
Minor version updates require a manual update of this file.
  • Loading branch information
xiehan authored Dec 14, 2023
1 parent a3b3e9c commit c6085e0
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.2.0",
typescriptVersion: "~5.2.0", // NOTE: this should be the same major/minor version as JSII
devDeps: ["@cdktf/provider-project@^0.4.0"],
devDeps: ["@cdktf/provider-project@~0.4.0"],
});

project.synth();

0 comments on commit c6085e0

Please sign in to comment.