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

Commit

Permalink
chore: updated example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 27, 2021
1 parent ef41f92 commit 4b79dcb
Show file tree
Hide file tree
Showing 29 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion examples/browser-add-readable-stream/package.json
Expand Up @@ -12,7 +12,7 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"test-ipfs-example": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/browser-browserify/package.json
Expand Up @@ -18,7 +18,7 @@
"concat-stream": "^2.0.0",
"execa": "^5.0.0",
"http-server": "^0.12.3",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"rimraf": "^3.0.2",
"test-ipfs-example": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-create-react-app/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"dot-prop": "^6.0.1",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"ipfs-css": "^1.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-exchange-files/package.json
Expand Up @@ -14,11 +14,11 @@
"browserify": "^17.0.0",
"execa": "^5.0.0",
"http-server": "^0.12.3",
"ipfs-http-client": "^50.1.2",
"ipfs-http-client": "^51.0.0",
"uint8arrays": "^2.1.6"
},
"dependencies": {
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"it-all": "^1.0.4",
"libp2p-websockets": "^0.16.1",
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-http-client-upload-file/package.json
Expand Up @@ -15,10 +15,10 @@
],
"license": "MIT",
"dependencies": {
"ipfs-http-client": "^50.1.2"
"ipfs-http-client": "^51.0.0"
},
"devDependencies": {
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"parcel": "2.0.0-beta.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-ipns-publish/package.json
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"human-crypto-keys": "^0.1.4",
"ipfs": "^0.55.4",
"ipfs-http-client": "^50.1.2",
"ipfs": "^0.56.0",
"ipfs-http-client": "^51.0.0",
"ipfs-utils": "^8.1.4",
"ipns": "^0.13.2",
"it-last": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-mfs/package.json
Expand Up @@ -22,7 +22,7 @@
"webpack-cli": "^4.5.0"
},
"dependencies": {
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"mime-sniffer": "~0.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/browser-parceljs/package.json
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"ipfs": "^0.55.4"
"ipfs": "^0.56.0"
},
"devDependencies": {
"parcel": "2.0.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-readablestream/package.json
Expand Up @@ -22,7 +22,7 @@
"webpack-cli": "^4.5.0"
},
"dependencies": {
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"it-to-stream": "^1.0.0",
"videostream": "^3.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-script-tag/package.json
Expand Up @@ -16,6 +16,6 @@
"test-ipfs-example": "^3.0.0"
},
"dependencies": {
"ipfs": "^0.55.4"
"ipfs": "^0.56.0"
}
}
8 changes: 4 additions & 4 deletions examples/browser-service-worker/package.json
Expand Up @@ -22,10 +22,10 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"ipfs": "^0.55.4",
"ipfs-message-port-client": "^0.6.4",
"ipfs-message-port-protocol": "^0.7.3",
"ipfs-message-port-server": "^0.7.3",
"ipfs": "^0.56.0",
"ipfs-message-port-client": "^0.7.0",
"ipfs-message-port-protocol": "^0.8.0",
"ipfs-message-port-server": "^0.8.0",
"process": "0.11.10"
},
"browserslist": [
Expand Down
6 changes: 3 additions & 3 deletions examples/browser-sharing-node-across-tabs/package.json
Expand Up @@ -25,9 +25,9 @@
"worker-loader": "^3.0.8"
},
"dependencies": {
"ipfs": "^0.55.4",
"ipfs-message-port-client": "^0.6.4",
"ipfs-message-port-server": "^0.7.3"
"ipfs": "^0.56.0",
"ipfs-message-port-client": "^0.7.0",
"ipfs-message-port-server": "^0.8.0"
},
"browserslist": [
"last 2 versions and not dead and > 2%"
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-video-streaming/package.json
Expand Up @@ -16,6 +16,6 @@
"test-ipfs-example": "^3.0.0"
},
"dependencies": {
"ipfs": "^0.55.4"
"ipfs": "^0.56.0"
}
}
2 changes: 1 addition & 1 deletion examples/browser-vue/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"core-js": "^3.6.4",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"vue": "^2.6.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webpack/package.json
Expand Up @@ -29,7 +29,7 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"ipfs": "^0.55.4"
"ipfs": "^0.56.0"
},
"browserslist": [
"last 2 versions and not dead and > 2%"
Expand Down
4 changes: 2 additions & 2 deletions examples/circuit-relaying/package.json
Expand Up @@ -15,15 +15,15 @@
"license": "MIT",
"dependencies": {
"delay": "^5.0.0",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"ipfs-pubsub-room": "^2.0.1",
"libp2p-websockets": "^0.16.1",
"uint8arrays": "^2.1.6"
},
"devDependencies": {
"execa": "^5.0.0",
"ipfs-css": "^1.3.0",
"ipfs-http-client": "^50.1.2",
"ipfs-http-client": "^51.0.0",
"parcel": "2.0.0-beta.2",
"rimraf": "^3.0.2",
"tachyons": "^4.11.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-ipfs-repo/package.json
Expand Up @@ -14,7 +14,7 @@
"@ipld/dag-pb": "^2.1.3",
"blockstore-datastore-adapter": "^1.0.0",
"datastore-fs": "^5.0.2",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"ipfs-repo": "^11.0.1",
"it-all": "^1.0.4",
"multiformats": "^9.4.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-ipld-formats/package.json
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"dag-jose": "^1.0.0",
"ipfs-daemon": "^0.7.2",
"ipfs-core": "^0.8.0",
"ipfs-http-client": "^50.1.2",
"ipfs-daemon": "^0.8.0",
"ipfs-core": "^0.9.0",
"ipfs-http-client": "^51.0.0",
"multiformats": "^9.4.1",
"uint8arrays": "^2.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-libp2p/package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"libp2p": "^0.32.0",
"libp2p-bootstrap": "^0.12.3",
"libp2p-kad-dht": "^0.23.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/http-client-browser-pubsub/package.json
Expand Up @@ -13,15 +13,15 @@
"author": "Alan Shaw",
"license": "MIT",
"dependencies": {
"ipfs-http-client": "^50.1.2"
"ipfs-http-client": "^51.0.0"
},
"browserslist": [
"last 2 versions and not dead and > 2%"
],
"devDependencies": {
"execa": "^5.0.0",
"go-ipfs": "0.8.0",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"ipfsd-ctl": "^9.0.0",
"parcel": "2.0.0-beta.2",
"test-ipfs-example": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/http-client-bundle-webpack/package.json
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"keywords": [],
"dependencies": {
"ipfs-http-client": "^50.1.2",
"ipfs-http-client": "^51.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand All @@ -24,7 +24,7 @@
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^8.1.0",
"execa": "^5.0.0",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"ipfsd-ctl": "^9.0.0",
"react-hot-loader": "^4.12.21",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-name-api/package.json
Expand Up @@ -13,7 +13,7 @@
"author": "Tara Vancil <tbvanc@gmail.com>",
"license": "MIT",
"dependencies": {
"ipfs-http-client": "^50.1.2"
"ipfs-http-client": "^51.0.0"
},
"devDependencies": {
"execa": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ipfs-101/package.json
Expand Up @@ -10,7 +10,7 @@
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"dependencies": {
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"it-all": "^1.0.4",
"uint8arrays": "^2.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/ipfs-client-add-files/package.json
Expand Up @@ -11,11 +11,11 @@
"test": "test-ipfs-example"
},
"dependencies": {
"ipfs-client": "^0.4.3"
"ipfs-client": "^0.5.0"
},
"devDependencies": {
"execa": "^5.0.0",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"ipfsd-ctl": "^9.0.0",
"parcel": "2.0.0-beta.2",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/run-in-electron/package.json
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"electron": "^12.0.2",
"electron-rebuild": "^2.3.4",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"test-ipfs-example": "^3.0.0"
},
"greenkeeper": {
Expand Down
2 changes: 1 addition & 1 deletion examples/running-multiple-nodes/package.json
Expand Up @@ -13,6 +13,6 @@
"test-ipfs-example": "^3.0.0"
},
"dependencies": {
"ipfs": "^0.55.4"
"ipfs": "^0.56.0"
}
}
2 changes: 1 addition & 1 deletion examples/traverse-ipld-graphs/package.json
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@ipld/dag-pb": "^2.1.3",
"ipfs": "^0.55.4",
"ipfs": "^0.56.0",
"ipld-git": "^0.6.1",
"ipld-ethereum": "^6.0.0",
"multiformats": "^9.4.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/types-use-ipfs-from-ts/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "example-types-use-ipfs-from-ts",
"private": true,
"dependencies": {
"ipfs": "^0.55.4"
"ipfs": "^0.56.0"
},
"devDependencies": {
"typescript": "4.2.x"
Expand Down
2 changes: 1 addition & 1 deletion examples/types-use-ipfs-from-typed-js/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "example-types-use-ipfs-from-typed-js",
"private": true,
"dependencies": {
"ipfs": "^0.55.4"
"ipfs": "^0.56.0"
},
"devDependencies": {
"typescript": "4.2.x"
Expand Down

0 comments on commit 4b79dcb

Please sign in to comment.