Skip to content

Commit 70bb3fd

Browse files
bismuth01seetadev
andauthored
fix: change package.json to match package-lock.json for transport-interop js/v2.x (#733)
The PR fixes a real build failure that prevents Docker images from being built for js/v2.x. The fix is correct, properly scoped, and necessary for the CI/CD pipeline to work. Follow-up Action Required: Once this PR is merged and JavaScript builds are confirmed to work, the transport-interop/test-ignore.txt file should be cleared (made empty). Current state: The file contains: js-v1.x|js-v2.x|js-v3.x This causes all JavaScript tests to be excluded from the full test suite in GitHub Actions Co-authored-by: Luca< @acul71> Co-authored-by: Siddhartha <@bismuth01> Co-authored-by: Manu Sheel Gupta <manusheel.edu@gmail.com>
1 parent d8f8145 commit 70bb3fd

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

transport-interop/impl/js/v2.x/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transport-interop/impl/js/v2.x/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"dep-check": "aegir dep-check"
1212
},
1313
"devDependencies": {
14-
"@chainsafe/libp2p-noise": "^16.1.3",
14+
"@chainsafe/libp2p-noise": "^16.0.0",
1515
"@chainsafe/libp2p-yamux": "^7.0.1",
16-
"@libp2p/circuit-relay-v2": "^3.2.15",
17-
"@libp2p/identify": "^3.0.33",
16+
"@libp2p/circuit-relay-v2": "^2.1.1",
17+
"@libp2p/identify": "^3.0.6",
1818
"@libp2p/interface": "^2.1.2",
19-
"@libp2p/mplex": "^11.0.39",
20-
"@libp2p/ping": "^2.0.33",
21-
"@libp2p/tcp": "^10.1.14",
22-
"@libp2p/webrtc": "^5.2.16",
23-
"@libp2p/websockets": "^9.2.14",
24-
"@libp2p/webtransport": "^5.0.44",
25-
"@multiformats/multiaddr": "^12.4.1",
26-
"aegir": "^47.0.16",
27-
"libp2p": "^2.8.9",
19+
"@libp2p/mplex": "^11.0.6",
20+
"@libp2p/ping": "^2.0.6",
21+
"@libp2p/tcp": "^10.0.6",
22+
"@libp2p/webrtc": "^5.0.8",
23+
"@libp2p/websockets": "^9.0.6",
24+
"@libp2p/webtransport": "^5.0.8",
25+
"@multiformats/multiaddr": "^12.3.1",
26+
"aegir": "^44.1.1",
27+
"libp2p": "^2.1.4",
2828
"p-event": "^6.0.1",
29-
"redis": "^5.5.6"
29+
"redis": "^4.6.10"
3030
},
3131
"browser": {
3232
"@libp2p/tcp": false

0 commit comments

Comments
 (0)