chore: update theme version
parent
3264e1859e
commit
c8163cb4c1
|
@ -1,5 +1,5 @@
|
|||
# Version of the configuration file
|
||||
version: 4.0.0
|
||||
version: 5.0.0
|
||||
# Icarus theme variant, can be "default" or "cyberpunk"
|
||||
variant: default
|
||||
# Path or URL to the website's logo
|
||||
|
|
15
package.json
15
package.json
|
@ -3,22 +3,25 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"hexo": {
|
||||
"version": "5.4.0"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bulma-stylus": "0.8.0",
|
||||
"hexo": "^5.0.2",
|
||||
"hexo": "^6.0.0",
|
||||
"hexo-algolia": "^1.3.1",
|
||||
"hexo-deployer-git": "^2.0.0",
|
||||
"hexo-filter-github-emojis": "^2.1.0",
|
||||
"hexo-deployer-git": "^3.0.0",
|
||||
"hexo-filter-github-emojis": "^3.0.4",
|
||||
"hexo-generator-archive": "^1.0.0",
|
||||
"hexo-generator-feed": "^3.0.0",
|
||||
"hexo-generator-index": "^2.0.0",
|
||||
"hexo-generator-tag": "^1.0.0",
|
||||
"hexo-renderer-inferno": "^0.1.3",
|
||||
"hexo-renderer-marked": "^3.0.0",
|
||||
"hexo-renderer-marked": "^4.0.0",
|
||||
"hexo-renderer-stylus": "^2.0.0",
|
||||
"hexo-server": "^2.0.0",
|
||||
"hexo-server": "^3.0.0",
|
||||
"hexo-theme-icarus": "^4.3.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"stylus": "^0.54.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue