Skip to content

Commit

Permalink
Remove specific version IDs, update to latest CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Dec 24, 2024
1 parent b56c4f9 commit 0077456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down
4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 0077456

Please sign in to comment.