From 8044a5c7e71117ba46d304b2842ea394f03ef7c5 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Thu, 30 Nov 2023 11:58:09 +0800 Subject: [PATCH] chore: bump dependencies --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index de19b1a..99deb06 100644 --- a/package.json +++ b/package.json @@ -65,31 +65,31 @@ }, "prettier": "@hamster-bot/prettier-config", "peerDependencies": { - "koishi": "^4.8.5" + "koishi": "^4.11.0" }, "devDependencies": { "@hamster-bot/constructeur": "*", "@hamster-bot/eslint-config": "*", "@hamster-bot/prettier-config": "*", - "@koishijs/plugin-database-memory": "^1.4.2", - "@koishijs/plugin-mock": "^2.0.2", - "@types/chai": "^4.3.3", - "@types/fs-extra": "^9.0.13", - "@types/js-yaml": "^4.0.5", - "@types/mocha": "^9.1.1", - "@types/node": "^18.7.9", - "@typescript-eslint/eslint-plugin": "^5.30.5", - "@typescript-eslint/parser": "^5.30.5", - "chai": "^4.3.6", - "eslint": "^8.19.0", - "eslint-import-resolver-typescript": "^3.4.1", - "fs-extra": "^10.1.0", + "@koishijs/plugin-database-memory": "^2.5.0", + "@koishijs/plugin-mock": "^2.6.5", + "@types/chai": "^4.3.11", + "@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", + "eslint": "^8.54.0", + "eslint-import-resolver-typescript": "^3.6.1", + "fs-extra": "^11.2.0", "js-yaml": "^4.1.0", - "mocha": "^10.0.0", - "prettier": "^2.7.1", - "rimraf": "^3.0.2", + "mocha": "^10.2.0", + "prettier": "^3.1.0", + "rimraf": "^5.0.5", "ts-node": "^10.9.1", - "typescript": "^4.7.3", + "typescript": "^5.3.2", "yml-register": "^1.1.0" } }