diff --git a/packages/client/package.json b/packages/client/package.json index 5c123d7a..8b9a2a96 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/client", "description": "Koishi Console Client", - "version": "5.10.4", + "version": "5.11.0", "main": "client/index.ts", "files": [ "app", @@ -34,7 +34,7 @@ "build" ], "dependencies": { - "@koishijs/components": "1.2.0", + "@koishijs/components": "1.2.1", "@maikolib/vite-plugin-yaml": "^1.0.1", "@vitejs/plugin-vue": "^4.2.3", "@vueuse/core": "^10.1.2", diff --git a/packages/components/package.json b/packages/components/package.json index c065d49b..0fe618d6 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/components", "description": "Client components for Koishi", - "version": "1.2.0", + "version": "1.2.1", "main": "client/index.ts", "files": [ "client", @@ -31,6 +31,6 @@ "dependencies": { "@satorijs/element": "^2.4.2", "cosmokit": "^1.4.2", - "schemastery-vue": "6.0.0" + "schemastery-vue": "6.1.0" } } diff --git a/packages/market/package.json b/packages/market/package.json index b18ec292..ac7c32e6 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -35,7 +35,7 @@ "vue-i18n": "^9" }, "dependencies": { - "@koishijs/components": "^1.2.0", + "@koishijs/components": "^1.2.1", "cosmokit": "^1.4.2", "spark-md5": "^3.0.2" } diff --git a/packages/online/package.json b/packages/online/package.json index 81eecffb..4d392e81 100644 --- a/packages/online/package.json +++ b/packages/online/package.json @@ -26,7 +26,7 @@ "online" ], "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "@koishijs/fs": "^1.3.2", "@koishijs/os": "^1.0.1", "@koishijs/url": "^1.0.3", diff --git a/plugins/analytics/package.json b/plugins/analytics/package.json index 0ac70247..11c7da46 100644 --- a/plugins/analytics/package.json +++ b/plugins/analytics/package.json @@ -48,12 +48,12 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { "@koishijs/assets": "^1.0.2", - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "echarts": "^5.4.2", "koishi": "^4.13.1", "vue-echarts": "^6.5.5" diff --git a/plugins/auth/package.json b/plugins/auth/package.json index 9230a184..649f2c9a 100644 --- a/plugins/auth/package.json +++ b/plugins/auth/package.json @@ -47,10 +47,10 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4" + "@koishijs/client": "^5.11.0" } } diff --git a/plugins/commands/package.json b/plugins/commands/package.json index fd3cc531..ad0a2ba0 100644 --- a/plugins/commands/package.json +++ b/plugins/commands/package.json @@ -37,7 +37,7 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "peerDependenciesMeta": { @@ -46,10 +46,10 @@ } }, "devDependencies": { - "@koishijs/client": "^5.10.4", - "@koishijs/plugin-console": "^5.10.4", - "@koishijs/plugin-locales": "^2.2.7", - "@koishijs/plugin-config": "^2.0.0", + "@koishijs/client": "^5.11.0", + "@koishijs/plugin-console": "^5.11.0", + "@koishijs/plugin-locales": "^2.3.0", + "@koishijs/plugin-config": "^2.1.0", "@koishijs/plugin-mock": "^2.4.3", "@types/throttle-debounce": "^2.1.0" }, diff --git a/plugins/config/package.json b/plugins/config/package.json index 77c4ad0e..dfff6f86 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.0.0", + "version": "2.1.0", "main": "lib/node/index.js", "typings": "lib/index.d.ts", "exports": { @@ -54,11 +54,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "@koishijs/registry": "^5.0.0", "@types/throttle-debounce": "^2.1.0" }, diff --git a/plugins/console/package.json b/plugins/console/package.json index 8b811269..ac16f8c8 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.10.4", + "version": "5.11.0", "main": "lib/node/index.js", "typings": "lib/index.d.ts", "exports": { @@ -56,7 +56,7 @@ "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "@maikolib/vite-plugin-yaml": "^1.0.1", "@types/uuid": "^8.3.4", "@vitejs/plugin-vue": "^4.2.3", diff --git a/plugins/dataview/package.json b/plugins/dataview/package.json index 6cf5cf96..9118f01f 100644 --- a/plugins/dataview/package.json +++ b/plugins/dataview/package.json @@ -52,10 +52,10 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4" + "@koishijs/client": "^5.11.0" } } diff --git a/plugins/explorer/package.json b/plugins/explorer/package.json index d75b1407..d82eb16e 100644 --- a/plugins/explorer/package.json +++ b/plugins/explorer/package.json @@ -57,11 +57,11 @@ "client": "./build/client" }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "@types/throttle-debounce": "^2.1.0", "monaco-editor": "~0.36.1" }, diff --git a/plugins/insight/package.json b/plugins/insight/package.json index 9e0f25d1..3092223f 100644 --- a/plugins/insight/package.json +++ b/plugins/insight/package.json @@ -51,11 +51,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "@types/d3-force": "^3.0.4", "@types/throttle-debounce": "^2.1.0", "d3-force": "^3.0.0" diff --git a/plugins/locales/package.json b/plugins/locales/package.json index 9680db93..c85e16bb 100644 --- a/plugins/locales/package.json +++ b/plugins/locales/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-locales", "description": "Override Locale Texts for Koishi", - "version": "2.2.7", + "version": "2.3.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -44,7 +44,7 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "peerDependenciesMeta": { @@ -53,8 +53,8 @@ } }, "devDependencies": { - "@koishijs/client": "^5.10.4", - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/client": "^5.11.0", + "@koishijs/plugin-console": "^5.11.0", "@koishijs/plugin-mock": "^2.4.3", "@types/js-yaml": "^4.0.5", "@types/throttle-debounce": "^2.1.0" diff --git a/plugins/logger/package.json b/plugins/logger/package.json index 3dc54790..963ffe43 100644 --- a/plugins/logger/package.json +++ b/plugins/logger/package.json @@ -44,11 +44,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "ansi_up": "^5.2.1", "koishi": "^4.13.1" } diff --git a/plugins/market/package.json b/plugins/market/package.json index fbb66e4a..5e744754 100644 --- a/plugins/market/package.json +++ b/plugins/market/package.json @@ -54,13 +54,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "@koishijs/market": "^3.2.0", - "@koishijs/plugin-config": "^2.0.0", + "@koishijs/plugin-config": "^2.1.0", "@types/semver": "^7.5.0", "@types/throttle-debounce": "^2.1.0", "@types/which-pm-runs": "^1.0.0" diff --git a/plugins/sandbox/package.json b/plugins/sandbox/package.json index a4887c73..263a818a 100644 --- a/plugins/sandbox/package.json +++ b/plugins/sandbox/package.json @@ -51,12 +51,12 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { "@koishijs/assets": "^1.0.2", - "@koishijs/client": "^5.10.4", - "@koishijs/plugin-console": "^5.10.4" + "@koishijs/client": "^5.11.0", + "@koishijs/plugin-console": "^5.11.0" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index c19db9dc..2313b576 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -40,11 +40,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.10.4", + "@koishijs/plugin-console": "^5.11.0", "koishi": "^4.13.1" }, "devDependencies": { - "@koishijs/client": "^5.10.4", + "@koishijs/client": "^5.11.0", "@types/envinfo": "^7.8.1", "koishi": "^4.13.1" },