From 5ba9262ee5083df6c2746e6106a37217f6f71812 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Sat, 17 Feb 2024 00:11:42 +0800 Subject: [PATCH] fix test --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc18cbe..2789b1f 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "@hamster-bot/eslint-config": "*", "@hamster-bot/prettier-config": "*", "@hamster-bot/tsconfig": "^0.0.2", - "@koishijs/plugin-database-memory": "^1.4.1", - "@koishijs/plugin-mock": "^2.0.0", + "@koishijs/plugin-database-memory": "^2.6.0", + "@koishijs/plugin-mock": "^2.6.5", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.0", "@types/node": "^17.0.5",