Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
default: Try to fix peer dependency upgrades
These should generally be semantic commits as they allow consumers to install later peer dependencies without warnings. I'm not sure why we/I thought to group these beforehand. I'm keeping the schedule aligned with dev dependencies as it's common to have a package specified under `devDependencies` and `peerDependencies`. Ideally these would even be grouped together but that's a challenge for another day.
- Loading branch information