Skip to content

Commit c9128cf

Browse files
authored
chore: update lerna (#233)
1 parent 406f850 commit c9128cf

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

lerna.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
2-
"lerna": "3.11.0",
3-
"packages": [
4-
"packages/*"
5-
],
2+
"lerna": "3.13.4",
3+
"packages": ["packages/*"],
64
"version": "independent",
75
"command": {
86
"bootstrap": {
9-
"nohoist": [
10-
"@types/*",
11-
"typedoc",
12-
"karma*"
13-
]
7+
"nohoist": ["@types/*", "typedoc", "karma*"]
148
}
159
},
1610
"hoist": true,
17-
"nohoist": [
18-
"@types/*",
19-
"typedoc",
20-
"karma*"
21-
]
11+
"nohoist": ["@types/*", "typedoc", "karma*"]
2212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"generate-changelog": "^1.7.1",
2929
"husky": "^2.1.0",
3030
"jest": "^20.0.4",
31-
"lerna": "3.11.0",
31+
"lerna": "3.13.4",
3232
"lint-staged": "^8.1.5",
3333
"prettier": "1.17.0",
3434
"typescript": "^3.0.0"

0 commit comments

Comments
 (0)