Skip to content

Commit 3264b9b

Browse files
chore: update lerna and nx (#30673)
We were seeing build failures (most likely) caused by nx version mismatches. This PR aligns those versions. ### Checklist - [ ] 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 d75c0b1 commit 3264b9b

File tree

2 files changed

+18
-309
lines changed

2 files changed

+18
-309
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build-all": "tsc -b"
1616
},
1717
"devDependencies": {
18-
"@nx/workspace": "^16.10.0",
18+
"@nx/workspace": "^19.3.1",
1919
"@types/node": "18.11.19",
2020
"@types/prettier": "2.6.0",
2121
"@yarnpkg/lockfile": "^1.1.0",
@@ -29,7 +29,7 @@
2929
"jsii-pacmak": "1.100.0",
3030
"jsii-reflect": "1.100.0",
3131
"lerna": "^8.1.5",
32-
"nx": "^18.3.5",
32+
"nx": "^19.3.1",
3333
"patch-package": "^6.5.1",
3434
"semver": "^7.6.2",
3535
"standard-version": "^9.5.0",
@@ -177,4 +177,4 @@
177177
"dependencies": {
178178
"string-width": "^4.2.3"
179179
}
180-
}
180+
}

0 commit comments

Comments
 (0)