Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 44f4cd8

Browse files
authored
fix: update examples to run with latest js-ipfs (#232)
Updates all examples to the latest deps
1 parent ba5d321 commit 44f4cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
},
1818
"browserslist": "last 1 Chrome version",
1919
"dependencies": {
20-
"ipfs-http-client": "^54.0.2",
20+
"ipfs-http-client": "^56.0.0",
2121
"react": "^17.0.2",
2222
"react-dom": "^17.0.2"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.14.8",
2626
"@playwright/test": "^1.12.3",
27-
"ipfs": "^0.60.2",
27+
"ipfs": "^0.62.0",
2828
"parcel": "latest",
2929
"playwright": "^1.12.3",
3030
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)