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 from 0.64.2 to 0.65.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2022
1 parent 49250ad commit 5681eb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -22,7 +22,7 @@
"@babel/core": "^7.14.8",
"@libp2p/webrtc-star-signalling-server": "^2.0.1",
"@playwright/test": "^1.12.3",
"ipfs": "^0.64.0",
"ipfs": "^0.65.0",
"ipfs-core-types": "^0.12.0",
"ipfs-http-client": "^58.0.0",
"playwright": "^1.12.3",
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 @@ -21,7 +21,7 @@
"@babel/core": "^7.14.8",
"@playwright/test": "^1.12.3",
"go-ipfs": "^0.15.0",
"ipfs": "^0.64.0",
"ipfs": "^0.65.0",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^3.0.2",
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 @@ -31,7 +31,7 @@
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"ipfs": "^0.64.0",
"ipfs": "^0.65.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"playwright": "^1.12.3",
"react-hot-loader": "^4.12.21",
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 @@ -25,7 +25,7 @@
"devDependencies": {
"@babel/core": "^7.14.8",
"@playwright/test": "^1.12.3",
"ipfs": "^0.64.0",
"ipfs": "^0.65.0",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/running-multiple-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "node tests/test.js"
},
"dependencies": {
"ipfs": "^0.64.0"
"ipfs": "^0.65.0"
},
"devDependencies": {
"nanoid": "^4.0.0",
Expand Down

0 comments on commit 5681eb4

Please sign in to comment.