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

Commit 5681eb4

Browse files
chore(deps): bump ipfs from 0.64.2 to 0.65.0
Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.64.2 to 0.65.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-v0.64.2...ipfs-v0.65.0) --- updated-dependencies: - dependency-name: ipfs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49250ad commit 5681eb4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/browser-exchange-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/core": "^7.14.8",
2323
"@libp2p/webrtc-star-signalling-server": "^2.0.1",
2424
"@playwright/test": "^1.12.3",
25-
"ipfs": "^0.64.0",
25+
"ipfs": "^0.65.0",
2626
"ipfs-core-types": "^0.12.0",
2727
"ipfs-http-client": "^58.0.0",
2828
"playwright": "^1.12.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/core": "^7.14.8",
2222
"@playwright/test": "^1.12.3",
2323
"go-ipfs": "^0.15.0",
24-
"ipfs": "^0.64.0",
24+
"ipfs": "^0.65.0",
2525
"playwright": "^1.12.3",
2626
"process": "^0.11.10",
2727
"rimraf": "^3.0.2",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"copy-webpack-plugin": "^10.0.0",
3232
"css-loader": "^6.2.0",
3333
"html-webpack-plugin": "^5.3.1",
34-
"ipfs": "^0.64.0",
34+
"ipfs": "^0.65.0",
3535
"node-polyfill-webpack-plugin": "^2.0.1",
3636
"playwright": "^1.12.3",
3737
"react-hot-loader": "^4.12.21",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@babel/core": "^7.14.8",
2727
"@playwright/test": "^1.12.3",
28-
"ipfs": "^0.64.0",
28+
"ipfs": "^0.65.0",
2929
"playwright": "^1.12.3",
3030
"process": "^0.11.10",
3131
"rimraf": "^3.0.2",

examples/running-multiple-nodes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "node tests/test.js"
1515
},
1616
"dependencies": {
17-
"ipfs": "^0.64.0"
17+
"ipfs": "^0.65.0"
1818
},
1919
"devDependencies": {
2020
"nanoid": "^4.0.0",

0 commit comments

Comments
 (0)