Skip to content

Commit

Permalink
chore(deps): bump helia from 3.0.1 to 4.0.1 (#283)
Browse files Browse the repository at this point in the history
* chore(deps): bump helia from 3.0.1 to 4.0.1

Bumps [helia](https://github.com/ipfs/helia) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v3.0.1...helia-v4.0.1)

---
updated-dependencies:
- dependency-name: helia
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump @helia/interface from 3.0.1 to 4.0.0 (#273)

Bumps [@helia/interface](https://github.com/ipfs/helia) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v3.0.1...ipns-v4.0.0)

---
updated-dependencies:
- dependency-name: "@helia/interface"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>

* chore(deps): bump @helia/car from 2.0.1 to 3.0.0 (#276)

Bumps [@helia/car](https://github.com/ipfs/helia) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@car-v2.0.1...car-v3.0.0)

---
updated-dependencies:
- dependency-name: "@helia/car"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @helia/unixfs from 2.0.1 to 3.0.0 (#274)

Bumps [@helia/unixfs](https://github.com/ipfs/helia) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@car-v2.0.1...car-v3.0.0)

---
updated-dependencies:
- dependency-name: "@helia/unixfs"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>

* chore(deps): bump @helia/dag-cbor from 2.0.1 to 3.0.0 (#279)

Bumps [@helia/dag-cbor](https://github.com/ipfs/helia) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@car-v2.0.1...car-v3.0.0)

---
updated-dependencies:
- dependency-name: "@helia/dag-cbor"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>

* chore: use HeliaLibp2p where appropriate

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Feb 8, 2024
1 parent 73453d6 commit 48a1131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test": "npm run build && test-browser-example test"
},
"dependencies": {
"@helia/unixfs": "^2.0.1",
"helia": "^3.0.1",
"@helia/unixfs": "^3.0.0",
"helia": "^4.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 48a1131

Please sign in to comment.