Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: update dependencies to enable Greenkeeper 馃尨 (#989)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
greenkeeper[bot] authored and alanshaw committed May 9, 2019
1 parent 11c4d16 commit 775ce80
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 16 deletions.
4 changes: 2 additions & 2 deletions examples/bundle-browserify/package.json
Expand Up @@ -10,9 +10,9 @@
"author": "Friedel Ziegelmayer",
"license": "MIT",
"devDependencies": {
"browserify": "^13.1.1",
"browserify": "^16.2.3",
"ipfs-http-client": "../../",
"http-server": "~0.9.0"
"http-server": "~0.11.1"
},
"dependencies": {}
}
10 changes: 5 additions & 5 deletions examples/bundle-webpack/package.json
Expand Up @@ -14,11 +14,11 @@
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"ipfs-http-client": "../../",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-hot-loader": "^4.6.5",
"webpack": "^4.29.3",
"webpack-dev-server": "^3.1.14"
"react": "~16.8.6",
"react-dom": "~16.8.6",
"react-hot-loader": "~4.8.4",
"webpack": "~4.31.0",
"webpack-dev-server": "~3.3.1"
},
"browserslist": [
">1%",
Expand Down
2 changes: 1 addition & 1 deletion examples/name-api/package.json
Expand Up @@ -10,6 +10,6 @@
"license": "MIT",
"devDependencies": {
"browserify": "^16.2.3",
"http-server": "^0.11.1"
"http-server": "~0.11.1"
}
}
4 changes: 2 additions & 2 deletions examples/sub-module/package.json
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.5.2",
"babili": "~0.1.4",
"webpack": "^3.0.0"
"webpack": "~4.31.0"
}
}
10 changes: 5 additions & 5 deletions examples/upload-file-via-browser/package.json
Expand Up @@ -14,10 +14,10 @@
"@babel/core": "^7.4.3",
"ipfs-http-client": "../../",
"pull-file-reader": "~1.0.2",
"react": "~16.6.3",
"react-dom": "~16.6.3",
"react-hot-loader": "~4.3.12",
"webpack": "~4.25.1",
"webpack-dev-server": "~3.1.10"
"react": "~16.8.6",
"react-dom": "~16.8.6",
"react-hot-loader": "~4.8.4",
"webpack": "~4.31.0",
"webpack-dev-server": "~3.3.1"
}
}
18 changes: 18 additions & 0 deletions greenkeeper.json
@@ -0,0 +1,18 @@
{
"groups": {
"default": {
"packages": [
"package.json"
]
},
"examples": {
"packages": [
"examples/bundle-browserify/package.json",
"examples/bundle-webpack/package.json",
"examples/name-api/package.json",
"examples/sub-module/package.json",
"examples/upload-file-via-browser/package.json"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"bl": "^3.0.0",
"bs58": "^4.0.1",
"buffer": "^5.2.1",
"cids": "~0.5.5",
"cids": "~0.5.8",
"concat-stream": "github:hugomrdias/concat-stream#feat/smaller",
"debug": "^4.1.0",
"detect-node": "^2.0.4",
Expand Down

0 comments on commit 775ce80

Please sign in to comment.