Skip to content

Commit 7a85bdb

Browse files
tstirrat15edorivai
authored andcommitted
Bump react versions, add hooks eslint
1 parent 8eab600 commit 7a85bdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"testTypes": "tsc --noEmit --jsx react typeTest.tsx"
2525
},
2626
"peerDependencies": {
27-
"react": ">=15 || ^0.14.7"
27+
"react": "^16.8.0"
2828
},
2929
"dependencies": {
3030
"@babel/runtime": "^7.2.0",
@@ -53,12 +53,13 @@
5353
"eslint-plugin-import": "^2.14.0",
5454
"eslint-plugin-jest": "^22.1.0",
5555
"eslint-plugin-react": "^7.11.1",
56+
"eslint-plugin-react-hooks": "^4.0.0",
5657
"gzip-size": "^3.0.0",
5758
"jest": "^23.6.0",
5859
"pascal-case": "^2.0.1",
5960
"pretty-bytes": "^4.0.2",
60-
"react": "^15.4.1 || ^0.14.7",
61-
"react-dom": "^15.3.0 || ^0.14.7",
61+
"react": "^16.8.0",
62+
"react-dom": "^16.8.0",
6263
"rollup": "^0.67.3",
6364
"rollup-plugin-babel": "^4.0.3",
6465
"rollup-plugin-commonjs": "^9.2.0",

0 commit comments

Comments
 (0)