We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0696a87 commit 83174d5Copy full SHA for 83174d5
2 files changed
package.json
@@ -26,7 +26,7 @@
26
"src"
27
],
28
"peerDependencies": {
29
- "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
+ "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
30
},
31
"devDependencies": {
32
"babel-cli": "6.26.0",
@@ -42,15 +42,15 @@
42
"enzyme": "3.11.0",
43
"enzyme-adapter-react-16": "1.15.2",
44
"eslint": "7.3.1",
45
- "eslint-plugin-flowtype": "4.7.0",
+ "eslint-plugin-flowtype": "5.2.0",
46
"eslint-plugin-react": "7.20.0",
47
"flow-bin": "0.127.0",
48
"flow-typed": "3.1.0",
49
"jsdom": "16.2.2",
50
- "mocha": "7.2.0",
51
- "react": "16.13.1",
52
- "react-dom": "16.13.1",
53
- "react-test-renderer": "16.13.1"
+ "mocha": "8.2.1",
+ "react": "17.0.1",
+ "react-dom": "17.0.1",
+ "react-test-renderer": "17.0.1"
54
55
"scripts": {
56
"build": "babel src --out-dir lib --source-maps",
0 commit comments