Skip to content

Commit 753ac0b

Browse files
committed
remove react-highlight in package.json and demo
1 parent 08a5860 commit 753ac0b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

demo/src/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const React = require('react');
22
// Note that Highcharts has to be required separately
33
const ReactHighcharts = require('react-highcharts');
4-
const Highlight = require('react-highlight');
54
const ReactDOM = require('react-dom');
65
require('prismjs');
76
require('prismjs/themes/prism.css');

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
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",
@@ -67,8 +66,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
}

0 commit comments

Comments
 (0)