Skip to content

Commit

Permalink
chore: lerna upgrade to v7 (golevelup#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
underfisk authored Oct 6, 2024
1 parent 0581eee commit c553094
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 994 deletions.
9 changes: 3 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"packages": [
"packages/*",
"packages/testing/*"
],
"packages": ["packages/*", "packages/testing/*"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"conventionalCommits": true
}
}
},
"$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 @@ -38,7 +38,7 @@
"globals": "^15.10.0",
"husky": "^9.1.6",
"jest": "^27.4.3",
"lerna": "^6.0.0",
"lerna": "^7.4.2",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^5.0.0",
Expand Down
Loading

0 comments on commit c553094

Please sign in to comment.