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

Commit 355e810

Browse files
chore(deps): bump ipfs-http-client from 53.0.1 to 54.0.2 (#115)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb31a10 commit 355e810

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/browser-exchange-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@playwright/test": "^1.12.3",
2323
"ipfs": "^0.59.0",
2424
"ipfs-core-types": "^0.8.0",
25-
"ipfs-http-client": "^53.0.0",
25+
"ipfs-http-client": "^54.0.2",
2626
"libp2p-webrtc-star-signalling-server": "^0.1.0",
2727
"parcel": "latest",
2828
"playwright": "^1.12.3",

examples/browser-ipns-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"human-crypto-keys": "^0.1.4",
2626
"ipfs-core": "^0.12.2",
27-
"ipfs-http-client": "^53.0.0",
27+
"ipfs-http-client": "^54.0.2",
2828
"ipfs-utils": "^9.0.2",
2929
"ipns": "^0.16.0",
3030
"it-last": "^1.0.4",

examples/circuit-relaying/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/core": "^7.14.8",
2727
"@playwright/test": "^1.12.3",
2828
"fs-extra": "^10.0.0",
29-
"ipfs-http-client": "^53.0.0",
29+
"ipfs-http-client": "^54.0.2",
3030
"parcel": "latest",
3131
"playwright": "^1.12.3",
3232
"rimraf": "^3.0.2",

examples/custom-ipld-formats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dag-jose": "^1.0.0",
1414
"ipfs-core": "^0.12.2",
1515
"ipfs-daemon": "^0.10.4",
16-
"ipfs-http-client": "^53.0.0",
16+
"ipfs-http-client": "^54.0.2",
1717
"multiformats": "^9.4.1",
1818
"uint8arrays": "^3.0.0"
1919
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"browserslist": "last 1 Chrome version",
1616
"dependencies": {
17-
"ipfs-http-client": "^53.0.0"
17+
"ipfs-http-client": "^54.0.2"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.14.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"last 1 Chrome version"
1818
],
1919
"dependencies": {
20-
"ipfs-http-client": "^53.0.0",
20+
"ipfs-http-client": "^54.0.2",
2121
"react": "^17.0.2",
2222
"react-dom": "^17.0.2"
2323
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"browserslist": "last 1 Chrome version",
1616
"dependencies": {
17-
"ipfs-http-client": "^53.0.0"
17+
"ipfs-http-client": "^54.0.2"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.14.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"browserslist": "last 1 Chrome version",
1919
"dependencies": {
20-
"ipfs-http-client": "^53.0.0",
20+
"ipfs-http-client": "^54.0.2",
2121
"react": "^17.0.2",
2222
"react-dom": "^17.0.2"
2323
},

0 commit comments

Comments
 (0)