diff --git a/website/package.json b/website/package.json index 876187784e..2487a9fecb 100644 --- a/website/package.json +++ b/website/package.json @@ -16,7 +16,7 @@ "drag-drop": "^4.2.0", "glob": "^7.1.2", "he": "^1.1.1", - "hexo": "3.8.0", + "hexo": "4.0.0", "hexo-browsersync": "^0.3.0", "hexo-filter-github-emojis": "^2.1.0", "hexo-generator-alias": "^0.1.3", @@ -41,6 +41,6 @@ "node-notifier": "^5.2.1", "postcss-inline-svg": "^3.1.1", "prismjs": "^1.15.0", - "watchify": "^3.11.0" + "watchify": "^4.0.0" } }