Skip to content

Commit c04480d

Browse files
authored
[core] Update lerna to 5.2.0 (mui#33635)
1 parent d9cf327 commit c04480d

File tree

3 files changed

+1396
-905
lines changed

3 files changed

+1396
-905
lines changed

lerna.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "independent"
4+
"version": "independent",
5+
"useNx": true
56
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,12 @@
151151
"karma-mocha": "^2.0.1",
152152
"karma-sourcemap-loader": "^0.3.8",
153153
"karma-webpack": "^5.0.0",
154-
"lerna": "^4.0.0",
154+
"lerna": "^5.2.0",
155155
"lodash": "^4.17.21",
156156
"markdownlint-cli": "^0.32.1",
157157
"mocha": "^10.0.0",
158158
"node-fetch": "^2.6.7",
159+
"nx": "^14.4.3",
159160
"nyc": "^15.1.0",
160161
"piscina": "^3.2.0",
161162
"playwright": "^1.24.0",

0 commit comments

Comments
 (0)