Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump several dependencies to latest. New yarn.lock #20

Merged
merged 2 commits into from
Sep 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ Interactive and configurable graphs with react and d3 effortlessly.
![react-d3-graph gif sample](https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/rd3g.gif?raw=true)

## Playground
Here a live playground (https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) page where you can interactively config your own graph,
and generate a ready to use configuration! :sunglasses:
Here a live playground (https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) page where you can interactively config your own graph, and generate a ready to use configuration! :sunglasses:

## Documentation
Full documentation [here](https://danielcaldas.github.io/react-d3-graph/docs/index.html).

## Compatibility
- Node version **>=6.9.5**
- React version **15.5.0**
- d3 version **4.7.4**
- Node version **6.9.x**
- React version **15.6.x**
- d3 version **4.10.x**

## Install
```bash
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,42 @@
"test:watch": "jest --verbose --watchAll"
},
"dependencies": {
"d3": "4.7.4",
"react": "^15.5.0"
"d3": "4.10.2",
"react": "15.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "6.24.0",
"babel-jest": "19.0.0",
"babel-loader": "6.4.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-jest": "21.0.2",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-react-html-attrs": "2.0.0",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.16.0",
"css-loader": "0.28.0",
"documentation": "4.0.0-beta.18",
"babel-preset-stage-0": "6.24.1",
"css-loader": "0.28.7",
"documentation": "5.3.2",
"eslint": "3.18.0",
"eslint-config-recommended": "1.5.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "2.1.1",
"html-webpack-plugin": "2.28.0",
"jest": "19.0.2",
"npm-run-all": "4.0.2",
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.0",
"react-jsonschema-form": "0.46.0",
"react-router-dom": "4.0.0",
"react-test-renderer": "^15.5.0",
"style-loader": "0.16.1",
"webpack": "2.3.2",
"webpack-dev-server": "2.4.2",
"webpack-visualizer-plugin": "^0.1.11"
"html-webpack-plugin": "2.30.1",
"jest": "21.1.0",
"npm-run-all": "4.1.1",
"react-addons-test-utils": "15.6.0",
"react-dom": "15.6.1",
"react-jsonschema-form": "0.50.1",
"react-router-dom": "4.2.2",
"react-test-renderer": "15.6.1",
"style-loader": "0.18.2",
"webpack": "3.6.0",
"webpack-dev-server": "2.8.2",
"webpack-visualizer-plugin": "0.1.11"
},
"engines": {
"node": ">=6.9.5"
"node": "6.9.x"
},
"main": "lib/index.js",
"repository": {
Expand Down
Loading