From d28eea1d9b547c1f84c288da0252c0181c9eb920 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:22:34 +0800 Subject: [PATCH] test: fix missing module --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c929917..0a1603e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "chai": "^4.2.0", "eslint": "^8.3.0", "eslint-config-hexo": "^5.0.0", - "hexo": "hexojs/hexo", + "hexo": "^7.3.0", "mocha": "^10.2.0" } }