Skip to content

Commit 9e58394

Browse files
committed
feat(deps): p-map@^2.1.0
1 parent 3718cc9 commit 9e58394

File tree

15 files changed

+30
-29
lines changed

15 files changed

+30
-29
lines changed

commands/add/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@lerna/validation-error": "file:../../core/validation-error",
4242
"dedent": "^0.7.0",
4343
"npm-package-arg": "^6.1.0",
44-
"p-map": "^1.2.0",
44+
"p-map": "^2.1.0",
4545
"semver": "^5.5.0"
4646
}
4747
}

commands/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"npm-package-arg": "^6.1.0",
5656
"npmlog": "^4.1.2",
5757
"p-finally": "^1.0.0",
58-
"p-map": "^1.2.0",
58+
"p-map": "^2.1.0",
5959
"p-map-series": "^1.0.0",
6060
"p-waterfall": "^1.0.0",
6161
"read-package-tree": "^5.1.6",

commands/clean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@lerna/prompt": "file:../../core/prompt",
3838
"@lerna/pulse-till-done": "file:../../utils/pulse-till-done",
3939
"@lerna/rimraf-dir": "file:../../utils/rimraf-dir",
40-
"p-map": "^1.2.0",
40+
"p-map": "^2.1.0",
4141
"p-map-series": "^1.0.0",
4242
"p-waterfall": "^1.0.0"
4343
}

commands/exec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"@lerna/filter-options": "file:../../core/filter-options",
4141
"@lerna/run-topologically": "file:../../utils/run-topologically",
4242
"@lerna/validation-error": "file:../../core/validation-error",
43-
"p-map": "^1.2.0"
43+
"p-map": "^2.1.0"
4444
}
4545
}

commands/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@lerna/child-process": "file:../../core/child-process",
3636
"@lerna/command": "file:../../core/command",
3737
"fs-extra": "^7.0.0",
38-
"p-map": "^1.2.0",
38+
"p-map": "^2.1.0",
3939
"write-json-file": "^3.2.0"
4040
}
4141
}

commands/link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@lerna/command": "file:../../core/command",
3636
"@lerna/package-graph": "file:../../core/package-graph",
3737
"@lerna/symlink-dependencies": "file:../../utils/symlink-dependencies",
38-
"p-map": "^1.2.0",
38+
"p-map": "^2.1.0",
3939
"slash": "^2.0.0"
4040
}
4141
}

commands/publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"npm-package-arg": "^6.1.0",
6262
"npmlog": "^4.1.2",
6363
"p-finally": "^1.0.0",
64-
"p-map": "^1.2.0",
64+
"p-map": "^2.1.0",
6565
"p-pipe": "^1.2.0",
6666
"semver": "^5.5.0"
6767
}

commands/run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"@lerna/run-topologically": "file:../../utils/run-topologically",
4343
"@lerna/timer": "file:../../utils/timer",
4444
"@lerna/validation-error": "file:../../core/validation-error",
45-
"p-map": "^1.2.0"
45+
"p-map": "^2.1.0"
4646
}
4747
}

commands/version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dedent": "^0.7.0",
5252
"minimatch": "^3.0.4",
5353
"npmlog": "^4.1.2",
54-
"p-map": "^1.2.0",
54+
"p-map": "^2.1.0",
5555
"p-pipe": "^1.2.0",
5656
"p-reduce": "^1.0.0",
5757
"p-waterfall": "^1.0.0",

core/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"globby": "^9.2.0",
4242
"load-json-file": "^5.3.0",
4343
"npmlog": "^4.1.2",
44-
"p-map": "^1.2.0",
44+
"p-map": "^2.1.0",
4545
"resolve-from": "^4.0.0",
4646
"write-json-file": "^3.2.0"
4747
}

0 commit comments

Comments
 (0)