Skip to content

Commit

Permalink
feat(deps): p-queue@^6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent fd4289a commit ed76cdd
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 21 deletions.
61 changes: 43 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"p-map": "^2.1.0",
"p-map-series": "^1.0.0",
"p-pipe": "^1.2.0",
"p-queue": "^4.0.0",
"p-queue": "^6.6.2",
"p-reduce": "^2.1.0",
"p-waterfall": "^2.1.0",
"path-exists": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/run-topologically/package.json
Expand Up @@ -33,6 +33,6 @@
"dependencies": {
"@lerna/query-graph": "file:../query-graph",
"figgy-pudding": "^3.5.1",
"p-queue": "^4.0.0"
"p-queue": "^6.6.2"
}
}
2 changes: 1 addition & 1 deletion utils/run-topologically/run-topologically.js
@@ -1,6 +1,6 @@
"use strict";

const PQueue = require("p-queue");
const PQueue = require("p-queue").default;
const figgyPudding = require("figgy-pudding");
const QueryGraph = require("@lerna/query-graph");

Expand Down

0 comments on commit ed76cdd

Please sign in to comment.