Skip to content

Commit f3ac22a

Browse files
committed
chore: update lerna to v3.1
1 parent 54f8ff5 commit f3ac22a

File tree

4 files changed

+400
-119
lines changed

4 files changed

+400
-119
lines changed

@commitlint/config-lerna-scopes/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,17 @@
3939
"url": "https://github.com/marionebl/commitlint/issues"
4040
},
4141
"homepage": "https://github.com/marionebl/commitlint#readme",
42+
"peerDependencies": {
43+
"lerna": "^3.0.0"
44+
},
4245
"dependencies": {
43-
"import-from": "2.1.0",
44-
"lerna": "3.0.4"
46+
"import-from": "2.1.0"
4547
},
4648
"devDependencies": {
4749
"@commitlint/test": "^7.0.0",
4850
"@commitlint/utils": "^7.0.0",
4951
"ava": "0.22.0",
52+
"lerna": "3.1.1",
5053
"xo": "0.20.3"
5154
}
5255
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "3.0.4",
2+
"lerna": "3.1.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"version": "7.0.1"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint": "4.18.1",
9797
"eslint-config-prettier": "2.9.0",
9898
"husky": "0.14.3",
99-
"lerna": "3.0.4",
99+
"lerna": "3.1.1",
100100
"lint-staged": "6.1.1",
101101
"npx": "9.7.1",
102102
"prettier": "1.10.2",

0 commit comments

Comments
 (0)