chore(deps): temporarily update hexo-util & hexo-fs

for compatibility with Node 14
This commit is contained in:
MDLeom 2020-04-30 05:15:24 +01:00
parent dd2b49c4ca
commit c6d0b9d8b8
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@
"hexo-renderer-marked": "hexojs/hexo-renderer-marked",
"hexo-yam": "curbengh/hexo-yam",
"postcss-normalize": "^9.0.0",
"sanitize.css": "^11.0.0"
"sanitize.css": "^11.0.0",
"hexo-util": "hexojs/hexo-util",
"hexo-fs": "hexojs/hexo-fs"
},
"devDependencies": {
"hexo-server": "hexojs/hexo-server"