Skip to content

Commit

Permalink
chore(deps): bump helia from 1.3.8 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [helia](https://github.com/ipfs/helia) from 1.3.8 to 2.0.3.
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v1.3.8...helia-v2.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 96c0013 commit 3dcaf80
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/helia-101/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@libp2p/tcp": "^7.0.1",
"blockstore-core": "^4.1.0",
"datastore-core": "^9.1.1",
"helia": "^1.0.0",
"helia": "^2.0.3",
"libp2p": "^0.45.0"
},
"devDependencies": {
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
2 changes: 1 addition & 1 deletion examples/helia-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "xvfb-maybe test-node-example test/*"
},
"dependencies": {
"helia": "^1.3.7"
"helia": "^2.0.3"
},
"devDependencies": {
"electron": "^25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-jest-typescript/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": {
"@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
2 changes: 1 addition & 1 deletion examples/helia-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@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
2 changes: 1 addition & 1 deletion examples/helia-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"browserslist": "last 1 Chrome version",
"dependencies": {
"@helia/unixfs": "1.2.1",
"helia": "1.3.8"
"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 3dcaf80

Please sign in to comment.