Skip to content

Commit

Permalink
Update lerna to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Jul 26, 2022
1 parent 15581f4 commit e437d45
Show file tree
Hide file tree
Showing 3 changed files with 1,415 additions and 904 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.31.1",
"mocha": "^9.2.2",
"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 e437d45

Please sign in to comment.