Skip to content

Commit

Permalink
bump lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemhiller committed May 22, 2023
1 parent 13b6a1f commit c893d34
Show file tree
Hide file tree
Showing 3 changed files with 1,629 additions and 1,441 deletions.
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"npmClient": "yarn",
"exact": true,
"useWorkspaces": true,
"useNx": true,
"packages": ["packages/*"],
"command": {
"publish": {
Expand All @@ -11,6 +10,11 @@
},
"version": {
"changelogPreset": "conventionalcommits"
},
"init": {
"exact": true
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"jest-environment-jsdom": "^28.1",
"jest-environment-jsdom-global": "2.0.4",
"jest-junit": "^12.0.0",
"lerna": "5.1.8",
"lerna": "6.6.2",
"lint-staged": "10.4.0",
"lodash": "^4.17.5",
"mutationobserver-shim": "^0.3.3",
Expand Down

0 comments on commit c893d34

Please sign in to comment.