mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: updates highlightjs to latest version to avoid a freeze (#10578)
Example repro of the freeze: ``` ```css [ ```
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"eslint-plugin-lodash": "^6.0.0",
|
||||
"favcount": "https://github.com/chrishunt/favcount",
|
||||
"handlebars": "^4.7.0",
|
||||
"highlight.js": "https://github.com/highlightjs/highlight.js#d72f0817aaab8187711fca7c608f5272ea5147f6",
|
||||
"highlight.js": "https://github.com/highlightjs/highlight.js",
|
||||
"intersection-observer": "^0.5.1",
|
||||
"jquery": "3.5.0",
|
||||
"jquery-color": "3.0.0-alpha.1",
|
||||
|
||||
Reference in New Issue
Block a user