From 5fc6758e2a56819ae66a66c430b3566d38e9c378 Mon Sep 17 00:00:00 2001 From: Aetf Date: Fri, 21 Jul 2023 01:21:59 -0700 Subject: [PATCH] Fix: do not require unreleased hexo version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index dedfc07..4e3462a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ }, "peerDependencies": { "@iktakahiro/markdown-it-katex": "^4.0.1", - "hexo": "^7.0.0", + "hexo": "^6.3.0", "hexo-renderer-markdown-it": "^7.1.0", "hexo-theme-next": "^8.0.1" } diff --git a/package.json b/package.json index b5f09d4..489b752 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "peerDependencies": { "@iktakahiro/markdown-it-katex": "^4.0.1", - "hexo": "^7.0.0", + "hexo": "^6.3.0", "hexo-renderer-markdown-it": "^7.1.0", "hexo-theme-next": "^8.0.1" },