8000 update dependencies · removed-usr/jsdoc.github.io@0d3bd8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d3bd8d

Browse files
committed
update dependencies
1 parent 14a4d78 commit 0d3bd8d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

gulpfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
'use strict';
22

3+
// for Metalsmith
4+
require('harmonize')();
5+
36
var beautify = require('metalsmith-beautify');
47
var connect = require('gulp-connect');
58
var gulp = require('gulp');

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
"description": "Documentation website for JSDoc 3.",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"fs-extra": "~0.9.1",
8-
"gulp": "~3.8.0",
7+
"fs-extra": "~0.22.1",
8+
"gulp": "~3.9.0",
99
"gulp-connect": "~2.2.0",
10-
"metalsmith": "~0.8.0",
10+
"harmonize": "~1.4.4",
11+
"metalsmith": "~2.0.1",
1112
"metalsmith-beautify": "~0.0.7",
12-
"metalsmith-headings": "https://github.com/hegemonic/metalsmith-headings/tarball/tag-name",
13+
"metalsmith-headings": "~0.1.0",
1314
"metalsmith-markdown": "~0.2.1",
14-
"minimist": "~1.1.0",
15-
"swig": "~1.3.2",
15+
"minimist": "~1.1.2",
16+
"swig": "~1.4.2",
1617
"swig-extras": "~0.0.1",
17-
"underscore": "~1.6.0"
18+
"underscore": "~1.8.3"
1819
},
1920
"private": true,
2021
"scripts": {

0 commit comments

Comments
 (0)
0