Skip to content

Commit

Permalink
chore!: upgrade to cdktf 0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: team-tf-cdk <[email protected]>
  • Loading branch information
team-tf-cdk committed Oct 16, 2023
1 parent 99523da commit f8ef299
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const project = new ConstructLibraryCdktf({
name: "team-tf-cdk",
email: "[email protected]",
},
cdktfVersion: "0.18.0",
cdktfVersion: "0.19.0",
mergify: false,
depsUpgradeOptions: {
workflowOptions: {
Expand All @@ -61,7 +61,7 @@ new Automerge(project);
new UpgradeCDKTF(project);

project.addPeerDeps(
"cdktf@>=0.18.0",
"cdktf@>=0.19.0",
"@cdktf/provider-null@>=8.0.0",
"constructs@^10.0.25"
);
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit f8ef299

Please sign in to comment.