Skip to content

Commit

Permalink
Update dependency lerna to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 16, 2018
1 parent a8f179f commit 72ed002
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"coveralls": "3.0.0",
"lerna": "2.5.1",
"lerna": "2.7.1",
"nyc": "11.4.1"
},
"nyc": {
Expand Down
26 changes: 6 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3106,9 +3106,9 @@ lcov-parse@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"

lerna@2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-2.5.1.tgz#d07099bd3051ee799f98c753328bd69e96c6fab8"
lerna@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-2.7.1.tgz#abd536376eca5e9f41a6d611da5b744534ef906f"
dependencies:
async "^1.5.0"
chalk "^2.1.0"
Expand All @@ -3129,19 +3129,20 @@ lerna@2.5.1:
hosted-git-info "^2.5.0"
inquirer "^3.2.2"
is-ci "^1.0.10"
load-json-file "^3.0.0"
load-json-file "^4.0.0"
lodash "^4.17.4"
minimatch "^3.0.4"
npmlog "^4.1.2"
p-finally "^1.0.0"
package-json "^4.0.1"
path-exists "^3.0.0"
read-cmd-shim "^1.0.1"
read-pkg "^2.0.0"
read-pkg "^3.0.0"
rimraf "^2.6.1"
safe-buffer "^5.1.1"
semver "^5.4.1"
signal-exit "^3.0.2"
slash "^1.0.0"
strong-log-transformer "^1.0.6"
temp-write "^3.3.0"
write-file-atomic "^2.3.0"
Expand Down Expand Up @@ -3175,15 +3176,6 @@ load-json-file@^2.0.0:
pify "^2.0.0"
strip-bom "^3.0.0"

load-json-file@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-3.0.0.tgz#7eb3735d983a7ed2262ade4ff769af5369c5c440"
dependencies:
graceful-fs "^4.1.2"
parse-json "^3.0.0"
pify "^2.0.0"
strip-bom "^3.0.0"

load-json-file@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
Expand Down Expand Up @@ -3785,12 +3777,6 @@ parse-json@^2.2.0:
dependencies:
error-ex "^1.2.0"

parse-json@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-3.0.0.tgz#fa6f47b18e23826ead32f263e744d0e1e847fb13"
dependencies:
error-ex "^1.3.1"

parse-json@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
Expand Down

0 comments on commit 72ed002

Please sign in to comment.