Skip to content

Commit

Permalink
build: Update hexo library.
Browse files Browse the repository at this point in the history
Note: hexo 6.0.0 was just released but doesn't work directly.  This
should be revisited in a few weeks and adjusted to work with hexo 6.

This is part of #1132.
  • Loading branch information
manthey committed Dec 22, 2021
1 parent 8b3946a commit 7e28bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"dependencies": {
"hexo": "^5.4.0",
"hexo-fs": "^3.1.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^4.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^4.1.0",
"hexo-renderer-scss": "^1.2.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-server": "^2.0.0"
},
"devDependencies": {
"ejs-lint": "^1.2.1",
"hexo-cli": "^4.2.0"
"hexo-cli": "^4.3.0"
}
}

0 comments on commit 7e28bef

Please sign in to comment.