Skip to content

Commit

Permalink
feat: update react & react-dom to v17 (openedx#803)
Browse files Browse the repository at this point in the history
* feat: update react & react-dom to v17

* feat: update react & react-dom to v17

* build: update lock file

* refactor: updated edx packages

* refactor: removed unnecessary lint disable

---------

Co-authored-by: mashal-m <[email protected]>
  • Loading branch information
2 people authored and snglth committed Jan 9, 2024
1 parent 3300fd0 commit fde8cc9
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 10 deletions.
90 changes: 81 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/setupTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import 'regenerator-runtime/runtime';
import '@testing-library/jest-dom';

import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';

Enzyme.configure({ adapter: new Adapter() });

0 comments on commit fde8cc9

Please sign in to comment.