Skip to content

Commit

Permalink
deps: update libp2p deps to v2 (#170)
Browse files Browse the repository at this point in the history
Updates examples to use the new libp2p release
  • Loading branch information
achingbrain authored Sep 18, 2024
1 parent d6fc03d commit 2d0fa53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"test": "npm run build && test-browser-example test"
},
"dependencies": {
"@helia/delegated-routing-v1-http-api-client": "^3.0.1",
"@helia/delegated-routing-v1-http-api-server": "^3.0.3",
"libp2p": "^1.0.8",
"@helia/delegated-routing-v1-http-api-client": "^4.0.0",
"@helia/delegated-routing-v1-http-api-server": "^4.0.0",
"libp2p": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"test-ipfs-example": "^1.0.0",
"eslint-config-ipfs": "^7.0.2",
"helia": "^4.2.4"
"helia": "next"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit 2d0fa53

Please sign in to comment.