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

Commit

Permalink
chore: upgrade go-ipfs to 0.9.x (#3805)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 11, 2021
1 parent 2f3df7a commit 2886134
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/browser-ipns-publish/package.json
Expand Up @@ -17,7 +17,7 @@
"ipfs": "^0.56.1",
"ipfs-http-client": "^51.0.1",
"ipfs-utils": "^8.1.4",
"ipns": "^0.13.2",
"ipns": "^0.13.3",
"it-last": "^1.0.4",
"p-retry": "^4.2.0",
"uint8arrays": "^2.1.6"
Expand All @@ -29,7 +29,7 @@
"delay": "^5.0.0",
"execa": "^5.0.0",
"ipfsd-ctl": "^10.0.3",
"go-ipfs": "0.8.0",
"go-ipfs": "0.9.1",
"parcel": "2.0.0-beta.2",
"path": "^0.12.7",
"test-ipfs-example": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-browser-pubsub/package.json
Expand Up @@ -20,7 +20,7 @@
],
"devDependencies": {
"execa": "^5.0.0",
"go-ipfs": "0.8.0",
"go-ipfs": "0.9.1",
"ipfs": "^0.56.1",
"ipfsd-ctl": "^10.0.3",
"parcel": "2.0.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-name-api/package.json
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"execa": "^5.0.0",
"go-ipfs": "0.8.0",
"go-ipfs": "0.9.1",
"ipfsd-ctl": "^10.0.3",
"parcel": "2.0.0-beta.2",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Expand Up @@ -52,7 +52,7 @@
"ipfs-unixfs": "^5.0.0",
"ipfs-unixfs-importer": "^8.0.2",
"ipfs-utils": "^8.1.4",
"ipns": "^0.13.2",
"ipns": "^0.13.3",
"is-ipfs": "^6.0.1",
"iso-random-stream": "^2.0.0",
"it-all": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core/package.json
Expand Up @@ -82,7 +82,7 @@
"ipfs-unixfs-exporter": "^6.0.2",
"ipfs-unixfs-importer": "^8.0.2",
"ipfs-utils": "^8.1.4",
"ipns": "^0.13.2",
"ipns": "^0.13.3",
"is-domain-name": "^1.0.1",
"is-ipfs": "^6.0.1",
"it-all": "^1.0.4",
Expand Down Expand Up @@ -133,7 +133,7 @@
"@types/rimraf": "^3.0.1",
"aegir": "^34.0.2",
"delay": "^5.0.0",
"go-ipfs": "0.8.0",
"go-ipfs": "0.9.1",
"interface-blockstore-tests": "^1.0.0",
"interface-ipfs-core": "^0.148.0",
"ipfsd-ctl": "^10.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/package.json
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"aegir": "^34.0.2",
"delay": "^5.0.0",
"go-ipfs": "0.8.0",
"go-ipfs": "0.9.1",
"ipfsd-ctl": "^10.0.3",
"it-all": "^1.0.4",
"it-first": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Expand Up @@ -51,7 +51,7 @@
"assert": "^2.0.0",
"cross-env": "^7.0.0",
"electron-webrtc": "^0.3.0",
"go-ipfs": "0.8.0",
"go-ipfs": "0.9.1",
"interface-ipfs-core": "^0.148.0",
"ipfs-client": "^0.5.1",
"ipfs-core-types": "^0.6.1",
Expand Down

0 comments on commit 2886134

Please sign in to comment.