Dependencies
Fixed and Custom Dependencies are available
Last updated
Was this helpful?
Fixed and Custom Dependencies are available
Last updated
Was this helpful?
The dependencies available on the free plan are fixed, but they should cover most major use cases.
For cases where custom dependencies are required, upgrade to a paid plan.
mocha - -
chai - -
sinon - -
axios - -
lodash - -
For paid plans, custom dependencies are an option.
Once that change is made, any subsequent pushes will include all of the dependencies listed in the "dependencies" entry of your package.json
. "devDependencies" and "peerDependencies" are ignored.
To use custom dependencies, just change the "dependencies" entry in your to "custom", as shown below.
A modified version of is used to capture the exact versions of the dependencies in your current node_modules
folder during the push.