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

uuid v10 Compatibility #1154

Open
icod opened this issue Jun 11, 2024 · 3 comments
Open

uuid v10 Compatibility #1154

icod opened this issue Jun 11, 2024 · 3 comments

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?

@manuelmeindl
Copy link

Would also love to see this!

@LukasGrubis
Copy link

Any update on this?

@manuelmeindl
Copy link

Visjs does not seem to be supported anymore 😢

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

3 participants