Skip to content

Commit 1f3aa7f

Browse files
committed
Update deps
1 parent e71c158 commit 1f3aa7f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,41 +30,41 @@
3030
"dependencies": {
3131
"abbrev": "^1.0.7",
3232
"archy": "^1.0.0",
33-
"bluebird": "^3.3.1",
34-
"chalk": "^1.1.1",
33+
"bluebird": "^3.4.0",
34+
"chalk": "^1.1.3",
3535
"cheerio": "^0.20.0",
3636
"hexo-cli": "^1.0.1",
3737
"hexo-front-matter": "^0.2.2",
3838
"hexo-fs": "^0.1.5",
3939
"hexo-i18n": "^0.2.1",
4040
"hexo-log": "^0.1.2",
41-
"hexo-util": "^0.5.3",
42-
"js-yaml": "^3.5.3",
43-
"lodash": "^4.5.0",
41+
"hexo-util": "^0.6.0",
42+
"js-yaml": "^3.6.1",
43+
"lodash": "^4.13.1",
4444
"minimatch": "^3.0.0",
45-
"moment": "~2.11.2",
46-
"moment-timezone": "^0.5.0",
47-
"nunjucks": "^2.3.0",
45+
"moment": "~2.13.0",
46+
"moment-timezone": "^0.5.4",
47+
"nunjucks": "^2.4.2",
4848
"pretty-hrtime": "^1.0.2",
49-
"strip-indent": "^1.0.1",
49+
"strip-indent": "^2.0.0",
5050
"swig": "1.4.2",
5151
"swig-extras": "0.0.1",
5252
"text-table": "^0.2.0",
53-
"tildify": "^1.1.2",
54-
"titlecase": "^1.0.2",
53+
"tildify": "^1.2.0",
54+
"titlecase": "^1.1.2",
5555
"warehouse": "^2.2.0"
5656
},
5757
"devDependencies": {
5858
"chai": "^3.5.0",
59-
"chai-as-promised": "^5.2.0",
60-
"eslint": "^2.2.0",
59+
"chai-as-promised": "^5.3.0",
60+
"eslint": "^2.12.0",
6161
"eslint-config-hexo": "^1.0.3",
6262
"hexo-renderer-marked": "^0.2.10",
63-
"istanbul": "^0.4.2",
64-
"jscs": "^2.10.1",
63+
"istanbul": "^0.4.3",
64+
"jscs": "^3.0.4",
6565
"jscs-preset-hexo": "^1.0.1",
66-
"mocha": "^2.4.5",
66+
"mocha": "^2.5.3",
6767
"rewire": "^2.5.1",
68-
"sinon": "^1.17.3"
68+
"sinon": "^1.17.4"
6969
}
7070
}

0 commit comments

Comments
 (0)