Update package.json

This commit is contained in:
Nofated 2022-01-26 10:24:46 +08:00 committed by GitHub
parent 76ccf708f5
commit a72f08c446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -9,12 +9,10 @@
"server": "hexo server"
},
"hexo": {
"version": "^5.0.2"
"version": "6.0.0"
},
"dependencies": {
"bulma-stylus": "^0.8.0",
"hexo": "^5.0.3",
"hexo-log": "^2.0.0",
"hexo": "^6.0.0",
"hexo-component-inferno": "^0.12.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
@ -27,9 +25,9 @@
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-marked": "^3.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-server": "^3.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-theme-icarus": "^4.5.0",
"hexo-theme-icarus": "^5.0.0-rc.1",
"inferno": "^7.4.7",
"inferno-create-element": "^7.4.7"
}