Why are top-level dependencies not updated to their latest version?

Are they not compatible? With what? How can I fix this?
meteor update brings this:

This project is already at Meteor 1.4.4.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:
 * accounts-base 1.2.17 (1.3.0 is available)  
 * accounts-facebook 1.1.1 (1.2.0 is available)
 * accounts-google 1.1.2 (1.2.0 is available) 
 * msavin:mongol 1.6.2 (2.0.1 is available)   
 * okgrow:analytics 2.1.3 (3.0.0 is available)
 * semantic:ui-css 2.1.2 (2.2.4 is available)

I just checked the version on my accounts-base and it’s on 1.2.17 too.
Maybe those new versions are for Meteor 1.5?

1 Like

Ok thanks, so everything is alright :slight_smile: I thought there was a dependency problem.