Skip to content

Commit

Permalink
build(deps): use the latest Lerna version (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Nov 7, 2024
1 parent 25cf511 commit 880fe2f
Show file tree
Hide file tree
Showing 4 changed files with 1,456 additions and 1,071 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ coverage/
website/
.github
examples
/.nx/workspace-data
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"version": {
"message": "chore(release): published %s [skip ci]",
Expand Down Expand Up @@ -33,5 +32,6 @@
"test/**"
]
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node-single-context": "^29.4.0",
"jest-runner-tsd": "^4.0.0",
"lerna": "^6.5.1",
"lerna": "^8.1.9",
"lint-staged": "^13.1.0",
"memory-fs": "^0.5.0",
"minimist": "^1.2.5",
Expand Down
Loading

0 comments on commit 880fe2f

Please sign in to comment.