mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-09 12:19:49 +01:00
32869733b3
Bumps [libp2p](https://github.com/libp2p/js-libp2p) to 0.40.0 and updates ancestor dependency [ipfs](https://github.com/ipfs/js-ipfs). These dependencies need to be updated together. Updates `libp2p` from 0.23.1 to 0.40.0 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p/compare/v0.23.1...v0.40.0) Updates `ipfs` from 0.33.1 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](https://github.com/ipfs/js-ipfs/compare/v0.33.1...ipfs-v0.65.0) --- updated-dependencies: - dependency-name: libp2p dependency-type: indirect - dependency-name: ipfs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
881 B
JSON
37 lines
881 B
JSON
{
|
|
"name": "ipfs-boards",
|
|
"version": "0.1.0",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"dependencies": {
|
|
"connected-react-router": "^6.3.1",
|
|
"ipfs": "~0.65.0",
|
|
"moment": "^2.24.0",
|
|
"orbit-db": "~0.19.9",
|
|
"orbit-db-discussion-board": "https://github.com/fazo96/orbit-db-discussion-board.git",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"react-hot-loader": "^4.8.0",
|
|
"react-redux": "^6.0.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.8",
|
|
"redux": "^4.0.1",
|
|
"redux-saga": "^1.0.2",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"semantic-ui-react": "^0.85.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build"
|
|
},
|
|
"devDependencies": {
|
|
"redux-immutable-state-invariant": "^2.1.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|