Skip to content

Commit

Permalink
chore(build): update lerna to latest version (#1207)
Browse files Browse the repository at this point in the history
* Update package.json to protect from align-version.sh

* Update lerna version
  • Loading branch information
biffgaut committed Sep 19, 2024
1 parent 5c444a1 commit 5e8865f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions source/lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"lerna": "3.15.0",
"lerna": "8.1.8",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"./patterns/@aws-solutions-constructs/*"
"patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "2.70.0"
Expand Down
4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"constructs": "^10.0.0"
},
"devDependencies": {
"lerna": "^3.22.1",
"lerna": "8.1.8",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"workspaces": {
"packages": [
"./patterns/@aws-solutions-constructs/*"
"patterns/@aws-solutions-constructs/*"
],
"nohoist": [
"**/deepmerge",
Expand Down

0 comments on commit 5e8865f

Please sign in to comment.