Skip to content

Commit 74bed06

Browse files
committed
Updated to latest release of highlight.js and relaxed react and react-dom to support 0.14 and 15.0 versions
1 parent 6272ba8 commit 74bed06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
"worker-loader": "^0.7.0"
9797
},
9898
"dependencies": {
99-
"highlight.js": "^8.9.1"
99+
"highlight.js": "^9.3.0"
100100
},
101101
"peerDependencies": {
102-
"react": "^15.0.2",
103-
"react-dom": "^15.0.2"
102+
"react": "^0.14.0 || ^15.0.0",
103+
"react-dom": "^0.14.0 || ^15.0.0"
104104
}
105105
}

0 commit comments

Comments
 (0)