Skip to content

Commit c582bdb

Browse files
committed
Updated packages.
1 parent 44dbffc commit c582bdb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"chalk": "1.1.3",
1111
"dox": "0.8.1",
1212
"handlebars": "4.0.5",
13-
"highlight.js": "9.3.0",
14-
"markdown-it": "6.0.1",
13+
"highlight.js": "9.4.0",
14+
"markdown-it": "6.0.5",
1515
"q": "1.4.1",
1616
"sqlite3": "3.1.4",
1717
"temp": "0.8.3"
1818
},
1919
"devDependencies": {
20-
"mocha": "2.4.5"
20+
"mocha": "2.5.3"
2121
},
2222
"scripts": {
2323
"test": "make test"

templates/bootstrap.hbs

Lines changed: 3 additions & 3 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.6/css/bootstrap.min.css',
119-
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/github.min.css',
120-
'//code.jquery.com/jquery-2.2.3.min.js',
121-
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js'
119+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/github.min.css',
120+
'//code.jquery.com/jquery-3.0.0.min.js',
121+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/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)