Skip to content

fix: Improve use of peer and dev dependencies#14

Merged
fratzinger merged 2 commits into
mainfrom
dependency-types
Oct 17, 2025
Merged

fix: Improve use of peer and dev dependencies#14
fratzinger merged 2 commits into
mainfrom
dependency-types

Conversation

@daffl

@daffl daffl commented Oct 14, 2025

Copy link
Copy Markdown
Member

peerDependencies are dependencies that should be installed in the parent project where things like @feathersjs/memory and @feathersjs/sequelize should be devDependencies since they are only used for tests.

I made @feathersjs/feathers and @feathersjs/errors peerDependencies with a range of any 5.x versions because otherwise we can't test anything that has one of those with a dependency older than 5.0.35

@fratzinger fratzinger merged commit dcad72f into main Oct 17, 2025
8 of 10 checks passed
@fratzinger fratzinger deleted the dependency-types branch October 17, 2025 19:43
@fratzinger

Copy link
Copy Markdown
Member

released as v0.0.14

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