From 0077456e917e9c4676249fa4dd726c8bbccc86de Mon Sep 17 00:00:00 2001 From: biffgaut Date: Tue, 24 Dec 2024 12:40:56 -0500 Subject: [PATCH] Remove specific version IDs, update to latest CDK --- deployment/v2/align-version.js | 2 +- source/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/v2/align-version.js b/deployment/v2/align-version.js index c8a0e7b9a..54ee45e08 100755 --- a/deployment/v2/align-version.js +++ b/deployment/v2/align-version.js @@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2]; const targetSolutionsConstructsVersion = process.argv[3]; // these versions need to be sourced from a config file -const awsCdkLibVersion = '2.163.1'; +const awsCdkLibVersion = '2.173.2'; for (const file of process.argv.splice(4)) { const pkg = JSON.parse(fs.readFileSync(file).toString()); diff --git a/source/package.json b/source/package.json index ef097aa93..ba1ce1251 100644 --- a/source/package.json +++ b/source/package.json @@ -17,7 +17,7 @@ "constructs": "^10.0.0" }, "devDependencies": { - "@aws-cdk/integ-tests-alpha": "2.163.1-alpha.0", + "@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0", "@typescript-eslint/eslint-plugin": "^2.14.0", "@typescript-eslint/parser": "^2.14.0", "fs-extra": "^8.1.0", @@ -34,7 +34,7 @@ "eslint-plugin-import": "^2.19.1", "eslint-plugin-license-header": "^0.2.0", "constructs": "^10.0.0", - "aws-cdk-lib": "2.163.1" + "aws-cdk-lib": "0.0.0" }, "workspaces": { "packages": [