Skip to content

Commit

Permalink
chore: 🤖 Updated react ecosystem to v17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
luciob committed Mar 31, 2022
1 parent 49fd51d commit d9fdcc3
Show file tree
Hide file tree
Showing 5 changed files with 724 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion .jest/enzyme.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { configure } from "enzyme";
import Adapter from "enzyme-adapter-react-16";
import Adapter from "@wojtekmaj/enzyme-adapter-react-17";

configure({ adapter: new Adapter() });
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.18.2
lts/fermium
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ It requires these `peerDependencies` to be installed in host project:
"@material-ui/core": ">= 4.12.3 < 5",
"@material-ui/icons": ">= 4.11.2 < 5",
"@material-ui/lab": ">= 4.0.0-alpha.57 < 5",
"react": ">= 16.13.0 < 17",
"react-dom": ">= 16.13.0 < 17",
"react": ">= 17 < 18",
"react-dom": ">= 17 < 18"
```

## Usage
Expand Down
Loading

0 comments on commit d9fdcc3

Please sign in to comment.