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
I think axios should be moved to peerDependencies. Especially since it is not used in generated files
redacted output of yarn why axios
yarn why v1.21.1
[1/4] 🤔 Why do we have the module "axios"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "axios@0.19.1"
info Has been hoisted to "axios"
info Reasons this module exists
- "workspace-aggregator-43088911-9698-4e6f-aaa9-6d34f43842d4" depends on it
info Disk size without dependencies: "488KB"
info Disk size with unique dependencies: "656KB"
info Disk size with transitive dependencies: "804KB"
info Number of shared dependencies: 3
=> Found "bs-axios#axios@0.18.1"
info This module exists because "bs-axios" depends on it.
info Disk size without dependencies: "412KB"
info Disk size with unique dependencies: "604KB"
info Disk size with transitive dependencies: "752KB"
info Number of shared dependencies: 4
✨ Done in 0.95s.
The text was updated successfully, but these errors were encountered:
@meafmira , could you maybe add additional owners to this repo, so we have a chance to maintain this?
There are projects that depend on this, and because of old deps of this project, those projects can not be maintained either.
hi @meafmira,
I think axios should be moved to peerDependencies. Especially since it is not used in generated files
redacted output of
yarn why axios
The text was updated successfully, but these errors were encountered: