Skip to content

Commit cf77857

Browse files
authored
Merge pull request #21 from jgunnison/master
Updating highlight.js dependency from 8.6.0 to 9.6.0 and updating version for package.
2 parents 6600bfd + 20a2b68 commit cf77857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-highlight",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "React component for syntax highlighting",
55
"main": "index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"eslint-plugin-react": "^4.3.0",
3838
"gulp": "^3.8.10",
3939
"gulp-ruby-sass": "^0.7.1",
40-
"highlight.js": "^8.6.0",
40+
"highlight.js": "^9.6.0",
4141
"html-loader": "^0.2.3",
4242
"jasmine-core": "^2.3.4",
4343
"jsx-loader": "^0.12.2",
@@ -56,7 +56,7 @@
5656
"webpack-dev-server": "^1.6.6"
5757
},
5858
"dependencies": {
59-
"highlight.js": "^8.4.x",
59+
"highlight.js": "^9.6.0",
6060
"react": "^0.14.0 || ^15.0.0",
6161
"react-dom": "^0.14.0 || ^15.0.0"
6262
}

0 commit comments

Comments
 (0)