升级hexo

1
> npm install npm-check-updates -g
1
2
3
4
5
6
7
8
9
10
11
> ncu
Checking D:\Documents\hexo\hexo\package.json
[====================] 11/11 100%

hexo ^5.0.0 → ^5.4.0
hexo-deployer-git ^2.1.0 → ^3.0.0
hexo-renderer-marked ^2.0.0 → ^4.0.0
hexo-renderer-stylus ^1.1.0 → ^2.0.1
hexo-server ^1.0.0 → ^2.0.0

Run ncu -u to upgrade package.json
1
2
3
4
5
6
7
8
9
10
11
12
> ncu -u
Upgrading D:\Documents\hexo\hexo\package.json
[====================] 11/11 100%

hexo ^5.0.0 → ^5.4.0
hexo-abbrlink ^2.0.5 → ^2.2.1
hexo-deployer-git ^2.1.0 → ^3.0.0
hexo-renderer-marked ^2.0.0 → ^4.0.0
hexo-renderer-stylus ^1.1.0 → ^2.0.1
hexo-server ^1.0.0 → ^2.0.0

Run npm install to install new versions.
1
> npm install