Skip to content

Commit 3f0f0ed

Browse files
committed
Updated packages.
1 parent 4876ffc commit 3f0f0ed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"adm-zip": "0.4.7",
1010
"chalk": "1.1.1",
1111
"dox": "0.8.0",
12-
"handlebars": "4.0.3",
13-
"highlight.js": "8.8.0",
14-
"markdown-it": "5.0.0",
12+
"handlebars": "4.0.4",
13+
"highlight.js": "8.9.1",
14+
"markdown-it": "5.0.1",
1515
"promise": "7.0.4",
1616
"q": "1.4.1",
1717
"sqlite3": "3.1.0",

templates/bootstrap.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ pre .hljs {
116116
var protocol = w.location.protocol === 'file:' ? 'http:' : w.location.protocol,
117117
resource = [
118118
'//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css',
119-
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/github.min.css',
119+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css',
120120
'//code.jquery.com/jquery-2.1.4.js',
121-
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js'
121+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js'
122122
];
123123
124124
function loadResource(url) {

templates/dash/resources/highlight.js/github.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)