meteoric/meteor-ionic

meteoric:ionic-sass didn't upgrade in meteor 1.2 upgrade

Opened this issue · 1 comments

Hi, I updated my meteor-ionic project and got this message:

☀  meteor update                                                                                Mod master
This project is already at Meteor 1.2.0.2, the latest release.
Your top-level dependencies are at their latest compatible versions.

The following top-level dependencies were not updated to the very latest version available:
 * aldeed:autoform 4.2.2 (5.5.1 is available) 
 * fourseven:scss 2.1.1 (3.3.3_3 is available)
 * meteoric:ionic-sass 0.1.9 (0.3.0 is available)
 * meteoric:ionicons-sass 0.1.6 (0.1.7 is available)

It would be nice to update these, but not critical. What's the best way forward?

☀  meteor update aldeed:autoform fourseven:scss meteoric:ionic-sass meteoric:ionicons-sass      Mod master
The specified packages are at their latest compatible versions.

Thanks!

apparently even if a package is updated it's dependencies arent.. meteor/meteor#5270
which is strange.