chore: update hexo to 3.9.0

This commit is contained in:
curben 2019-06-22 14:20:27 +09:30
parent e4cf43dd85
commit 9220800789
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"hexo": {
"version": "3.8.0"
"version": "3.9.0"
},
"scripts": {
"hexo": "hexo generate",
@ -11,7 +11,7 @@
"renovate": "renovate --token $BOT_TOKEN --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config false curben/blog"
},
"dependencies": {
"hexo": "^3.8.0",
"hexo": "^3.9.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",