File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
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" ,
6463 "webpack" : " ^3.10.0" ,
65- "webpack-dev-server" : " ^2.9.6"
64+ "webpack-dev-server" : " ^2.9.6" ,
65+ "prismjs" : " ^1.9.0" ,
66+ "react-prism" : " ^4.3.2"
6667 },
6768 "dependencies" : {
68- "highcharts" : " ^6.0.4" ,
69- "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+ "highcharts" : " ^6.0.4"
7370 }
7471}
You can’t perform that action at this time.
0 commit comments