feathers icon indicating copy to clipboard operation
feathers copied to clipboard

ajv dependency

Open fiedler-itlabs opened this issue 1 year ago • 0 comments

Steps to reproduce

feathers updated the ajv dependency for @featherjs/schema to 8.16.0 in version 5.0.28. We use feathersjs in a monorepo with angular applications. @angular-devkit for example has ajv as dependency in version 8.13.0.

we deleted the package-lock and node_modules but still got a version conflict and were no able to build our api projects.

We now added ajv in version 8.16.0 directly to our dependencies and its working - for now.

Expected behavior

No Version conflict with other projects.

Actual behavior

Version conflict because of ajv

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working): 5.0.28 - 5.0.29

NodeJS version: 20.13.1

Operating System: Max OSX

fiedler-itlabs avatar Jul 11 '24 06:07 fiedler-itlabs