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

Commit

Permalink
chore: update internal dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 1, 2020
1 parent 422472c commit 5e0a18a
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions examples/browser-add-readable-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"ipfs": "^0.44.0",
"test-ipfs-example": "^2.0.1"
"ipfs": "^0.45.0",
"test-ipfs-example": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/browser-browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"concat-stream": "^2.0.0",
"execa": "^4.0.0",
"http-server": "^0.11.1",
"ipfs": "^0.44.0",
"test-ipfs-example": "^2.0.1"
"ipfs": "^0.45.0",
"test-ipfs-example": "^2.0.3"
},
"browser": {
"ipfs": "ipfs/dist/index.min.js"
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"private": true,
"dependencies": {
"dot-prop": "^5.0.0",
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"ipfs-css": "^0.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.2.0",
"tachyons": "^4.11.1"
},
"devDependencies": {
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-mfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"terser-webpack-plugin": "^1.2.1",
"test-ipfs-example": "^2.0.1",
"test-ipfs-example": "^2.0.3",
"webpack": "^4.28.4",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"mime-sniffer": "~0.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/browser-parceljs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"ipfs": "^0.44.0"
"ipfs": "^0.45.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
Expand All @@ -29,6 +29,6 @@
"babel-polyfill": "^6.26.0",
"parcel-bundler": "^1.12.4",
"standard": "^13.1.0",
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/browser-readablestream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"terser-webpack-plugin": "^1.2.1",
"test-ipfs-example": "^2.0.1",
"test-ipfs-example": "^2.0.3",
"webpack": "^4.28.4"
},
"dependencies": {
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"it-to-stream": "^0.1.1",
"videostream": "^3.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-script-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"devDependencies": {
"http-server": "^0.11.1",
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
},
"dependencies": {
"ipfs": "^0.44.0"
"ipfs": "^0.45.0"
}
}
4 changes: 2 additions & 2 deletions examples/browser-video-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"devDependencies": {
"http-server": "^0.11.1",
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
},
"dependencies": {
"ipfs": "^0.44.0"
"ipfs": "^0.45.0"
}
}
4 changes: 2 additions & 2 deletions examples/browser-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"core-js": "^3.6.4",
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"vue": "^2.6.11"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.1",
"test-ipfs-example": "^2.0.1",
"test-ipfs-example": "^2.0.3",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.8",
"test-ipfs-example": "^2.0.1",
"test-ipfs-example": "^2.0.3",
"webpack": "^4.28.4",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"ipfs": "^0.44.0"
"ipfs": "^0.45.0"
},
"browserslist": [
">1%",
Expand Down
6 changes: 3 additions & 3 deletions examples/circuit-relaying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"author": "Dmitriy Ryajov <dryajov@gmail.com>",
"license": "MIT",
"dependencies": {
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"ipfs-pubsub-room": "^2.0.1"
},
"devDependencies": {
"execa": "^4.0.0",
"ipfs-css": "^0.13.1",
"ipfs-http-client": "^44.0.3",
"ipfs-http-client": "^44.1.1",
"parcel-bundler": "^1.12.4",
"tachyons": "^4.9.1",
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
},
"browserslist": [
">1%",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-ipfs-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"license": "MIT",
"dependencies": {
"datastore-fs": "^1.1.0",
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"ipfs-repo": "^3.0.0",
"it-all": "^1.0.1"
},
"devDependencies": {
"execa": "^4.0.0",
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/custom-libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"libp2p": "^0.27.7",
"libp2p-bootstrap": "^0.10.3",
"libp2p-kad-dht": "^0.18.7",
Expand All @@ -22,6 +22,6 @@
},
"devDependencies": {
"execa": "^4.0.0",
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/exchange-files-in-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"browserify": "^16.2.3",
"execa": "^4.0.0",
"http-server": "^0.11.1",
"ipfs-http-client": "^44.0.3"
"ipfs-http-client": "^44.1.1"
},
"dependencies": {
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"it-all": "^1.0.1",
"it-last": "^1.0.1",
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
},
"browser": {
"ipfs": "ipfs/dist/index.min.js"
Expand Down
6 changes: 3 additions & 3 deletions examples/explore-ethereum-blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"ipfs": "^0.44.0",
"ipfs-http-client": "^44.0.3",
"test-ipfs-example": "^2.0.1"
"ipfs": "^0.45.0",
"ipfs-http-client": "^44.1.1",
"test-ipfs-example": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/ipfs-101/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"dependencies": {
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"it-all": "^1.0.1"
},
"devDependencies": {
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/run-in-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"electron": "^6.0.0",
"electron-rebuild": "^1.8.4",
"ipfs": "^0.44.0",
"test-ipfs-example": "^2.0.1"
"ipfs": "^0.45.0",
"test-ipfs-example": "^2.0.3"
},
"greenkeeper": {
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions examples/running-multiple-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
},
"dependencies": {
"ipfs": "^0.44.0"
"ipfs": "^0.45.0"
}
}
4 changes: 2 additions & 2 deletions examples/traverse-ipld-graphs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"test-ipfs-example": "^2.0.1"
"test-ipfs-example": "^2.0.3"
},
"dependencies": {
"ipfs": "^0.44.0",
"ipfs": "^0.45.0",
"ipld-block": "^0.9.1"
}
}

0 comments on commit 5e0a18a

Please sign in to comment.