BRL-CAD / OGV-meteor

Port of BRL-CAD's OGV to meteor
BSD 3-Clause "New" or "Revised" License
16 stars 26 forks source link

This commit fixes #54 (GSoC-2018) #76

Closed ghost closed 5 years ago

ghost commented 6 years ago

In this commit I have ported OGV to the latest version of meteor i.e 1.6.1 and and the same time I have faced minor warning / error / suggestion messages, the second commit contains the solution for the same. (I have attached some screen-shots above mentioned problem. Please have a look at it).

Thank You!

screenshot from 2018-03-10 01-00-56

screenshot from 2018-03-10 01-03-00

sniok commented 6 years ago

Is babel 7 stable enough? Also it is a major release so it can introduce some breaking changes. But looking at their migration guide I think there shouldn't be any.

ghost commented 6 years ago

Most of the packages are on it's latest stable releases or close-to stable according to our application version. There are some packages whose next version is available but these versions may not be compatible with our project. Even though running 'meteor update --all-packages' doesn't make any difference. Right now everything is in the stable stage. Making changes to any of these modules or any another version may result in breaking dependencies and makes future work more hectic to handle.

screenshot from 2018-03-12 00-38-36