Skip to content

Commit baa7d67

Browse files
authored
chore: update pubsub interface to run subsystem tests (#113)
1 parent f2be38d commit baa7d67

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [windows-latest, ubuntu-latest, macos-latest]
25-
node: [14, 15]
25+
node: [14, 16]
2626
fail-fast: true
2727
steps:
2828
- uses: actions/checkout@v2

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,28 @@
4444
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",
4545
"devDependencies": {
4646
"@types/debug": "^4.1.5",
47-
"aegir": "^33.0.0",
47+
"aegir": "^33.2.0",
4848
"benchmark": "^2.1.4",
4949
"buffer": "^6.0.3",
5050
"chai": "^4.3.4",
51-
"ipfs-utils": "^6.0.6",
51+
"ipfs-utils": "^8.1.0",
5252
"it-pair": "^1.0.0",
53-
"libp2p": "^0.30.0",
54-
"libp2p-mplex": "^0.10.1",
55-
"libp2p-noise": "^2.0.1",
56-
"libp2p-websockets": "^0.15.5",
53+
"libp2p": "^0.31.6",
54+
"libp2p-mplex": "^0.10.3",
55+
"libp2p-noise": "^3.0.0",
56+
"libp2p-websockets": "^0.15.7",
5757
"multiaddr": "^9.0.1",
5858
"os": "^0.1.1",
5959
"p-wait-for": "^3.1.0",
60-
"peer-id": "^0.14.2",
61-
"sinon": "^10.0.0"
60+
"peer-id": "^0.14.8",
61+
"sinon": "^11.1.1",
62+
"util": "^0.12.3"
6263
},
6364
"dependencies": {
6465
"debug": "^4.2.0",
65-
"libp2p-interfaces": "^0.10.0",
66+
"libp2p-interfaces": "^0.11.0",
6667
"time-cache": "^0.3.0",
67-
"uint8arrays": "^2.1.4"
68+
"uint8arrays": "^2.1.5"
6869
},
6970
"contributors": [
7071
"David Dias <[email protected]>",

0 commit comments

Comments
 (0)