Skip to content

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

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
@thiemok thiemok force-pushed the fix/missing-peer-deps branch from de3fc4d to 64cfcdc Compare April 12, 2024 09:03
@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