From 7cf9a9ecb3ee49048b8fac6905cc997f789a59a3 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 16 Aug 2021 11:38:19 +0200 Subject: [PATCH] chore(lib): update constructs version we now depend on a feature added in 3.1.0 --- examples/typescript/aws-cloudfront-proxy/package.json | 2 +- examples/typescript/aws-multiple-stacks/package.json | 2 +- examples/typescript/aws-prebuilt/package.json | 2 +- examples/typescript/azure-app-service/package.json | 2 +- examples/typescript/azure/package.json | 2 +- examples/typescript/backends/azurerm/package.json | 2 +- examples/typescript/backends/gcs/package.json | 2 +- examples/typescript/backends/remote/package.json | 2 +- examples/typescript/backends/s3/package.json | 2 +- examples/typescript/docker/package.json | 2 +- examples/typescript/google-cloudrun/package.json | 2 +- examples/typescript/google/package.json | 2 +- examples/typescript/kubernetes/package.json | 2 +- examples/typescript/ucloud/package.json | 2 +- examples/typescript/vault/package.json | 2 +- packages/@cdktf/hcl2cdk/test/convertProject.test.ts | 2 +- yarn.lock | 7 ++++++- 17 files changed, 22 insertions(+), 17 deletions(-) diff --git a/examples/typescript/aws-cloudfront-proxy/package.json b/examples/typescript/aws-cloudfront-proxy/package.json index deb7702cbf..ca06a06d93 100644 --- a/examples/typescript/aws-cloudfront-proxy/package.json +++ b/examples/typescript/aws-cloudfront-proxy/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/aws-multiple-stacks/package.json b/examples/typescript/aws-multiple-stacks/package.json index b58da5a45a..6c83301d96 100644 --- a/examples/typescript/aws-multiple-stacks/package.json +++ b/examples/typescript/aws-multiple-stacks/package.json @@ -17,7 +17,7 @@ "cdktf-cli": "0.0.0" }, "dependencies": { - "constructs": "^3.0.0", + "constructs": "^3.3.75", "cdktf": "0.0.0" } } \ No newline at end of file diff --git a/examples/typescript/aws-prebuilt/package.json b/examples/typescript/aws-prebuilt/package.json index 44cb92015d..9601f2fa82 100644 --- a/examples/typescript/aws-prebuilt/package.json +++ b/examples/typescript/aws-prebuilt/package.json @@ -16,6 +16,6 @@ "dependencies": { "@cdktf/provider-aws": "^0.0.19", "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" } } diff --git a/examples/typescript/azure-app-service/package.json b/examples/typescript/azure-app-service/package.json index d69f455026..94cee470c3 100644 --- a/examples/typescript/azure-app-service/package.json +++ b/examples/typescript/azure-app-service/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.27", diff --git a/examples/typescript/azure/package.json b/examples/typescript/azure/package.json index 2d18407a6c..467c9fb8bb 100755 --- a/examples/typescript/azure/package.json +++ b/examples/typescript/azure/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/backends/azurerm/package.json b/examples/typescript/backends/azurerm/package.json index 9131f0a6b8..c80593daa7 100644 --- a/examples/typescript/backends/azurerm/package.json +++ b/examples/typescript/backends/azurerm/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/backends/gcs/package.json b/examples/typescript/backends/gcs/package.json index c0b8054ffe..95285d5491 100644 --- a/examples/typescript/backends/gcs/package.json +++ b/examples/typescript/backends/gcs/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/backends/remote/package.json b/examples/typescript/backends/remote/package.json index 883e77e74e..1e20436186 100644 --- a/examples/typescript/backends/remote/package.json +++ b/examples/typescript/backends/remote/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/backends/s3/package.json b/examples/typescript/backends/s3/package.json index 9245d869af..735adf5f07 100644 --- a/examples/typescript/backends/s3/package.json +++ b/examples/typescript/backends/s3/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/docker/package.json b/examples/typescript/docker/package.json index ba0bcc45e2..058599ff58 100644 --- a/examples/typescript/docker/package.json +++ b/examples/typescript/docker/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/google-cloudrun/package.json b/examples/typescript/google-cloudrun/package.json index 7e28c332ec..5f094bbbfa 100644 --- a/examples/typescript/google-cloudrun/package.json +++ b/examples/typescript/google-cloudrun/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.27", diff --git a/examples/typescript/google/package.json b/examples/typescript/google/package.json index e2844ed83a..04c5f9eec4 100644 --- a/examples/typescript/google/package.json +++ b/examples/typescript/google/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/kubernetes/package.json b/examples/typescript/kubernetes/package.json index 696232dd2f..2af8e812d1 100644 --- a/examples/typescript/kubernetes/package.json +++ b/examples/typescript/kubernetes/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/ucloud/package.json b/examples/typescript/ucloud/package.json index 405a287781..b17735783f 100755 --- a/examples/typescript/ucloud/package.json +++ b/examples/typescript/ucloud/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/examples/typescript/vault/package.json b/examples/typescript/vault/package.json index 3a22eb3551..7bdbd7d674 100644 --- a/examples/typescript/vault/package.json +++ b/examples/typescript/vault/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "cdktf": "0.0.0", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/packages/@cdktf/hcl2cdk/test/convertProject.test.ts b/packages/@cdktf/hcl2cdk/test/convertProject.test.ts index eeabab1eec..34a07761b0 100644 --- a/packages/@cdktf/hcl2cdk/test/convertProject.test.ts +++ b/packages/@cdktf/hcl2cdk/test/convertProject.test.ts @@ -63,7 +63,7 @@ app.synth();`, }, "dependencies": { "cdktf": "*", - "constructs": "^3.0.0" + "constructs": "^3.3.75" }, "devDependencies": { "@types/node": "^14.0.26", diff --git a/yarn.lock b/yarn.lock index cc085e5638..589319eddd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3484,7 +3484,12 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0: resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= -constructs@^3.0.0, constructs@^3.3.75: +constructs@^3.3.0: + version "3.3.124" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.124.tgz#f8b2b939f92643c1145e8b21408494461d712c5f" + integrity sha512-Jj/I48WUvCUudNOJYslOXCFgPK+rg8x0JQdUpfUHh1YA2/uE9LheTHgm+yMg9BGlrfgulAUIc8bg3eUJlVNK0g== + +constructs@^3.3.75: version "3.3.75" resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.75.tgz#222516951fd6b8380cb6fea3c171eeca0bf980a4" integrity sha512-q10foASSSfDWmS99OQLfnWDXCzqLvoORISAVWPFg0AmIGlBv2ZdDOtXxLqrJARPxVlOldmW2JzWzdRI+4+0/ZA==