You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates an already installed package packageName to the latest version available in the Bower registry.
Example:
yeoman update jquery
# outputs
bower checking out jquery#v1.7.2
The update command will also update any other packages in your project relying on this dependency to use this most recent version if any update is applied.