Skip to content

Commit

Permalink
feat(deps): p-map@^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent 7f68076 commit 92b1364
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 74 deletions.
2 changes: 1 addition & 1 deletion commands/add/package.json
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": "^2.1.0",
"p-map": "^4.0.0",
"semver": "^7.3.2"
}
}
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Expand Up @@ -51,7 +51,7 @@
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"p-finally": "^1.0.0",
"p-map": "^2.1.0",
"p-map": "^4.0.0",
"p-map-series": "^2.1.0",
"p-waterfall": "^2.1.0",
"read-package-tree": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion commands/clean/package.json
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": "^2.1.0",
"p-map": "^4.0.0",
"p-map-series": "^2.1.0",
"p-waterfall": "^2.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/exec/package.json
Expand Up @@ -38,6 +38,6 @@
"@lerna/profiler": "file:../../utils/profiler",
"@lerna/run-topologically": "file:../../utils/run-topologically",
"@lerna/validation-error": "file:../../core/validation-error",
"p-map": "^2.1.0"
"p-map": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion commands/init/package.json
Expand Up @@ -35,7 +35,7 @@
"@lerna/child-process": "file:../../core/child-process",
"@lerna/command": "file:../../core/command",
"fs-extra": "^8.1.0",
"p-map": "^2.1.0",
"p-map": "^4.0.0",
"write-json-file": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion commands/link/package.json
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": "^2.1.0",
"p-map": "^4.0.0",
"slash": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -61,7 +61,7 @@
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"p-finally": "^1.0.0",
"p-map": "^2.1.0",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"semver": "^7.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/run/package.json
Expand Up @@ -40,6 +40,6 @@
"@lerna/run-topologically": "file:../../utils/run-topologically",
"@lerna/timer": "file:../../utils/timer",
"@lerna/validation-error": "file:../../core/validation-error",
"p-map": "^2.1.0"
"p-map": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion commands/version/package.json
Expand Up @@ -52,7 +52,7 @@
"load-json-file": "^5.3.0",
"minimatch": "^3.0.4",
"npmlog": "^4.1.2",
"p-map": "^2.1.0",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"p-reduce": "^2.1.0",
"p-waterfall": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion core/project/package.json
Expand Up @@ -41,7 +41,7 @@
"globby": "^9.2.0",
"load-json-file": "^5.3.0",
"npmlog": "^4.1.2",
"p-map": "^2.1.0",
"p-map": "^4.0.0",
"resolve-from": "^5.0.0",
"write-json-file": "^4.3.0"
}
Expand Down

0 comments on commit 92b1364

Please sign in to comment.