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
prompts is not used directly in node-canvas-api, so I think it can safely be removed from the dependencies in package.json. package-lock.json will still contain prompts as a resolved dependency from jest.
The text was updated successfully, but these errors were encountered:
The
prompts
package is a dependency forjest-cli
, which a dependency forjest
(which is a devDependency of this project).node-canvas-api/package.json
Line 25 in 43f5e6e
prompts
is not used directly innode-canvas-api
, so I think it can safely be removed from the dependencies inpackage.json
.package-lock.json
will still containprompts
as a resolved dependency fromjest
.The text was updated successfully, but these errors were encountered: