Update packages to latest versions

I have a package structured app that is fairly complex, but it is mainly an empty app (version 1.3 beta) that includes a core package that depends on my apps packages and those packages depend on atmosphere packages. Pretty standard stuff.

When running meteor update meteor lists me the packages that can be updated manually (by just running meteor update package:name). But doing that just tells me that the package is in its latest version possible.

How can I update those packages without having to manually change the version numbers in the .meteor versions file ?

I plan to refactor the app in modules, but it would be nice to already have latest packages from atmosphere.

EDIT: is there a way to find which package is blocking a package to update to the latest version ?

Take a look at packagecheck.

1 Like