Skip to content

Commit

Permalink
chore: migrate to lerna v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jul 28, 2023
1 parent b3ad7e7 commit 622f371
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 1,004 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": [
"apps/*",
"packages/*",
Expand All @@ -8,7 +10,5 @@
"tools/*",
"typings"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0"
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"jsonc-eslint-parser": "2.3.0",
"just-scripts": "1.8.2",
"lage": "1.8.8",
"lerna": "6.6.2",
"lerna": "7.1.3",
"@lerna/project": "6.4.1",
"@lerna/package-graph": "6.4.1",
"lerna-alias": "3.0.3-0",
Expand Down
Loading

0 comments on commit 622f371

Please sign in to comment.