From eb836ef15f6bc754fbab4fdbe47c76f5492a56d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 12:16:34 +0100 Subject: [PATCH] deps: bump @helia/interface from 1.2.2 to 2.0.0 (#32) * deps: bump @helia/interface from 1.2.2 to 2.0.0 Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * deps(dev): bump helia from 1.3.12 to 2.0.1 (#31) Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/helia-v1.3.12...helia-v2.0.1) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides --- packages/dag-json/package.json | 2 +- packages/interop/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 3925672e..eef0e31a 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -134,7 +134,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^1.0.0", + "@helia/interface": "^2.0.0", "@ipld/dag-json": "^10.0.1", "@libp2p/interfaces": "^3.3.1", "interface-blockstore": "^5.0.0", diff --git a/packages/interop/package.json b/packages/interop/package.json index 90e7a067..695f1e96 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -49,11 +49,11 @@ }, "devDependencies": { "@helia/dag-json": "^1.0.0", - "@helia/interface": "^1.0.0", + "@helia/interface": "^2.0.0", "@libp2p/websockets": "^7.0.5", "aegir": "^40.0.11", "go-ipfs": "^0.22.0", - "helia": "^1.0.0", + "helia": "^2.0.1", "ipfs-core-types": "^0.14.0", "ipfsd-ctl": "^13.0.0", "kubo-rpc-client": "^3.0.0",