diff --git a/package.json b/package.json index 79c81b6e..c48d4322 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "esbuild": "^0.14.51", "esbuild-register": "^3.3.3", "jest-mock": "^28.1.3", - "koishi": "^4.9.5", + "koishi": "^4.9.6", "mocha": "^9.2.2", "rollup-plugin-node-polyfills": "^0.2.1", "shx": "^0.3.4", diff --git a/packages/auth/package.json b/packages/auth/package.json index 74a8cb91..c8f2f870 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -49,10 +49,10 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7" + "@koishijs/client": "^4.6.8" } } diff --git a/packages/chat/package.json b/packages/chat/package.json index 7a084b0a..969c0650 100644 --- a/packages/chat/package.json +++ b/packages/chat/package.json @@ -46,8 +46,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -55,7 +55,7 @@ } }, "devDependencies": { - "@koishijs/client": "^4.6.7", - "@koishijs/plugin-console": "^4.6.7" + "@koishijs/client": "^4.6.8", + "@koishijs/plugin-console": "^4.6.8" } } diff --git a/packages/client/package.json b/packages/client/package.json index 00241c0c..2113f02b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/client", "description": "Koishi Console Client", - "version": "4.6.7", + "version": "4.6.8", "main": "client/index.ts", "files": [ "app", diff --git a/packages/commands/package.json b/packages/commands/package.json index a83bd6d1..d9b5c032 100644 --- a/packages/commands/package.json +++ b/packages/commands/package.json @@ -37,11 +37,11 @@ } }, "peerDependencies": { - "koishi": "^4.9.5" + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7", - "@koishijs/plugin-console": "^4.6.7", + "@koishijs/client": "^4.6.8", + "@koishijs/plugin-console": "^4.6.8", "@koishijs/plugin-mock": "^2.1.0", "@types/throttle-debounce": "^2.1.0" }, diff --git a/packages/console/package.json b/packages/console/package.json index 72c758d5..7956c159 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-console", "description": "Web User Interface for Koishi", - "version": "4.6.7", + "version": "4.6.8", "main": "lib/node/index.js", "typings": "lib/index.d.ts", "exports": { @@ -57,10 +57,10 @@ } }, "peerDependencies": { - "koishi": "^4.9.5" + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7", + "@koishijs/client": "^4.6.8", "@types/uuid": "^8.3.4" }, "dependencies": { diff --git a/packages/dataview/package.json b/packages/dataview/package.json index 665de639..01887aaf 100644 --- a/packages/dataview/package.json +++ b/packages/dataview/package.json @@ -53,10 +53,10 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7" + "@koishijs/client": "^4.6.8" } } diff --git a/packages/insight/package.json b/packages/insight/package.json index 958fd5bf..403a4f69 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -52,11 +52,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7", + "@koishijs/client": "^4.6.8", "@koishijs/loader": "^2.2.1", "@types/d3-force": "^3.0.3", "@types/throttle-debounce": "^2.1.0" diff --git a/packages/logger/package.json b/packages/logger/package.json index 6eb4c5d5..f8037e99 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -45,12 +45,12 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7", - "@koishijs/cli": "^4.9.5", + "@koishijs/client": "^4.6.8", + "@koishijs/cli": "^4.9.6", "ansi_up": "^5.1.0" } } diff --git a/packages/market/package.json b/packages/market/package.json index ae32f423..6403bb60 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -55,12 +55,12 @@ } }, "peerDependencies": { - "@koishijs/cli": "^4.9.5", - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/cli": "^4.9.6", + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7", + "@koishijs/client": "^4.6.8", "@types/spark-md5": "^3.0.2", "@types/throttle-debounce": "^2.1.0", "@types/which-pm-runs": "^1.0.0" diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index bffc7a2d..1f7a4d18 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -49,11 +49,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7", - "@koishijs/plugin-console": "^4.6.7" + "@koishijs/client": "^4.6.8", + "@koishijs/plugin-console": "^4.6.8" } } diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 92d3938d..6449b789 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -31,7 +31,7 @@ "koishi" ], "peerDependencies": { - "@koishijs/client": "^4.6.7" + "@koishijs/client": "^4.6.8" }, "devDependencies": { "@types/fs-extra": "^9.0.13", diff --git a/packages/status/package.json b/packages/status/package.json index 32f7337a..90f3c780 100644 --- a/packages/status/package.json +++ b/packages/status/package.json @@ -46,12 +46,12 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^4.6.7", - "koishi": "^4.9.5" + "@koishijs/plugin-console": "^4.6.8", + "koishi": "^4.9.6" }, "devDependencies": { - "@koishijs/client": "^4.6.7", - "@koishijs/cli": "^4.9.5", + "@koishijs/client": "^4.6.8", + "@koishijs/cli": "^4.9.6", "echarts": "^5.3.3", "vue-echarts": "^6.2.3" }