Skip to content

Commit 86c85c1

Browse files
chore(deps): update dependency lerna to v7 (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vincent Germain <[email protected]>
1 parent f96f2bf commit 86c85c1

File tree

3 files changed

+376
-924
lines changed

3 files changed

+376
-924
lines changed

lerna.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"packages": ["packages/*"],
3-
"useWorkspaces": true,
2+
"packages": [
3+
"packages/*"
4+
],
45
"npmClient": "pnpm",
56
"version": "independent",
67
"command": {
@@ -11,5 +12,6 @@
1112
"version": {
1213
"message": "chore(release): publish"
1314
}
14-
}
15+
},
16+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1517
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"jest": "^29.6.1",
8989
"jest-environment-jsdom": "^29.6.1",
9090
"jest-junit": "^15.0.0",
91-
"lerna": "^6.6.2",
91+
"lerna": "^7.1.4",
9292
"lint-staged": "^13.2.3",
9393
"prettier": "^3.0.0",
9494
"read-pkg": "^8.0.0",

0 commit comments

Comments
 (0)