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 dependency needs bumping to ^3.0.1 #1000

Closed
sparkiegeek opened this issue Jun 22, 2017 · 1 comment
Closed

uuid dependency needs bumping to ^3.0.1 #1000

sparkiegeek opened this issue Jun 22, 2017 · 1 comment

Comments

@sparkiegeek
Copy link

In d34630e the dependency on uuid was bumped to ^3.0.0 but unfortunately uuid 3.0.0 does not support the API used (it was only in 3.0.1 that uuid/v4 came into existence - see node-uuid/HISTORY.md and uuidjs/uuid#154).

If an application has uuid 3.0.0 pinned via npm shrinkwrap or similar, then enzyme will happily install, but then break.

@ljharb
Copy link
Member

ljharb commented Jun 22, 2017

Fixed in #1001.

@ljharb ljharb closed this as completed Jun 22, 2017
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

2 participants