Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with UUID ≥10.0.0 #1810

Closed
icod opened this issue Jun 11, 2024 · 1 comment
Closed

Compatibility with UUID ≥10.0.0 #1810

icod opened this issue Jun 11, 2024 · 1 comment

Comments

@icod
Copy link

icod commented Jun 11, 2024

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?

@icod
Copy link
Author

icod commented Jun 11, 2024

I have created an issue in visjs/vis-data, since that is probably a more appropriate place.

@icod icod closed this as not planned Won't fix, can't repro, duplicate, stale Jun 11, 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

No branches or pull requests

1 participant