Skip to content

Commit

Permalink
chore(deps): bump libp2p, helia, etc to latest versions (#177)
Browse files Browse the repository at this point in the history
Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.45.9 to 0.46.14.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
- [Commits](libp2p/js-libp2p@libp2p-v0.45.9...libp2p-v0.46.14)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

---------

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 Oct 12, 2023
1 parent 6ed2e8d commit 4e0f15c
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions examples/helia-101/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"test": "test-node-example test/*"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.1",
"@chainsafe/libp2p-noise": "^13.0.1",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/unixfs": "^1.4.1",
"@libp2p/bootstrap": "^8.0.0",
"@libp2p/tcp": "^7.0.1",
"@libp2p/bootstrap": "^9.0.8",
"@libp2p/tcp": "^8.0.9",
"blockstore-core": "^4.1.0",
"datastore-core": "^9.1.1",
"helia": "^1.0.0",
"libp2p": "^0.45.0"
"helia": "^2.0.3",
"libp2p": "^0.46.14"
},
"devDependencies": {
"test-ipfs-example": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@helia/unixfs": "^1.4.1",
"helia": "^1.0.0"
"helia": "^2.0.3"
},
"devDependencies": {
"test-ipfs-example": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-create-car/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@helia/car": "^1.0.0",
"@helia/unixfs": "^1.4.1",
"@ipld/car": "^5.1.1",
"helia": "^1.3.8",
"helia": "^2.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/helia-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"test": "xvfb-maybe test-node-example test/*"
},
"dependencies": {
"helia": "^1.3.7"
"helia": "^2.0.3"
},
"devDependencies": {
"electron": "^25.0.1",
"electron": "^27.0.0",
"electron-rebuild": "^3.1.1",
"test-ipfs-example": "^1.0.0",
"xvfb-maybe": "^0.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/helia-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"browserslist": "last 1 Chrome version",
"dependencies": {
"@helia/unixfs": "^1.4.1",
"helia": "^1.0.0"
"helia": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@playwright/test": "^1.12.3",
"esbuild": "^0.17.16",
"esbuild": "^0.19.4",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/helia-jest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@helia/interface": "^1.2.2",
"helia": "^1.3.12"
"@helia/interface": "^2.0.0",
"helia": "^2.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"helia": "^1.3.12"
"helia": "^2.0.3"
},
"devDependencies": {
"jest": "^29.6.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/helia-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "NODE_OPTIONS=--experimental-vm-modules jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@helia/interface": "^1.2.2",
"@helia/interface": "^2.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"helia": "^1.0.0",
"helia": "^2.0.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "npm run build && test-browser-example test"
},
"dependencies": {
"helia": "^1.3.8",
"helia": "^2.0.3",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/helia-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"browserslist": "last 1 Chrome version",
"dependencies": {
"@helia/unixfs": "1.2.1",
"helia": "1.3.8"
"@helia/unixfs": "^1.4.1",
"helia": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-ts-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "test-node-example test/*"
},
"dependencies": {
"helia": "^1.3.12"
"helia": "^2.0.3"
},
"devDependencies": {
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "npm run build && test-node-example test/*"
},
"dependencies": {
"helia": "^1.0.0"
"helia": "^2.0.3"
},
"devDependencies": {
"test-ipfs-example": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@helia/unixfs": "^1.4.1",
"helia": "^1.0.0",
"helia": "^2.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@helia/unixfs": "^1.4.1",
"helia": "^1.0.0",
"helia": "^2.0.3",
"it-all": "^3.0.1",
"vue": "^3.2.47"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@helia/unixfs": "^1.4.1",
"helia": "^1.0.0",
"helia": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 4e0f15c

Please sign in to comment.