meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

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

Open MichaelJCole opened 8 years ago

MichaelJCole commented 8 years ago

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!

KristerV commented 8 years ago

apparently even if a package is updated it's dependencies arent.. https://github.com/meteor/meteor/issues/5270 which is strange.