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 react peerDepedencies and enzyme adapter #62

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

christophervoigt
Copy link

update react peerDependencies to allow version 16 or 17
update jest setup to use react 17

#53 + #54

  • Fork the repository
  • Develop your code changes
  • Ensure eslint is happy: npm run lint
  • Ensure the tests pass: npm test
  • Commit your changes
  • Push to your fork
  • Submit a pull request

@christophervoigt
Copy link
Author

christophervoigt commented Nov 19, 2022

After some package updates and adjustments to the testing and build pipelines. I managed to fix a lot of problems, that occurred while setting it up on newer Node environments.

Unfortunately, some of the updated packages did no longer work for Node 10 and Node 12. Which is why I had to drop support for them, to make it work again.

It works for Node 14 and 16 now:

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

Successfully merging this pull request may close these issues.

1 participant