Skip to content

Commit e8a1962

Browse files
authored
ci(project-sync): add project-sync to lerna package list (#35059)
### Reason for this change Internal build tool was failing as it could not bump the dependency version automatically for the project-sync tool. ### Description of changes Added project-sync to list of tools on lerna. ### Describe any new or updated permissions being added No permissions added. ### Description of how you validated changes project-sync dependency version bumped when running `sh scripts/align-version.sh`. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent c10f509 commit e8a1962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"tools/@aws-cdk/lazify",
2020
"tools/@aws-cdk/lambda-integration-test-updater",
2121
"tools/@aws-cdk/construct-metadata-updater",
22+
"tools/@aws-cdk/project-sync",
2223
"scripts/@aws-cdk/script-tests"
2324
],
2425
"rejectCycles": true,

tools/@aws-cdk/project-sync/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@aws-cdk/cdk-build-tools": "0.0.0",
21-
"@jest/globals": "^30.0.0",
22-
"exponential-backoff": "^3.1.2",
21+
"exponential-backoff": "^3.1.1",
2322
"jest": "^29",
2423
"ts-jest": "^29.4.0",
2524
"typescript": "~5.5.4"

0 commit comments

Comments
 (0)