From 0a253ae2e27659c6caf484c1e20367d0d51a6a90 Mon Sep 17 00:00:00 2001 From: Josh Usiskin Date: Wed, 9 Sep 2020 14:54:16 +0000 Subject: [PATCH] fix(examples): bump cdk core module version --- .../deadline/All-In-AWS-Infrastructure-Basic/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json b/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json index 754772fe8..f29104a6a 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json +++ b/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json @@ -24,7 +24,7 @@ "typescript": "~3.9.7" }, "dependencies": { - "@aws-cdk/core": "1.57.0", + "@aws-cdk/core": "1.61.1", "aws-rfdk": "0.17.0", "source-map-support": "^0.5.19" }