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
In our project, we use vis-timeline and uuid as separate dependencies. Upgrading to the new major version of uuid (10.0.0) results in conflicting peer dependencies with vis-data (through vis-timeline):
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/uuid
npm error uuid@"^10.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer uuid@"^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" from [email protected]
npm error node_modules/vis-data
npm error peer vis-data@"^6.3.0 || ^7.0.0" from [email protected]
npm error node_modules/vis-timeline
npm error vis-timeline@"^7.7.3" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/uuid
npm error peer uuid@"^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" from [email protected]
npm error node_modules/vis-data
npm error peer vis-data@"^6.3.0 || ^7.0.0" from [email protected]
npm error node_modules/vis-timeline
npm error vis-timeline@"^7.7.3" from the root project
Is it possible to add support for uuid ≥10.0.0?
The text was updated successfully, but these errors were encountered:
In our project, we use
vis-timeline
anduuid
as separate dependencies. Upgrading to the new major version ofuuid
(10.0.0) results in conflicting peer dependencies withvis-data
(throughvis-timeline
):Is it possible to add support for
uuid
≥10.0.0?The text was updated successfully, but these errors were encountered: