Skip to content

Commit 9e3ef64

Browse files
deps(dev): bump @chainsafe/libp2p-gossipsub from 7.0.0 to 8.0.0 (#1760)
* deps(dev): bump @chainsafe/libp2p-gossipsub from 7.0.0 to 8.0.0 Bumps [@chainsafe/libp2p-gossipsub](https://github.com/ChainSafe/js-libp2p-gossipsub) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/ChainSafe/js-libp2p-gossipsub/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-gossipsub/blob/master/CHANGELOG.md) - [Commits](ChainSafe/js-libp2p-gossipsub@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-gossipsub" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: remove ignore --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent 710da91 commit 9e3ef64

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"xsalsa20": "^1.1.0"
186186
},
187187
"devDependencies": {
188-
"@chainsafe/libp2p-gossipsub": "^7.0.0",
188+
"@chainsafe/libp2p-gossipsub": "^8.0.0",
189189
"@chainsafe/libp2p-noise": "^12.0.0",
190190
"@chainsafe/libp2p-yamux": "^4.0.1",
191191
"@libp2p/bootstrap": "^8.0.0",

test/interop.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ async function createJsPeer (options: SpawnOptions): Promise<Daemon> {
146146
if (options.pubsubRouter === 'floodsub') {
147147
services.pubsub = floodsub()
148148
} else {
149-
// @ts-expect-error remove after gossipsub is upgraded to @libp2p/[email protected]
150149
services.pubsub = gossipsub()
151150
}
152151
}

0 commit comments

Comments
 (0)