From c8163cb4c166daa214a6d99ddb6b4a8433f9af9b Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 15 Jan 2022 18:20:32 -0500 Subject: [PATCH] chore: update theme version --- _config.icarus.yml | 2 +- package.json | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_config.icarus.yml b/_config.icarus.yml index 52efb28..395c892 100644 --- a/_config.icarus.yml +++ b/_config.icarus.yml @@ -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 diff --git a/package.json b/package.json index 1b038dd..1aca51c 100644 --- a/package.json +++ b/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" } }