Skip to content

Commit 1f67b8f

Browse files
author
Lucas Bento
authored
Update Lerna to the latest version (#46)
2 parents 5a9159f + 8b0759d commit 1f67b8f

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"lerna": "2.0.0-beta.31",
2+
"lerna": "2.0.0-beta.32",
33
"version": "1.1.10",
44
"changelog": {
55
"repo": "lucasbento/create-graphql",
66
"labels": {
77
"new feature": ":rocket: New Feature",
8+
"enhancement": ":white_check_mark: Enhancement",
89
"bug fix": ":bug: Bug Fix",
910
"polish": ":nail_care: Polish",
1011
"documentation": ":memo: Documentation",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fs-extra": "^1.0.0",
2222
"jest": "^18.0.0",
2323
"jest-cli": "^18.0.0",
24-
"lerna": "2.0.0-beta.31",
24+
"lerna": "2.0.0-beta.32",
2525
"lerna-changelog": "^0.2.3",
2626
"rimraf": "^2.5.4",
2727
"yeoman-assert": "^2.2.2",

yarn.lock

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,9 +2698,9 @@ lerna-changelog@^0.2.3:
26982698
chalk "^1.1.3"
26992699
mkdirp "^0.5.1"
27002700

2701-
2702-
version "2.0.0-beta.31"
2703-
resolved "https://registry.yarnpkg.com/lerna/-/lerna-2.0.0-beta.31.tgz#68da53b860f8193d4653a6d0601ef300b8d7176d"
2701+
2702+
version "2.0.0-beta.32"
2703+
resolved "https://registry.yarnpkg.com/lerna/-/lerna-2.0.0-beta.32.tgz#67d51b1520ce57a27b8445160726b48f6dba3f1c"
27042704
dependencies:
27052705
async "^1.5.0"
27062706
chalk "^1.1.1"
@@ -3274,10 +3274,6 @@ pluralize@^1.2.1:
32743274
version "1.2.1"
32753275
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45"
32763276

3277-
pluralize@^3.1.0:
3278-
version "3.1.0"
3279-
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-3.1.0.tgz#84213d0a12356069daa84060c559242633161368"
3280-
32813277
prelude-ls@~1.1.2:
32823278
version "1.1.2"
32833279
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"

0 commit comments

Comments
 (0)