Skip to content

Commit dab99e0

Browse files
committed
Updates
1 parent 2022ce1 commit dab99e0

7 files changed

Lines changed: 37 additions & 27 deletions

File tree

package-lock.json

Lines changed: 31 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"extract-comments": "^0.10.1",
3939
"jsdoc-to-markdown": "^3.0.0",
4040
"gene-rator": "0.0.1-pre",
41-
"mocha": "^3.5.0",
41+
"mocha": "^3.5.1",
4242
"mock-fs": "^4.4.1",
4343
"nyc": "^11.2.1",
4444
"pkg": "^4.2.4",

zeronet-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"clone": "^2.1.1",
2727
"data-queue": "0.0.2",
2828
"msgpack5": "^3.5.1",
29-
"pull-queue": "^0.1.3",
29+
"pull-queue": "^0.1.4",
3030
"pull-stream": "^3.6.1",
3131
"zeronet-client": "file:../zeronet-client"
3232
}

zeronet-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"peer-id": "^0.10.1",
3434
"peer-info": "^0.11.0",
3535
"pull-defer": "^0.2.2",
36-
"pull-queue": "^0.1.3",
36+
"pull-queue": "^0.1.4",
3737
"pull-stream": "^3.6.1",
3838
"uuid": "^3.1.0"
3939
},

zeronet-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"protons": "^1.0.0",
3333
"pull-catch": "^1.0.0",
3434
"pull-protocol-buffers": "^0.1.1",
35-
"pull-queue": "^0.1.3",
35+
"pull-queue": "^0.1.4",
3636
"pull-stream": "^3.6.1",
3737
"zeronet-client": "file:../zeronet-client",
3838
"zeronet-common": "file:../zeronet-common",

zeronet-swarm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"libp2p-railing": "^0.7.1",
3939
"libp2p-secio": "^0.8.1",
4040
"libp2p-spdy": "^0.11.0",
41-
"libp2p-swarm": "^0.32.3",
41+
"libp2p-swarm": "^0.32.4",
4242
"libp2p-websocket-star-multi": "github:mkg20001/js-libp2p-websocket-star-multi",
4343
"mafmt": "^3.0.1",
4444
"multiaddr": "^3.0.1",

zeronet-zite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"async": "^2.5.0",
2828
"pull-cache": "0.0.0",
2929
"pull-defer": "^0.2.2",
30-
"pull-queue": "^0.1.3",
30+
"pull-queue": "^0.1.4",
3131
"pull-stream": "^3.6.1",
3232
"uuid": "^3.1.0",
3333
"zeronet-client": "file:../zeronet-client",

0 commit comments

Comments
 (0)