Skip to content

Commit

Permalink
chore: update lerna and nx (#30673)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
TheRealAmazonKendra committed Jun 26, 2024
1 parent d75c0b1 commit 3264b9b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 309 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@nx/workspace": "^16.10.0",
"@nx/workspace": "^19.3.1",
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
Expand All @@ -29,7 +29,7 @@
"jsii-pacmak": "1.100.0",
"jsii-reflect": "1.100.0",
"lerna": "^8.1.5",
"nx": "^18.3.5",
"nx": "^19.3.1",
"patch-package": "^6.5.1",
"semver": "^7.6.2",
"standard-version": "^9.5.0",
Expand Down Expand Up @@ -177,4 +177,4 @@
"dependencies": {
"string-width": "^4.2.3"
}
}
}
Loading

0 comments on commit 3264b9b

Please sign in to comment.