We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5273a commit eaf155fCopy full SHA for eaf155f
README.md
@@ -45,8 +45,10 @@
45
```js
46
"peerDependencies": {
47
"chai": "^3.0.0 || ^4.0.0",
48
- "cheerio": "0.19.x || 0.20.x || 0.22.x || 1.0.0-rc.1",
49
- "enzyme": "1.x || ^2.3.0"
+ "cheerio": "0.19.x || 0.20.x || 0.22.x || ^1.0.0-0",
+ "enzyme": "^2.7.0 || ^3.0.0",
50
+ "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
51
+ "react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0"
52
}
53
```
54
0 commit comments