Skip to content

Commit

Permalink
[core] Update lerna to 5.2.0 (mui#33635)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored and Daniel Rabe committed Nov 29, 2022
1 parent 8f7dbef commit f37af20
Show file tree
Hide file tree
Showing 3 changed files with 1,396 additions and 905 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
"version": "independent",
"useNx": true
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,12 @@
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"lerna": "^4.0.0",
"lerna": "^5.2.0",
"lodash": "^4.17.21",
"markdownlint-cli": "^0.32.1",
"mocha": "^10.0.0",
"node-fetch": "^2.6.7",
"nx": "^14.4.3",
"nyc": "^15.1.0",
"piscina": "^3.2.0",
"playwright": "^1.24.0",
Expand Down
Loading

0 comments on commit f37af20

Please sign in to comment.