Upgrade react to a hooks-supporting version
Showing
| ... | @@ -14,8 +14,8 @@ | ... | @@ -14,8 +14,8 @@ |
| "echarts-for-react": "^2.0.14", | "echarts-for-react": "^2.0.14", | ||
| "imports-loader": "^0.8.0", | "imports-loader": "^0.8.0", | ||
| "prop-types": "15.6.2", | "prop-types": "15.6.2", | ||
| "react": "^16.4.2", | "react": "^16.8.2", | ||
| "react-dom": "^16.4.2", | "react-dom": "^16.8.2", | ||
| "react-sigma": "git://github.com/np/react-sigma.git#shouldComponentUpdate" | "react-sigma": "git://github.com/np/react-sigma.git#shouldComponentUpdate" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
Please register or sign in to comment