Skip to content

Commit

Permalink
chore(deps): update devdependency lerna to v7 (#609)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rafal Chlodnicki <rchl2k@gmail.com>
  • Loading branch information
renovate[bot] and rchl committed Nov 16, 2023
1 parent 4ee9ae1 commit b1123b2
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 1,014 deletions.
8 changes: 1 addition & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
"exact": true,
"packages": [
"packages/*"
],
"command": {
"publish": {
"npmClient": "npm"
},
"init": {
"exact": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"codecov": "3.8.3",
"eslint": "8.53.0",
"jest": "29.7.0",
"lerna": "6.6.2",
"lerna": "7.4.2",
"nuxt": "2.x",
"sass": "1.69.5",
"ts-jest": "29.1.1",
Expand Down

0 comments on commit b1123b2

Please sign in to comment.