Skip to content

Commit

Permalink
feat: Update React to version 17 and update all dependencies and comp…
Browse files Browse the repository at this point in the history
…onents to become compatible with it as well

BREAKING CHANGE: This updates the peerDependency of React to version 17
  • Loading branch information
Rui Nunes authored and dnlkoch committed Dec 17, 2021
1 parent 15fdba1 commit 5b9075e
Show file tree
Hide file tree
Showing 18 changed files with 6,013 additions and 42,794 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Visit [https://terrestris.github.io/react-geo-ws/](https://terrestris.github.io/
## Installation

```javascript static
npm i @terrestris/react-geo
npm i @terrestris/react-geo --save
```

### Requirements
Expand Down
2 changes: 1 addition & 1 deletion jest/setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '@babel/polyfill';
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
import { XMLSerializer } from 'xmldom';
import 'whatwg-fetch';
import 'jest-canvas-mock';
Expand Down
Loading

0 comments on commit 5b9075e

Please sign in to comment.