Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump ipfs-http-client from 58.0.1 to 59.0.0
Browse files Browse the repository at this point in the history
Bumps [ipfs-http-client](https://github.com/ipfs/js-ipfs) from 58.0.1 to 59.0.0.
- [Release notes](https://github.com/ipfs/js-ipfs/releases)
- [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
- [Commits](ipfs/js-ipfs@ipfs-http-client-v58.0.1...ipfs-http-client-v59.0.0)

---
updated-dependencies:
- dependency-name: ipfs-http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent 49250ad commit bec5427
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/browser-exchange-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@playwright/test": "^1.12.3",
"ipfs": "^0.64.0",
"ipfs-core-types": "^0.12.0",
"ipfs-http-client": "^58.0.0",
"ipfs-http-client": "^59.0.0",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-ipns-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@libp2p/websockets": "^3.0.3",
"ipfs-core": "^0.16.0",
"ipfs-http-client": "^58.0.0",
"ipfs-http-client": "^59.0.0",
"ipfs-utils": "^9.0.6",
"ipns": "^2.0.3",
"it-last": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/circuit-relaying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@playwright/test": "^1.12.3",
"events": "^3.3.0",
"fs-extra": "^10.0.0",
"ipfs-http-client": "^58.0.0",
"ipfs-http-client": "^59.0.0",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-ipld-formats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dag-jose": "^2.0.1",
"ipfs-core": "^0.16.0",
"ipfs-daemon": "^0.14.0",
"ipfs-http-client": "^58.0.0",
"ipfs-http-client": "^59.0.0",
"multiformats": "^9.6.5",
"uint8arrays": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-browser-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"browserslist": "last 1 Chrome version",
"dependencies": {
"ipfs-http-client": "^58.0.0"
"ipfs-http-client": "^59.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-bundle-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"last 1 Chrome version"
],
"dependencies": {
"ipfs-http-client": "^58.0.0",
"ipfs-http-client": "^59.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-name-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"browserslist": "last 1 Chrome version",
"dependencies": {
"ipfs-http-client": "^58.0.0"
"ipfs-http-client": "^59.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-upload-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"browserslist": "last 1 Chrome version",
"dependencies": {
"ipfs-http-client": "^58.0.0",
"ipfs-http-client": "^59.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down

0 comments on commit bec5427

Please sign in to comment.