Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): add missing optional peer dependencies #259

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

thiemok
Copy link
Contributor

@thiemok thiemok commented Apr 11, 2024

Summary

A couple of optional peer dependencies were not declared in the package.json. This prevents compatibility with modern versions of yarn, since yarn will block access to undecalred dependencies.

This adds the missing peer dependencies and marks them as optional so they only need to be installed when actually required

I've only tested with koa. It is possible that other setups might require similar peer dependencies that I did not have problems with. However a quick look at the documentation did not mention other peer dependencies in the installation section

  • Tell us about the problem your pull request is solving.
  • Are there any open issues that are related to this? - No
  • Is this PR dependent on PRs in other repos? - No

package.json Outdated Show resolved Hide resolved
A couple of optional peer dependencies were not declared in the
package.json. This prevents compatibility with modern versions of yarn,
since yarn will block access to undecalred dependencies.

This adds the missing peer dependencies and marks them as optional so
they only need to be installed when actually required
@Mairu Mairu merged commit 657ab29 into feathersjs-ecosystem:master Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants