File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11const React = require ( 'react' ) ;
22// Note that Highcharts has to be required separately
33const ReactHighcharts = require ( 'react-highcharts' ) ;
4- const Highlight = require ( 'react-highlight' ) ;
54const ReactDOM = require ( 'react-dom' ) ;
65require ( 'prismjs' ) ;
76require ( 'prismjs/themes/prism.css' ) ;
Original file line number Diff line number Diff line change 5757 "raw-loader" : " ^0.5.1" ,
5858 "react" : " ^16.2.0" ,
5959 "react-dom" : " ^16.2.0" ,
60- "react-highlight" : " ^0.10.0" ,
6160 "sinon" : " ^4.1.3" ,
6261 "style-loader" : " ^0.19.1" ,
6362 "uglifyjs-webpack-plugin" : " ^1.1.6" ,
6766 "dependencies" : {
6867 "highcharts" : " ^6.0.4" ,
6968 "prismjs" : " ^1.9.0" ,
70- "react-highlight" : " briancappello/react-highlight#react-v16-compiled" ,
71- "react-prism" : " ^4.3.2" ,
72- "refractor" : " ^2.2.0"
69+ "react-prism" : " ^4.3.2"
7370 }
7471}
You can’t perform that action at this time.
0 commit comments