We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eab600 commit 7a85bdbCopy full SHA for 7a85bdb
package.json
@@ -24,7 +24,7 @@
24
"testTypes": "tsc --noEmit --jsx react typeTest.tsx"
25
},
26
"peerDependencies": {
27
- "react": ">=15 || ^0.14.7"
+ "react": "^16.8.0"
28
29
"dependencies": {
30
"@babel/runtime": "^7.2.0",
@@ -53,12 +53,13 @@
53
"eslint-plugin-import": "^2.14.0",
54
"eslint-plugin-jest": "^22.1.0",
55
"eslint-plugin-react": "^7.11.1",
56
+ "eslint-plugin-react-hooks": "^4.0.0",
57
"gzip-size": "^3.0.0",
58
"jest": "^23.6.0",
59
"pascal-case": "^2.0.1",
60
"pretty-bytes": "^4.0.2",
- "react": "^15.4.1 || ^0.14.7",
61
- "react-dom": "^15.3.0 || ^0.14.7",
+ "react": "^16.8.0",
62
+ "react-dom": "^16.8.0",
63
"rollup": "^0.67.3",
64
"rollup-plugin-babel": "^4.0.3",
65
"rollup-plugin-commonjs": "^9.2.0",
0 commit comments