From 5abf17d59ab76bc0005e76ae3ada92ad8d262a63 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 7 Oct 2024 15:55:25 +0100 Subject: [PATCH] fix: update helia and libp2p deps (#313) Updates to helia@5.x.x and libp2p@2.x.x deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 61b7ef4..ee67a54 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "test": "npm run build && test-browser-example test" }, "dependencies": { - "@helia/unixfs": "^3.0.0", - "helia": "^4.0.1", + "@helia/unixfs": "^4.0.0", + "helia": "^5.0.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0",