Skip to content

Commit b1123b2

Browse files
renovate[bot]rchl
andauthored
chore(deps): update devdependency lerna to v7 (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rafal Chlodnicki <[email protected]>
1 parent 4ee9ae1 commit b1123b2

File tree

3 files changed

+472
-1014
lines changed

3 files changed

+472
-1014
lines changed

lerna.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
23
"version": "independent",
34
"npmClient": "yarn",
4-
"useWorkspaces": true,
55
"conventionalCommits": true,
66
"exact": true,
7-
"packages": [
8-
"packages/*"
9-
],
107
"command": {
118
"publish": {
129
"npmClient": "npm"
13-
},
14-
"init": {
15-
"exact": true
1610
}
1711
}
1812
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"codecov": "3.8.3",
1818
"eslint": "8.53.0",
1919
"jest": "29.7.0",
20-
"lerna": "6.6.2",
20+
"lerna": "7.4.2",
2121
"nuxt": "2.x",
2222
"sass": "1.69.5",
2323
"ts-jest": "29.1.1",

0 commit comments

Comments
 (0)