Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: move peer dependencies to "real" dependencies
BREAKING CHANGE: last change was breaking _on a patch version_ because of peer dependencies Summary: Our current build process relies on peer dependencies being present, but the peer dependency pipeline is causing far more issues than it's worth. Why not just make them regular dependencies? This is what this PR does :)
- Loading branch information