Skip to content

Commit

Permalink
update runtime deps. only major change is p-retry, but code is
Browse files Browse the repository at this point in the history
unaffected. p-queue is intentially not updated to v3 because it
doesn't contain any desired features and becomes very large.
  • Loading branch information
aoberoi committed Mar 8, 2019
1 parent 62849bf commit 4b67aa8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -47,21 +47,21 @@
"@types/is-stream": "^1.1.0",
"@types/node": ">=6.0.0",
"@types/p-cancelable": "^1.0.0",
"@types/p-queue": "^2.3.1",
"@types/p-retry": "^1.0.1",
"@types/retry": "^0.10.2",
"@types/p-queue": "^2.3.2",
"@types/p-retry": "^3.0.0",
"@types/retry": "^0.12.0",
"@types/ws": "^5.1.1",
"axios": "^0.18.0",
"eventemitter3": "^3.0.0",
"eventemitter3": "^3.1.0",
"finity": "^0.5.4",
"form-data": "^2.3.1",
"form-data": "^2.3.3",
"is-stream": "^1.1.0",
"object.entries": "^1.0.4",
"object.entries": "^1.1.0",
"object.getownpropertydescriptors": "^2.0.3",
"object.values": "^1.0.4",
"object.values": "^1.1.0",
"p-cancelable": "^1.0.0",
"p-queue": "^2.3.0",
"p-retry": "^2.0.0",
"p-queue": "^2.4.2",
"p-retry": "^3.0.1",
"retry": "^0.12.0",
"ws": "^5.2.0"
},
Expand Down

0 comments on commit 4b67aa8

Please sign in to comment.