Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 4, 2023
1 parent 0340f90 commit e20587e
Show file tree
Hide file tree
Showing 33 changed files with 103 additions and 103 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"@koishijs/eslint-config": "^1.0.4",
"@octokit/rest": "^18.12.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/mocha": "^9.1.1",
"@types/node": "^20.4.2",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0",
"@types/node": "^20.8.9",
"@types/prompts": "^2.4.7",
"@types/semver": "^7.5.4",
"@types/sinonjs__fake-timers": "^6.0.4",
"@types/source-map-support": "^0.5.6",
"@types/source-map-support": "^0.5.9",
"c8": "^7.14.0",
"cac": "^6.7.14",
"chai": "^4.3.7",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"eslint": "^8.45.0",
"eslint-plugin-mocha": "^10.1.0",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.52.0",
"eslint-plugin-mocha": "^10.2.0",
"globby": "^11.1.0",
"jest-mock": "^28.1.3",
"kleur": "^4.1.5",
Expand All @@ -65,12 +65,12 @@
"semver": "^7.5.4",
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.26",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.4",
"yakumo-publish": "^0.3.5",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core Features for Koishi",
"version": "4.15.3",
"version": "4.15.4",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand All @@ -26,16 +26,16 @@
"koishi"
],
"devDependencies": {
"chai": "^4.3.7",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-shape": "^1.0.0"
},
"dependencies": {
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.1.1",
"@minatojs/core": "^2.4.3",
"@satorijs/core": "^3.1.0",
"cordis": "^3.1.1",
"@satorijs/core": "^3.1.4",
"cordis": "^3.2.1",
"cosmokit": "^1.5.1",
"fastest-levenshtein": "^1.0.16"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.15.3",
"version": "4.15.4",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,11 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.15.3",
"@koishijs/loader": "4.2.3",
"@koishijs/core": "4.15.4",
"@koishijs/loader": "4.2.4",
"@koishijs/utils": "^7.1.1",
"@satorijs/router": "^1.0.2",
"@satorijs/satori": "^3.1.0",
"@satorijs/router": "^1.1.2",
"@satorijs/satori": "^3.1.4",
"cac": "^6.7.14",
"kleur": "^4.1.5"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "4.2.3",
"version": "4.2.4",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,11 +41,11 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.15.3"
"@koishijs/core": "4.15.4"
},
"devDependencies": {
"@koishijs/core": "4.15.3",
"@types/js-yaml": "^4.0.5"
"@koishijs/core": "4.15.4",
"@types/js-yaml": "^4.0.8"
},
"dependencies": {
"dotenv": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1",
"@types/supports-color": "^8.1.1"
"@types/supports-color": "^8.1.2"
},
"dependencies": {
"cosmokit": "^1.5.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/dingtalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-dingtalk": "^2.0.3"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-discord",
"description": "Discord Adapter for Koishi",
"version": "4.1.3",
"version": "4.1.4",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-discord": "^4.1.3"
"@satorijs/adapter-discord": "^4.1.4"
}
}
8 changes: 4 additions & 4 deletions plugins/adapter/kook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-kook",
"description": "Kook (Kaiheila) Adapter for Koishi",
"version": "4.0.7",
"version": "4.1.3",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,12 +40,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-kook": "^4.0.7"
"@satorijs/adapter-kook": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-lark": "^3.1.5"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-line": "^2.1.3"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-mail",
"description": "Mail Adapter for Koishi",
"version": "2.1.0",
"version": "2.1.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -44,12 +44,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-mail": "^2.1.0"
"@satorijs/adapter-mail": "^2.1.2"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-matrix": "^4.0.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/qq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-qq": "^4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-satori": "^1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-slack": "^2.0.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-telegram": "^4.1.6"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/wechat-official/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-wechat-official": "^2.0.5"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/wecom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-wecom": "^2.0.5"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-whatsapp",
"description": "WhatsApp Adapter for Koishi",
"version": "2.0.5",
"version": "2.1.0",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-whatsapp": "^2.0.5"
"@satorijs/adapter-whatsapp": "^2.1.0"
}
}
8 changes: 4 additions & 4 deletions plugins/adapter/zulip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-zulip",
"description": "Zulip Adapter for Koishi",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"devDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.15.4"
},
"dependencies": {
"@satorijs/adapter-zulip": "^1.0.1"
"@satorijs/adapter-zulip": "^1.0.2"
}
}
Loading

0 comments on commit e20587e

Please sign in to comment.