diff --git a/package.json b/package.json index 908a3f4c..6f24a40e 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "eslint": "^8.55.0", "eslint-plugin-mocha": "^10.2.0", "jest-mock": "^28.1.3", - "koishi": "^4.16.1", + "koishi": "^4.16.2", "mocha": "^9.2.2", "rollup-plugin-node-polyfills": "^0.2.1", "shx": "^0.3.4", "typescript": "^5.3.2", - "yakumo": "^1.0.0-alpha.7", + "yakumo": "^1.0.0-alpha.8", "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/client/package.json b/packages/client/package.json index 99bb676c..2b2ed568 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/client", "description": "Koishi Console Client", - "version": "5.22.3", + "version": "5.22.6", "main": "client/index.ts", "files": [ "app", @@ -37,11 +37,11 @@ "dependencies": { "@koishijs/components": "1.5.2", "@maikolib/vite-plugin-yaml": "^1.0.1", - "@satorijs/protocol": "^1.1.2", + "@satorijs/protocol": "^1.1.3", "@vitejs/plugin-vue": "^4.5.1", "@vueuse/core": "^10.6.1", "cac": "^6.7.14", - "cordis": "^3.4.0", + "cordis": "^3.4.1", "cosmokit": "^1.5.1", "element-plus": "2.4.0", "marked-vue": "^1.3.0", diff --git a/packages/console/package.json b/packages/console/package.json index e4f697df..ecee79a8 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/console", "description": "Console Service for Koishi", - "version": "5.22.3", + "version": "5.22.6", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -31,6 +31,6 @@ "service" ], "peerDependencies": { - "koishi": "^4.16.1" + "koishi": "^4.16.2" } } diff --git a/packages/market/package.json b/packages/market/package.json index b0994031..046dfe4a 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/market", "description": "Market UI for Koishi", - "version": "4.1.8", + "version": "4.2.0", "main": "client/index.ts", "files": [ "client" diff --git a/packages/online/package.json b/packages/online/package.json index 85731231..dd178f1b 100644 --- a/packages/online/package.json +++ b/packages/online/package.json @@ -26,10 +26,10 @@ "online" ], "devDependencies": { - "@koishijs/client": "^5.22.3", + "@koishijs/client": "^5.22.6", "@koishijs/dns": "^1.0.1", "@koishijs/fs": "^1.3.7", - "@koishijs/loader": "^4.3.1", + "@koishijs/loader": "^4.3.2", "@koishijs/os": "^1.0.2", "@koishijs/path": "^1.0.0", "@koishijs/url": "^1.0.3" diff --git a/plugins/actions/package.json b/plugins/actions/package.json index 8ff206bf..bf82119c 100644 --- a/plugins/actions/package.json +++ b/plugins/actions/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3" + "@koishijs/client": "^5.22.6" }, "dependencies": { - "@koishijs/console": "^5.22.3" + "@koishijs/console": "^5.22.6" } } diff --git a/plugins/admin/package.json b/plugins/admin/package.json index 9b4af75e..6fc97bb2 100644 --- a/plugins/admin/package.json +++ b/plugins/admin/package.json @@ -50,8 +50,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -59,14 +59,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.22.3", - "@koishijs/plugin-console": "^5.22.3", + "@koishijs/client": "^5.22.6", + "@koishijs/plugin-console": "^5.22.6", "@koishijs/plugin-locales": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/analytics/package.json b/plugins/analytics/package.json index c470073b..2c0d5f51 100644 --- a/plugins/analytics/package.json +++ b/plugins/analytics/package.json @@ -49,17 +49,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.22.3", + "@koishijs/client": "^5.22.6", "echarts": "^5.4.3", - "koishi": "^4.16.1", + "koishi": "^4.16.2", "vue-echarts": "^6.6.1" }, "dependencies": { - "@koishijs/console": "^5.22.3" + "@koishijs/console": "^5.22.6" } } diff --git a/plugins/auth/package.json b/plugins/auth/package.json index 84139224..3b7e6dc2 100644 --- a/plugins/auth/package.json +++ b/plugins/auth/package.json @@ -48,13 +48,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3" + "@koishijs/client": "^5.22.6" }, "dependencies": { - "@koishijs/console": "^5.22.3" + "@koishijs/console": "^5.22.6" } } diff --git a/plugins/commands/package.json b/plugins/commands/package.json index 10aa3999..d48dccd5 100644 --- a/plugins/commands/package.json +++ b/plugins/commands/package.json @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,15 +54,15 @@ } }, "devDependencies": { - "@koishijs/client": "^5.22.3", - "@koishijs/plugin-config": "^2.7.1", - "@koishijs/plugin-console": "^5.22.3", + "@koishijs/client": "^5.22.6", + "@koishijs/plugin-config": "^2.7.6", + "@koishijs/plugin-console": "^5.22.6", "@koishijs/plugin-locales": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/config/package.json b/plugins/config/package.json index 4afa0589..55179366 100644 --- a/plugins/config/package.json +++ b/plugins/config/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-config", "description": "Manage your bots and plugins with console", - "version": "2.7.1", + "version": "2.7.6", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -56,16 +56,16 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3", + "@koishijs/client": "^5.22.6", "@koishijs/plugin-hmr": "^1.2.6", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "@koishijs/registry": "^7.0.0", "throttle-debounce": "^3.0.1" } diff --git a/plugins/console/package.json b/plugins/console/package.json index 847c85f3..12b98bd3 100644 --- a/plugins/console/package.json +++ b/plugins/console/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-console", "description": "Web User Interface for Koishi", - "version": "5.22.3", + "version": "5.22.6", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -52,11 +52,11 @@ } }, "peerDependencies": { - "koishi": "^4.16.1" + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3", - "@koishijs/loader": "^4.3.1", + "@koishijs/client": "^5.22.6", + "@koishijs/loader": "^4.3.2", "@koishijs/plugin-server": "^3.1.3", "@koishijs/plugin-server-proxy": "^1.1.0", "@maikolib/vite-plugin-yaml": "^1.0.1", @@ -65,7 +65,7 @@ "vite": "^4.5.0" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "open": "^8.4.2", "uuid": "^8.3.2", "ws": "^8.14.2" diff --git a/plugins/explorer/package.json b/plugins/explorer/package.json index 57ed0f0c..d003a780 100644 --- a/plugins/explorer/package.json +++ b/plugins/explorer/package.json @@ -59,16 +59,16 @@ "client": "./build/client" }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3", + "@koishijs/client": "^5.22.6", "@types/throttle-debounce": "^2.1.0", "monaco-editor": "~0.44.0" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "anymatch": "^3.1.3", "chardet": "^2.0.0", "chokidar": "^3.5.3", diff --git a/plugins/insight/package.json b/plugins/insight/package.json index 4319a186..2fe45260 100644 --- a/plugins/insight/package.json +++ b/plugins/insight/package.json @@ -53,17 +53,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3", + "@koishijs/client": "^5.22.6", "@types/d3-force": "^3.0.9", "@types/throttle-debounce": "^2.1.0", "d3-force": "^3.0.0" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/locales/package.json b/plugins/locales/package.json index 86a66aa3..c7f8da2d 100644 --- a/plugins/locales/package.json +++ b/plugins/locales/package.json @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,14 +54,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.22.3", - "@koishijs/plugin-console": "^5.22.3", + "@koishijs/client": "^5.22.6", + "@koishijs/plugin-console": "^5.22.6", "@koishijs/plugin-mock": "^2.6.5", "@types/js-yaml": "^4.0.9", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "js-yaml": "^4.1.0", "throttle-debounce": "^3.0.1" } diff --git a/plugins/logger/package.json b/plugins/logger/package.json index 3dfb9c0e..58e7668f 100644 --- a/plugins/logger/package.json +++ b/plugins/logger/package.json @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,14 +54,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.22.3", + "@koishijs/client": "^5.22.6", "@types/throttle-debounce": "^2.1.0", "ansi_up": "^5.2.1", - "koishi": "^4.16.1", + "koishi": "^4.16.2", "reggol": "^1.6.3" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/market/package.json b/plugins/market/package.json index 5eeb9207..35a7ac50 100644 --- a/plugins/market/package.json +++ b/plugins/market/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-market", "description": "Manage your bots and plugins with console", - "version": "2.7.4", + "version": "2.7.6", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -59,8 +59,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -68,15 +68,15 @@ } }, "devDependencies": { - "@koishijs/client": "^5.22.3", - "@koishijs/market": "^4.1.8", - "@koishijs/plugin-config": "^2.7.1", + "@koishijs/client": "^5.22.6", + "@koishijs/market": "^4.2.0", + "@koishijs/plugin-config": "^2.7.6", "@types/semver": "^7.5.6", "@types/throttle-debounce": "^2.1.0", "@types/which-pm-runs": "^1.0.2" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "@koishijs/registry": "^7.0.0", "execa": "^5.1.1", "get-registry": "^1.1.0", diff --git a/plugins/notifier/package.json b/plugins/notifier/package.json index 37a6d716..96c18d9c 100644 --- a/plugins/notifier/package.json +++ b/plugins/notifier/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3" + "@koishijs/client": "^5.22.6" }, "dependencies": { - "@koishijs/console": "^5.22.3" + "@koishijs/console": "^5.22.6" } } diff --git a/plugins/oobe/package.json b/plugins/oobe/package.json index 505bc1de..7b8d2ae1 100644 --- a/plugins/oobe/package.json +++ b/plugins/oobe/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3" + "@koishijs/client": "^5.22.6" }, "dependencies": { - "@koishijs/console": "^5.22.3" + "@koishijs/console": "^5.22.6" } } diff --git a/plugins/sandbox/package.json b/plugins/sandbox/package.json index 22716956..21f5de8e 100644 --- a/plugins/sandbox/package.json +++ b/plugins/sandbox/package.json @@ -52,15 +52,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.22.3", - "@koishijs/plugin-console": "^5.22.3" + "@koishijs/client": "^5.22.6", + "@koishijs/plugin-console": "^5.22.6" }, "dependencies": { - "@koishijs/console": "^5.22.3" + "@koishijs/console": "^5.22.6" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index f958c519..4e05fdfd 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -41,19 +41,19 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.22.3", - "koishi": "^4.16.1" + "@koishijs/plugin-console": "^5.22.6", + "koishi": "^4.16.2" }, "devDependencies": { - "@koishijs/client": "^5.22.3", + "@koishijs/client": "^5.22.6", "@koishijs/plugin-analytics": "^2.0.5", - "@koishijs/plugin-config": "^2.7.1", + "@koishijs/plugin-config": "^2.7.6", "@types/envinfo": "^7.8.3", "@types/throttle-debounce": "^2.1.0", - "koishi": "^4.16.1" + "koishi": "^4.16.2" }, "dependencies": { - "@koishijs/console": "^5.22.3", + "@koishijs/console": "^5.22.6", "envinfo": "^7.11.0", "throttle-debounce": "^3.0.1", "which-pm-runs": "^1.1.0"