esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
861 stars 284 forks source link

Refresh Typescript version in `updates-typescript` #393

Open igozali opened 5 years ago

igozali commented 5 years ago

So I took some time to refresh the Typescript version (3.4.5) on the long-awaited updates-typescript branch in the hopes that it would have better compatibility with storybook (kind of a long shot since I have no idea yet how storybook works).

I got it to a point where I can run lerna bootstrap && lerna build and only have errors in website_ts and website (i.e. react-axis and react-timeseries-charts compiles fine). Since I don't quite know which one is being worked on more, I decided to stop here and ask for your comments.

Quick summary:

Hope it helps a bit, and would be great if you could try it out. Let me know if you have any comments or questions. :)

igozali commented 5 years ago

In case you don't have notifications enabled.. @pjm17971 @sartaj10

pjm17971 commented 5 years ago

Thanks for this, I'm planning to try it out.