From d70aea319a73285358c3c771759edf466a847f58 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:30:38 +0100 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@2ddd596 (#440) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/7222967913 --------- Signed-off-by: team-tf-cdk --- .projenrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.projenrc.js b/.projenrc.js index 0b2e3913a..a27b4ac5b 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -13,6 +13,8 @@ const project = new CdktfProviderProject({ 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"], + // Uncomment below when the workflow has been tested on Hashicups and we think the change is safe to roll out: + // isDeprecated: false, }); project.synth();