diff --git a/package.json b/package.json index 338d2cbda..131b0c697 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "shx": "^0.3.4", "source-map-support": "^0.5.21", "typescript": "^5.3.2", - "yakumo": "^1.0.0-alpha.9", + "yakumo": "^1.0.0-alpha.10", "yakumo-esbuild": "^1.0.0-alpha.2", "yakumo-mocha": "^1.0.0-alpha.1", "yakumo-publish-sync": "^1.0.0-alpha.1", diff --git a/packages/core/package.json b/packages/core/package.json index 6e2e2c6cf..a526c571d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/core", "description": "Core Features for Koishi", - "version": "4.16.3", + "version": "4.16.4", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -34,8 +34,8 @@ "@koishijs/i18n-utils": "^1.0.0", "@koishijs/utils": "^7.1.2", "@minatojs/core": "^2.8.1", - "@satorijs/core": "^3.3.4", - "cordis": "^3.4.1", + "@satorijs/core": "^3.4.1", + "cordis": "^3.6.0", "cosmokit": "^1.5.2", "fastest-levenshtein": "^1.0.16" } diff --git a/packages/koishi/package.json b/packages/koishi/package.json index c2d130f71..38a024e4e 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -1,7 +1,7 @@ { "name": "koishi", "description": "Cross-Platform Chatbot Framework Made with Love", - "version": "4.16.3", + "version": "4.16.4", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -44,11 +44,11 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.16.3", - "@koishijs/loader": "4.3.3", + "@koishijs/core": "4.16.4", + "@koishijs/loader": "4.3.4", "@koishijs/plugin-server": "^3.1.3", "@koishijs/utils": "^7.1.2", - "@satorijs/satori": "^3.3.4", + "@satorijs/satori": "^3.4.1", "cac": "^6.7.14", "kleur": "^4.1.5" }, diff --git a/packages/loader/package.json b/packages/loader/package.json index 0ca4e20e5..f2e1225a2 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/loader", "description": "Config Loader for Koishi", - "version": "4.3.3", + "version": "4.3.4", "main": "lib/index.js", "module": "lib/shared.mjs", "types": "lib/index.d.ts", @@ -41,10 +41,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.16.3" + "@koishijs/core": "4.16.4" }, "devDependencies": { - "@koishijs/core": "4.16.3", + "@koishijs/core": "4.16.4", "@types/js-yaml": "^4.0.9" }, "dependencies": { diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 2bd8e529f..68970bec9 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -46,11 +46,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index f707fde47..269bc7f42 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 46e24c5e2..b2f9ac43e 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 2b4c835d4..3c99a93e8 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -41,10 +41,10 @@ ] }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 6dd948ab5..453d211e4 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 55d7fbff7..da57bac89 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -47,10 +47,10 @@ ] }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 08601f0e4..88acef693 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { "@minatojs/driver-memory": "^2.5.1" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 85ce23afa..21091b1ae 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { "@minatojs/driver-mongo": "^2.10.4" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 0fa9c6dc5..4f82eb825 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { "@minatojs/driver-mysql": "^2.7.5" diff --git a/plugins/database/postgres/package.json b/plugins/database/postgres/package.json index e691cb8a6..fa724cfc4 100644 --- a/plugins/database/postgres/package.json +++ b/plugins/database/postgres/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { "@minatojs/driver-postgres": "^1.1.3" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 477783c14..9e36ee9f7 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -51,10 +51,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { "@minatojs/driver-sqlite": "^3.8.4" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index ce33a92f2..d55f367ab 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-hmr", "description": "Hot Module Replacement Plugin for Koishi", - "version": "1.2.7", + "version": "1.2.8", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -42,15 +42,15 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@types/babel__code-frame": "^7.0.6", "esbuild": "^0.18.20", - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { "@babel/code-frame": "^7.23.5", - "chokidar": "^3.5.3", + "chokidar": "^3.5.3" } } diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 96d24b5f2..b2350de89 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/plugin-server": "^3.1.3", - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/plugins/server/package.json b/plugins/server/package.json index 98734016f..79acf91df 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { "@cordisjs/server": "^0.1.3"