Skip to content

Commit

Permalink
feat(deps): p-map@^2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 17, 2019
1 parent 3718cc9 commit 9e58394
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion commands/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@lerna/validation-error": "file:../../core/validation-error",
"dedent": "^0.7.0",
"npm-package-arg": "^6.1.0",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"semver": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"p-finally": "^1.0.0",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"p-map-series": "^1.0.0",
"p-waterfall": "^1.0.0",
"read-package-tree": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion commands/clean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lerna/prompt": "file:../../core/prompt",
"@lerna/pulse-till-done": "file:../../utils/pulse-till-done",
"@lerna/rimraf-dir": "file:../../utils/rimraf-dir",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"p-map-series": "^1.0.0",
"p-waterfall": "^1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@lerna/filter-options": "file:../../core/filter-options",
"@lerna/run-topologically": "file:../../utils/run-topologically",
"@lerna/validation-error": "file:../../core/validation-error",
"p-map": "^1.2.0"
"p-map": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion commands/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@lerna/child-process": "file:../../core/child-process",
"@lerna/command": "file:../../core/command",
"fs-extra": "^7.0.0",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"write-json-file": "^3.2.0"
}
}
2 changes: 1 addition & 1 deletion commands/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@lerna/command": "file:../../core/command",
"@lerna/package-graph": "file:../../core/package-graph",
"@lerna/symlink-dependencies": "file:../../utils/symlink-dependencies",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"slash": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion commands/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"p-finally": "^1.0.0",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"p-pipe": "^1.2.0",
"semver": "^5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@lerna/run-topologically": "file:../../utils/run-topologically",
"@lerna/timer": "file:../../utils/timer",
"@lerna/validation-error": "file:../../core/validation-error",
"p-map": "^1.2.0"
"p-map": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion commands/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dedent": "^0.7.0",
"minimatch": "^3.0.4",
"npmlog": "^4.1.2",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"p-pipe": "^1.2.0",
"p-reduce": "^1.0.0",
"p-waterfall": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"globby": "^9.2.0",
"load-json-file": "^5.3.0",
"npmlog": "^4.1.2",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"resolve-from": "^4.0.0",
"write-json-file": "^3.2.0"
}
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"load-json-file": "^5.3.0",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"p-map": "^2.1.0",
"path-key": "^2.0.1",
"pify": "^4.0.1",
"prettier": "^1.18.2",
Expand Down
2 changes: 1 addition & 1 deletion utils/run-parallel-batches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"p-map-series": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion utils/symlink-binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@lerna/create-symlink": "file:../create-symlink",
"@lerna/package": "file:../../core/package",
"fs-extra": "^7.0.0",
"p-map": "^1.2.0"
"p-map": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion utils/symlink-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@lerna/symlink-binary": "file:../symlink-binary",
"fs-extra": "^7.0.0",
"p-finally": "^1.0.0",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"p-map-series": "^1.0.0"
}
}

0 comments on commit 9e58394

Please sign in to comment.