codesuki / react-d3-components

D3 Components for React
http://codesuki.github.io/react-d3-components/example.html
MIT License
1.63k stars 205 forks source link

New npm release for react 15.0.1? #94

Closed OAGr closed 6 years ago

OAGr commented 8 years ago

Realize it was released recently, but on the other hand hopefully it wouldn't require a big change. Thanks!

git:Graph-experiment npm install --save react-d3-components                         |
├── UNMET PEER DEPENDENCY react@15.0.1
├── react-d3-components@0.6.2
└── UNMET PEER DEPENDENCY react-dom@15.0.1

npm WARN react-d3-components@0.6.2 requires a peer of react@^0.14.0 but none was installed.
npm WARN react-d3-components@0.6.2 requires a peer of react-dom@^0.14.0 but none was installed.
codesuki commented 8 years ago

Thanks for the comment! I'll check if it works and make a new release. In case you have time to try it out quickly you can also send a PR and I'll release it.

OAGr commented 8 years ago

Just fyi, I'm using it for the scatterplot and to seemed to work fine for 15.0.1

codesuki commented 8 years ago

I released 0.6.3 and changed the required version to >= 0.14.0 which should fix your problem. Would be great if you could confirm.

crobinson42 commented 8 years ago

@OAGr can you confirm and close?