Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 31, 2023
1 parent f210c28 commit 0689493
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 40 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.10.4",
"version": "5.11.0",
"main": "client/index.ts",
"files": [
"app",
Expand Down Expand Up @@ -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",
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.2.0",
"version": "1.2.1",
"main": "client/index.ts",
"files": [
"client",
Expand Down Expand Up @@ -31,6 +31,6 @@
"dependencies": {
"@satorijs/element": "^2.4.2",
"cosmokit": "^1.4.2",
"schemastery-vue": "6.0.0"
"schemastery-vue": "6.1.0"
}
}
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.2.0",
"@koishijs/components": "^1.2.1",
"cosmokit": "^1.4.2",
"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.10.4",
"@koishijs/client": "^5.11.0",
"@koishijs/fs": "^1.3.2",
"@koishijs/os": "^1.0.1",
"@koishijs/url": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions plugins/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.10.4",
"@koishijs/plugin-console": "^5.11.0",
"koishi": "^4.13.1"
},
"peerDependenciesMeta": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "2.1.0",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 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.10.4",
"version": "5.11.0",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugins/dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions plugins/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions plugins/locales/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -44,7 +44,7 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.10.4",
"@koishijs/plugin-console": "^5.11.0",
"koishi": "^4.13.1"
},
"peerDependenciesMeta": {
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions plugins/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions plugins/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions plugins/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 0689493

Please sign in to comment.