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

Upgrade to React 17 #2037

Merged
merged 5 commits into from Oct 14, 2022
Merged

Upgrade to React 17 #2037

merged 5 commits into from Oct 14, 2022

Commits on Oct 6, 2022

  1. upgrade react core depedencies

    Thomas Roest committed Oct 6, 2022
    Copy the full SHA
    908bc56 View commit details
    Browse the repository at this point in the history
  2. Upgrade react-simple-code-editor and remove enzyme react 16 adapter

    fixes peer dependency errors on npm install
    Thomas Roest committed Oct 6, 2022
    Copy the full SHA
    6944705 View commit details
    Browse the repository at this point in the history
  3. replace enzyme adapter react

    Thomas Roest committed Oct 6, 2022
    Copy the full SHA
    0189c07 View commit details
    Browse the repository at this point in the history
  4. Fix: fix failing Editor test

    Enzyme 'simulate' does not seem to work correctly after upgrading react and react simple code editor.
    The tests works as expected when replacing enzyme mount and simulate with React testing library implementations.
    Thomas Roest committed Oct 6, 2022
    Copy the full SHA
    4abad5f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Chore: update dependencies in examples/basic

    webpack ^5
    React 17
    Thomas Roest committed Oct 14, 2022
    Copy the full SHA
    c45dc57 View commit details
    Browse the repository at this point in the history