-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
While maintaining Wallet Framework packages, we have found that controller dependencies and type-only dependencies frequently get miscategorized. It would be good to have a resource we can point people to whenever confusion arises.
Acceptance Criteria
- A document exists which explains:
- Why
peerDependenciesexists and what it does - Situations in which filing a dependency under
devDependencies+peerDependenciesis desired overdependencies(e.g. controllers) - Situations in which it is not appropriate to file a dependency under
devDependencies+peerDependencies(e.g. type-only dependencies) - When and how to bump
peerDependenciesin a monorepo
- Why