staltz / rxmarbles

Interactive diagrams of Rx Observables
http://www.rxmarbles.com
BSD 3-Clause "New" or "Revised" License
4.21k stars 537 forks source link

Update Dependencies (RxJS 4; Cycle; Babel) and running on Node 6.6.0 & npm 3.10.7 #37

Closed hermanbanken closed 4 years ago

hermanbanken commented 8 years ago

Update all dependencies to latest/newer version.


Using an updated Node and npm I was not able to build the current master. These changes were required to make things compile again. Maybe verify I did the right thing here @staltz.

One of the things that changed since the previous Babel version is that Babel is now by default not applying the es2015 preset. By using the new .babelrc it is.

Furthermore it seems that node is no longer generating node_modules folders inside deeper node_modules/<library> folders. This triggered me to rework the complete set of build scripts.

hermanbanken commented 8 years ago

I added some more changes: updated to RxJS 4 as well.

The functionality stays exactly the same, but is using the newest dependencies.

rehevkor5 commented 7 years ago

@staltz you should give @hermanbanken write access to your repository so that this parent repo can stay alive.