feat: update react & react-dom to v17 (#346)

* feat: update react & react-dom to v17

* build: update paragon version

* build: update lock file

* refactor: updated frontend-platform

---------

Co-authored-by: mashal-m <mashal.malik@arbisoft.com>
This commit is contained in:
Bilal Qamar
2023-07-05 12:04:53 +05:00
committed by GitHub
parent ceb9c13542
commit c3f0282be4
3 changed files with 942 additions and 1523 deletions

View File

@@ -3,7 +3,7 @@
import Enzyme from 'enzyme';
import React from 'react';
import PropTypes from 'prop-types';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
import '@testing-library/jest-dom';
import '@testing-library/jest-dom/extend-expect';
import 'babel-polyfill';