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

Commit 9c3e990

Browse files
chore(deps): bump ipfs-http-client from 58.0.1 to 59.0.0
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] <support@github.com>
1 parent 8ff0548 commit 9c3e990

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/browser-exchange-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@playwright/test": "^1.12.3",
2525
"ipfs": "^0.64.0",
2626
"ipfs-core-types": "^0.12.0",
27-
"ipfs-http-client": "^58.0.0",
27+
"ipfs-http-client": "^59.0.0",
2828
"playwright": "^1.12.3",
2929
"process": "^0.11.10",
3030
"rimraf": "^3.0.2",

examples/circuit-relaying/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@playwright/test": "^1.12.3",
2929
"events": "^3.3.0",
3030
"fs-extra": "^10.0.0",
31-
"ipfs-http-client": "^58.0.0",
31+
"ipfs-http-client": "^59.0.0",
3232
"playwright": "^1.12.3",
3333
"process": "^0.11.10",
3434
"rimraf": "^3.0.2",

examples/custom-ipld-formats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dag-jose": "^2.0.1",
1515
"ipfs-core": "^0.16.0",
1616
"ipfs-daemon": "^0.14.0",
17-
"ipfs-http-client": "^58.0.0",
17+
"ipfs-http-client": "^59.0.0",
1818
"multiformats": "^9.6.5",
1919
"uint8arrays": "^3.0.0"
2020
},

examples/http-client-browser-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"browserslist": "last 1 Chrome version",
1717
"dependencies": {
18-
"ipfs-http-client": "^58.0.0",
18+
"ipfs-http-client": "^59.0.0",
1919
"kubo-rpc-client": "^1.0.1"
2020
},
2121
"devDependencies": {

examples/http-client-bundle-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"last 1 Chrome version"
1919
],
2020
"dependencies": {
21-
"ipfs-http-client": "^58.0.0",
21+
"ipfs-http-client": "^59.0.0",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2"
2424
},

examples/http-client-name-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"browserslist": "last 1 Chrome version",
1717
"dependencies": {
18-
"ipfs-http-client": "^58.0.0",
18+
"ipfs-http-client": "^59.0.0",
1919
"kubo-rpc-client": "^1.0.1"
2020
},
2121
"devDependencies": {

examples/http-client-upload-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"browserslist": "last 1 Chrome version",
2020
"dependencies": {
21-
"ipfs-http-client": "^58.0.0",
21+
"ipfs-http-client": "^59.0.0",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2"
2424
},

0 commit comments

Comments
 (0)