Skip to content

Commit 03c0b7b

Browse files
committed
Updated packages.
1 parent b0092fc commit 03c0b7b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"license": "MIT",
88
"dependencies": {
99
"adm-zip": "0.4.7",
10-
"chalk": "1.1.0",
10+
"chalk": "1.1.1",
1111
"dox": "0.8.0",
12-
"handlebars": "3.0.3",
13-
"highlight.js": "8.7.0",
14-
"markdown-it": "4.4.0",
15-
"promise": "7.0.3",
16-
"sqlite3": "3.0.9",
12+
"handlebars": "4.0.3",
13+
"highlight.js": "8.8.0",
14+
"markdown-it": "5.0.0",
15+
"promise": "7.0.4",
16+
"sqlite3": "3.1.0",
1717
"temp": "0.8.3"
1818
},
1919
"devDependencies": {
20-
"mocha": "2.2.5"
20+
"mocha": "2.3.3"
2121
},
2222
"scripts": {
2323
"test": "make test"

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.7/styles/github.min.css',
119+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/github.min.css',
120120
'//code.jquery.com/jquery-2.1.4.js',
121-
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js'
121+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.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)