Skip to content

Commit

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

* build: update frontend-platform

* build: update pkgs

* build: update lock file

* build: pin react redux
  • Loading branch information
Mashal-m committed Oct 2, 2023
1 parent 1c78589 commit b61a621
Show file tree
Hide file tree
Showing 5 changed files with 13,796 additions and 12,923 deletions.
2 changes: 1 addition & 1 deletion enzyme.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable import/no-extraneous-dependencies */

import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';

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

Expand Down
Loading

0 comments on commit b61a621

Please sign in to comment.