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

Update peer dependencies #8

Closed
SethTompkins opened this issue May 6, 2021 · 2 comments · Fixed by #11
Closed

Update peer dependencies #8

SethTompkins opened this issue May 6, 2021 · 2 comments · Fixed by #11
Assignees

Comments

@SethTompkins
Copy link

Getting this error when trying to install:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: public@0.1.0
npm ERR! Found: @testing-library/jest-dom@5.12.0
npm ERR! node_modules/@testing-library/jest-dom
npm ERR!   @testing-library/jest-dom@"^5.5.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @testing-library/jest-dom@"^4.0.0" from react-beautiful-dnd-test-utils@3.2.1
npm ERR! node_modules/react-beautiful-dnd-test-utils
npm ERR!   dev react-beautiful-dnd-test-utils@"^3.2.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

When I force the installation, the library works with the newer dependencies, can we upgrade the references?

@MarianoDerosa
Copy link

+1 to this

@colinrobertbrooks
Copy link
Owner

Fixed in v3.2.2. 🚢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants