Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 2, 2024
1 parent 03a38e2 commit 7ae9ac8
Show file tree
Hide file tree
Showing 20 changed files with 88 additions and 88 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/plugin-mock": "^2.6.5",
"@rollup/plugin-yaml": "^3.1.0",
Expand All @@ -45,16 +45,16 @@
"eslint": "^8.55.0",
"eslint-plugin-mocha": "^10.2.0",
"jest-mock": "^28.1.3",
"koishi": "^4.16.7",
"koishi": "^4.16.8",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
"tsx": "^4.7.0",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-beta.2",
"yakumo": "^1.0.0-beta.4",
"yakumo-esbuild": "^1.0.0-beta.2",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.1",
"yakumo-tsc": "^1.0.0-beta.2",
"yml-register": "^1.1.0"
}
}
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.27.1",
"version": "5.27.9",
"main": "client/index.ts",
"exports": {
".": "./client/index.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@vitejs/plugin-vue": "^4.5.1",
"@vueuse/core": "^10.6.1",
"cac": "^6.7.14",
"cordis": "^3.6.1",
"cordis": "^3.7.1",
"cosmokit": "^1.5.2",
"element-plus": "2.4.0",
"marked-vue": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.27.1",
"version": "5.27.9",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"service"
],
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
4 changes: 2 additions & 2 deletions packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"online"
],
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@koishijs/dns": "^1.0.1",
"@koishijs/fs": "^1.3.7",
"@koishijs/loader": "^4.4.3",
"@koishijs/loader": "^4.4.4",
"@koishijs/os": "^1.0.2",
"@koishijs/path": "^1.0.0",
"@koishijs/url": "^1.0.3"
Expand Down
8 changes: 4 additions & 4 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.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/client": "^5.27.1"
"@koishijs/client": "^5.27.9"
},
"dependencies": {
"@koishijs/console": "^5.27.1"
"@koishijs/console": "^5.27.9"
}
}
8 changes: 4 additions & 4 deletions plugins/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/plugin-console": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@koishijs/plugin-console": "^5.27.9",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-mock": "^2.6.5",
"@types/throttle-debounce": "^2.1.0"
Expand Down
10 changes: 5 additions & 5 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/assets": "^1.0.3",
"@koishijs/client": "^5.27.1",
"@koishijs/client": "^5.27.9",
"echarts": "^5.4.3",
"koishi": "^4.16.7",
"koishi": "^4.16.8",
"vue-echarts": "^6.6.1"
},
"dependencies": {
"@koishijs/console": "^5.27.1"
"@koishijs/console": "^5.27.9"
}
}
8 changes: 4 additions & 4 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.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/client": "^5.27.1"
"@koishijs/client": "^5.27.9"
},
"dependencies": {
"@koishijs/console": "^5.27.1"
"@koishijs/console": "^5.27.9"
}
}
12 changes: 6 additions & 6 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/plugin-config": "^2.8.2",
"@koishijs/plugin-console": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@koishijs/plugin-config": "^2.8.4",
"@koishijs/plugin-console": "^5.27.9",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-mock": "^2.6.5"
},
"dependencies": {
"@koishijs/console": "^5.27.1"
"@koishijs/console": "^5.27.9"
}
}
10 changes: 5 additions & 5 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.8.2",
"version": "2.8.4",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -56,15 +56,15 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@koishijs/plugin-hmr": "^1.2.8"
},
"dependencies": {
"@koishijs/console": "^5.27.1",
"@koishijs/console": "^5.27.9",
"@koishijs/registry": "^7.0.3"
}
}
12 changes: 6 additions & 6 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.27.1",
"version": "5.27.9",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -55,17 +55,17 @@
}
},
"peerDependencies": {
"@koishijs/client": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/client": "^5.27.9",
"koishi": "^4.16.8"
},
"peerDependenciesMeta": {
"@koishijs/client": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/loader": "^4.4.3",
"@koishijs/client": "^5.27.9",
"@koishijs/loader": "^4.4.4",
"@koishijs/plugin-server": "^3.1.7",
"@koishijs/plugin-server-proxy": "^1.1.0",
"@maikolib/vite-plugin-yaml": "^1.0.1",
Expand All @@ -75,7 +75,7 @@
"vite": "^4.5.0"
},
"dependencies": {
"@koishijs/console": "^5.27.1",
"@koishijs/console": "^5.27.9",
"open": "^8.4.2",
"uuid": "^8.3.2",
"ws": "^8.14.2"
Expand Down
10 changes: 5 additions & 5 deletions plugins/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-explorer",
"description": "File explorer and editor for Koishi",
"version": "1.5.0",
"version": "1.5.1",
"main": "lib/index.cjs",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -59,16 +59,16 @@
"client": "./build/client.ts"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@types/throttle-debounce": "^2.1.0",
"monaco-editor": "~0.44.0"
},
"dependencies": {
"@koishijs/console": "^5.27.1",
"@koishijs/console": "^5.27.9",
"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
Expand Up @@ -53,15 +53,15 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@types/d3-force": "^3.0.9",
"d3-force": "^3.0.0"
},
"dependencies": {
"@koishijs/console": "^5.27.1"
"@koishijs/console": "^5.27.9"
}
}
10 changes: 5 additions & 5 deletions plugins/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/plugin-console": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@koishijs/plugin-console": "^5.27.9",
"@koishijs/plugin-mock": "^2.6.5",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
"@koishijs/console": "^5.27.1",
"@koishijs/console": "^5.27.9",
"js-yaml": "^4.1.0"
}
}
10 changes: 5 additions & 5 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/client": "^5.27.9",
"ansi_up": "^5.2.1",
"koishi": "^4.16.7",
"koishi": "^4.16.8",
"reggol": "^1.6.3"
},
"dependencies": {
"@koishijs/console": "^5.27.1"
"@koishijs/console": "^5.27.9"
}
}
12 changes: 6 additions & 6 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.10.6",
"version": "2.11.1",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -59,23 +59,23 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.27.1",
"koishi": "^4.16.7"
"@koishijs/plugin-console": "^5.27.9",
"koishi": "^4.16.8"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.27.1",
"@koishijs/client": "^5.27.9",
"@koishijs/market": "^4.2.5",
"@koishijs/plugin-config": "^2.8.2",
"@koishijs/plugin-config": "^2.8.4",
"@types/semver": "^7.5.6",
"@types/which-pm-runs": "^1.0.2"
},
"dependencies": {
"@koishijs/console": "^5.27.1",
"@koishijs/console": "^5.27.9",
"@koishijs/registry": "^7.0.3",
"execa": "^5.1.1",
"get-registry": "^1.1.0",
Expand Down
Loading

0 comments on commit 7ae9ac8

Please sign in to comment.