From ba682a5f38ed8dbb1d6af985b83f738d691423de Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Mon, 11 Mar 2024 16:01:57 +0800 Subject: [PATCH] chore: fix lint and test error by adding missing dependencies and upgrading old dependencies --- package.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index bfe37fd..cd609ff 100644 --- a/package.json +++ b/package.json @@ -73,26 +73,30 @@ "@hamster-bot/tsconfig": "^0.0.2", "@koishijs/plugin-database-memory": "^2.5.0", "@koishijs/plugin-mock": "^2.6.5", - "@types/chai": "^4.3.11", + "@types/chai": "^4.3.12", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.6", - "@types/node": "^20.10.1", - "@typescript-eslint/eslint-plugin": "^6.13.1", - "@typescript-eslint/parser": "^6.13.1", - "chai": "^4.3.10", + "@types/node": "^20.11.25", + "@typescript-eslint/eslint-plugin": "^7.1.1", + "@typescript-eslint/parser": "^7.1.1", + "chai": "^5.1.0", "esbuild-plugin-yaml": "^0.0.1", - "eslint": "^8.54.0", + "eslint": "^8.57.0", "eslint-import-resolver-typescript": "^3.6.1", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-mocha": "^10.4.1", + "eslint-plugin-n": "^16.6.2", + "eslint-plugin-promise": "^6.1.1", "fs-extra": "^11.2.0", "js-yaml": "^4.1.0", "koishi": "^4.16.0", "koishi-plugin-hitokoto-sentences": "^1.0.393", - "mocha": "^10.2.0", - "prettier": "^3.1.0", - "tsup": "^8.0.1", + "mocha": "^10.3.0", + "prettier": "^3.2.5", + "tsup": "^8.0.2", "tsx": "^4.7.1", "typescript": "^5.3.3", - "yml-register": "^1.1.0" + "yml-register": "^1.2.5" } }