Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 18, 2023
1 parent ae137c1 commit 97eb264
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/client",
"description": "Koishi Console Client",
"version": "5.21.0",
"version": "5.22.0",
"main": "client/index.ts",
"files": [
"app",
Expand Down Expand Up @@ -35,7 +35,7 @@
"build"
],
"dependencies": {
"@koishijs/components": "1.5.1",
"@koishijs/components": "1.5.2",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@satorijs/protocol": "^1.1.2",
"@vitejs/plugin-vue": "^4.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/components",
"description": "Client components for Koishi",
"version": "1.5.1",
"version": "1.5.2",
"main": "client/index.ts",
"files": [
"client",
Expand Down Expand Up @@ -31,6 +31,6 @@
"dependencies": {
"@satorijs/element": "^2.6.1",
"cosmokit": "^1.5.1",
"schemastery-vue": "^7.2.1"
"schemastery-vue": "^7.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/console",
"description": "Console Service for Koishi",
"version": "5.21.0",
"version": "5.22.0",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vue-i18n": "^9"
},
"dependencies": {
"@koishijs/components": "^1.5.1",
"@koishijs/components": "^1.5.2",
"cosmokit": "^1.5.1",
"spark-md5": "^3.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"online"
],
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@koishijs/dns": "^1.0.1",
"@koishijs/fs": "^1.3.7",
"@koishijs/loader": "^4.3.1",
Expand Down
6 changes: 3 additions & 3 deletions plugins/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/client": "^5.21.0"
"@koishijs/client": "^5.22.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0"
"@koishijs/console": "^5.22.0"
}
}
8 changes: 4 additions & 4 deletions plugins/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"peerDependenciesMeta": {
Expand All @@ -59,14 +59,14 @@
}
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@koishijs/plugin-console": "^5.22.0",
"@koishijs/plugin-locales": "^2.5.1",
"@koishijs/plugin-mock": "^2.6.5",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"throttle-debounce": "^3.0.1"
}
}
8 changes: 4 additions & 4 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-analytics",
"description": "Show statistics for Koishi application",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -49,17 +49,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/assets": "^1.0.3",
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"echarts": "^5.4.3",
"koishi": "^4.16.1",
"vue-echarts": "^6.6.1"
},
"dependencies": {
"@koishijs/console": "^5.21.0"
"@koishijs/console": "^5.22.0"
}
}
6 changes: 3 additions & 3 deletions plugins/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/client": "^5.21.0"
"@koishijs/client": "^5.22.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0"
"@koishijs/console": "^5.22.0"
}
}
10 changes: 5 additions & 5 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"peerDependenciesMeta": {
Expand All @@ -54,15 +54,15 @@
}
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/plugin-config": "^2.6.0",
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@koishijs/plugin-config": "^2.7.0",
"@koishijs/plugin-console": "^5.22.0",
"@koishijs/plugin-locales": "^2.5.1",
"@koishijs/plugin-mock": "^2.6.5",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"throttle-debounce": "^3.0.1"
}
}
8 changes: 4 additions & 4 deletions plugins/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-config",
"description": "Manage your bots and plugins with console",
"version": "2.6.0",
"version": "2.7.0",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -56,16 +56,16 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@koishijs/plugin-hmr": "^1.2.6",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"@koishijs/registry": "^6.0.4",
"throttle-debounce": "^3.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions plugins/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-console",
"description": "Web User Interface for Koishi",
"version": "5.21.0",
"version": "5.22.0",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@koishijs/loader": "^4.3.1",
"@koishijs/plugin-server": "^3.1.3",
"@koishijs/plugin-server-proxy": "^1.1.0",
Expand All @@ -65,7 +65,7 @@
"vite": "^4.5.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"open": "^8.4.2",
"uuid": "^8.3.2",
"ws": "^8.14.2"
Expand Down
6 changes: 3 additions & 3 deletions plugins/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"client": "./build/client"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@types/throttle-debounce": "^2.1.0",
"monaco-editor": "~0.44.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"anymatch": "^3.1.3",
"chardet": "^2.0.0",
"chokidar": "^3.5.3",
Expand Down
8 changes: 4 additions & 4 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-insight",
"description": "Show plugin dependency graph for Koishi",
"version": "3.4.3",
"version": "3.4.4",
"main": "lib/index.cjs",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -53,17 +53,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@types/d3-force": "^3.0.9",
"@types/throttle-debounce": "^2.1.0",
"d3-force": "^3.0.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"throttle-debounce": "^3.0.1"
}
}
8 changes: 4 additions & 4 deletions plugins/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"peerDependenciesMeta": {
Expand All @@ -54,14 +54,14 @@
}
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@koishijs/plugin-console": "^5.22.0",
"@koishijs/plugin-mock": "^2.6.5",
"@types/js-yaml": "^4.0.9",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"js-yaml": "^4.1.0",
"throttle-debounce": "^3.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"peerDependenciesMeta": {
Expand All @@ -54,14 +54,14 @@
}
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@types/throttle-debounce": "^2.1.0",
"ansi_up": "^5.2.1",
"koishi": "^4.16.1",
"reggol": "^1.6.3"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"throttle-debounce": "^3.0.1"
}
}
10 changes: 5 additions & 5 deletions plugins/market/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-market",
"description": "Manage your bots and plugins with console",
"version": "2.7.0",
"version": "2.7.1",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -59,7 +59,7 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"peerDependenciesMeta": {
Expand All @@ -68,15 +68,15 @@
}
},
"devDependencies": {
"@koishijs/client": "^5.21.0",
"@koishijs/client": "^5.22.0",
"@koishijs/market": "^4.1.8",
"@koishijs/plugin-config": "^2.6.0",
"@koishijs/plugin-config": "^2.7.0",
"@types/semver": "^7.5.6",
"@types/throttle-debounce": "^2.1.0",
"@types/which-pm-runs": "^1.0.2"
},
"dependencies": {
"@koishijs/console": "^5.21.0",
"@koishijs/console": "^5.22.0",
"@koishijs/registry": "^6.0.4",
"execa": "^5.1.1",
"get-registry": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/oobe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.21.0",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.1"
},
"devDependencies": {
"@koishijs/client": "^5.21.0"
"@koishijs/client": "^5.22.0"
},
"dependencies": {
"@koishijs/console": "^5.21.0"
"@koishijs/console": "^5.22.0"
}
}
Loading

0 comments on commit 97eb264

Please sign in to comment.