Skip to content

Commit

Permalink
Merge pull request #2378 from intuit/lerna-upgrade
Browse files Browse the repository at this point in the history
upgrade lerna
  • Loading branch information
hipstersmoothie committed Jul 28, 2023
2 parents 9c1355c + 312302e commit d298578
Show file tree
Hide file tree
Showing 3 changed files with 2,048 additions and 1,999 deletions.
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"version": "10.46.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/*",
"plugins/*"
]
"packages": ["packages/*", "plugins/*"],
"$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 @@ -67,7 +67,7 @@
"jest-circus": "^26.0.1",
"jest-serializer-path": "^0.1.15",
"jest-snapshot-serializer-ansi": "^1.0.0",
"lerna": "^3.22.1",
"lerna": "^7.1.4",
"lint-staged": "^10.0.7",
"mock-fs": "^5.1.2",
"next-ignite": "^0.10.11",
Expand Down

0 comments on commit d298578

Please sign in to comment.