You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: