Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ape-updating

ape-repo3.9kMIT5.0.3

Dependency updating utility.

ape, updating

readme

ape-updating

Build Status npm Version

Dependency updating utility.

Usage

Updat Dependencies in Package.

'use strict'

const apeUpdating = require('ape-updating')

// Update all dependencies
apeUpdating.updateDependencies().then(() => {
  /* ... */
})

License

This software is released under the MIT License.