Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix peer deps force bumping during releases (#422)
## Summary <!-- Succinctly describe your change, providing context, what you've changed, and why. --> We use non-local peer dependencies due to a restriction with the build process of `inngest`. This contributes to changesets bumping peer dependencies for packages that want to reference `inngest` from their wide constraint (e.g. `^3.0.0`) to a narrower one (e.g. `^3.7.1`). I believe we can avoid this using an experimental flag added in changesets/changesets#383. ## Checklist <!-- Tick these items off as you progress. --> <!-- If an item isn't applicable, ideally please strikeout the item by wrapping it in "~~"" and suffix it with "N/A My reason for skipping this." --> <!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" --> - [ ] ~~Added a [docs PR](https://github.com/inngest/website) that references this PR~~ N/A - [ ] ~~Added unit/integration tests~~ N/A - [x] Added changesets if applicable ## Related - changesets/changesets#383 - changesets/changesets#524
- Loading branch information