I'm trying to update all my jspm dependencies to the newest version, the only "solution" I found is "jspm update", but this only installs the version, which is defined in the package.json Isn't there anyway to automatically update the packages to the really newest version and settings the new version number in the package.json?
Cedric