We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6600bfd + 20a2b68 commit cf77857Copy full SHA for cf77857
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-highlight",
3
- "version": "0.8.0",
+ "version": "0.9.0",
4
"description": "React component for syntax highlighting",
5
"main": "index.js",
6
"scripts": {
@@ -37,7 +37,7 @@
37
"eslint-plugin-react": "^4.3.0",
38
"gulp": "^3.8.10",
39
"gulp-ruby-sass": "^0.7.1",
40
- "highlight.js": "^8.6.0",
+ "highlight.js": "^9.6.0",
41
"html-loader": "^0.2.3",
42
"jasmine-core": "^2.3.4",
43
"jsx-loader": "^0.12.2",
@@ -56,7 +56,7 @@
56
"webpack-dev-server": "^1.6.6"
57
},
58
"dependencies": {
59
- "highlight.js": "^8.4.x",
60
"react": "^0.14.0 || ^15.0.0",
61
"react-dom": "^0.14.0 || ^15.0.0"
62
}
0 commit comments