Skip to content

Commit 56cd4a9

Browse files
committed
chore: bump version
1 parent 7a5bb65 commit 56cd4a9

File tree

19 files changed

+44
-45
lines changed

19 files changed

+44
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"license": "MIT",
4040
"devDependencies": {
4141
"@koishijs/eslint-config": "^1.0.4",
42-
"@octokit/rest": "^18.12.0",
42+
"@octokit/webhooks-types": "^7.3.1",
4343
"@sinonjs/fake-timers": "^6.0.1",
4444
"@types/chai": "^4.3.9",
4545
"@types/chai-as-promised": "^7.1.7",
@@ -73,7 +73,7 @@
7373
"yakumo-esbuild": "^0.3.26",
7474
"yakumo-esbuild-yaml": "^0.3.1",
7575
"yakumo-mocha": "^0.3.1",
76-
"yakumo-publish": "^0.3.5",
76+
"yakumo-publish": "^0.3.10",
7777
"yakumo-publish-sync": "^0.3.3",
7878
"yakumo-tsc": "^0.3.12",
7979
"yakumo-upgrade": "^0.3.4",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@koishijs/core",
33
"description": "Core Features for Koishi",
4-
"version": "4.15.6",
4+
"version": "4.15.7",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",
77
"typings": "lib/index.d.ts",
@@ -33,8 +33,8 @@
3333
"dependencies": {
3434
"@koishijs/i18n-utils": "^1.0.0",
3535
"@koishijs/utils": "^7.1.1",
36-
"@minatojs/core": "^2.6.0",
37-
"@satorijs/core": "^3.2.1",
36+
"@minatojs/core": "^2.6.1",
37+
"@satorijs/core": "^3.2.3",
3838
"cordis": "^3.3.1",
3939
"cosmokit": "^1.5.1",
4040
"fastest-levenshtein": "^1.0.16"

packages/koishi/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koishi",
33
"description": "Cross-Platform Chatbot Framework Made with Love",
4-
"version": "4.15.6",
4+
"version": "4.15.7",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",
77
"types": "lib/index.d.ts",
@@ -44,11 +44,11 @@
4444
"framework"
4545
],
4646
"dependencies": {
47-
"@koishijs/core": "4.15.6",
48-
"@koishijs/loader": "4.2.6",
47+
"@koishijs/core": "4.15.7",
48+
"@koishijs/loader": "4.2.7",
4949
"@koishijs/utils": "^7.1.1",
5050
"@satorijs/router": "^1.1.2",
51-
"@satorijs/satori": "^3.2.1",
51+
"@satorijs/satori": "^3.2.3",
5252
"cac": "^6.7.14",
5353
"kleur": "^4.1.5"
5454
}

packages/loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@koishijs/loader",
33
"description": "Config Loader for Koishi",
4-
"version": "4.2.6",
4+
"version": "4.2.7",
55
"main": "lib/index.js",
66
"module": "lib/shared.mjs",
77
"types": "lib/index.d.ts",
@@ -41,10 +41,10 @@
4141
"config"
4242
],
4343
"peerDependencies": {
44-
"@koishijs/core": "4.15.6"
44+
"@koishijs/core": "4.15.7"
4545
},
4646
"devDependencies": {
47-
"@koishijs/core": "4.15.6",
47+
"@koishijs/core": "4.15.7",
4848
"@types/js-yaml": "^4.0.8"
4949
},
5050
"dependencies": {

packages/utils/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"utilities"
2828
],
2929
"devDependencies": {
30-
"@sinonjs/fake-timers": "^6.0.1",
31-
"@types/supports-color": "^8.1.2"
30+
"@sinonjs/fake-timers": "^6.0.1"
3231
},
3332
"dependencies": {
3433
"cosmokit": "^1.5.1",

plugins/common/bind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
]
4747
},
4848
"peerDependencies": {
49-
"koishi": "^4.15.6"
49+
"koishi": "^4.15.7"
5050
},
5151
"devDependencies": {
5252
"@koishijs/plugin-database-memory": "^2.5.0",
5353
"@koishijs/plugin-mock": "^2.6.5",
54-
"koishi": "^4.15.6"
54+
"koishi": "^4.15.7"
5555
}
5656
}

plugins/common/broadcast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
]
4646
},
4747
"peerDependencies": {
48-
"koishi": "^4.15.6"
48+
"koishi": "^4.15.7"
4949
},
5050
"devDependencies": {
5151
"@koishijs/plugin-database-memory": "^2.5.0",
5252
"@koishijs/plugin-mock": "^2.6.5",
53-
"koishi": "^4.15.6"
53+
"koishi": "^4.15.7"
5454
}
5555
}

plugins/common/callme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
]
4646
},
4747
"peerDependencies": {
48-
"koishi": "^4.15.6"
48+
"koishi": "^4.15.7"
4949
},
5050
"devDependencies": {
5151
"@koishijs/plugin-database-memory": "^2.5.0",
5252
"@koishijs/plugin-mock": "^2.6.5",
53-
"koishi": "^4.15.6"
53+
"koishi": "^4.15.7"
5454
}
5555
}

plugins/common/echo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
]
4242
},
4343
"peerDependencies": {
44-
"koishi": "^4.15.6"
44+
"koishi": "^4.15.7"
4545
},
4646
"devDependencies": {
4747
"@koishijs/plugin-mock": "^2.6.5",
48-
"koishi": "^4.15.6"
48+
"koishi": "^4.15.7"
4949
}
5050
}

plugins/common/help/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
]
4646
},
4747
"peerDependencies": {
48-
"koishi": "^4.15.6"
48+
"koishi": "^4.15.7"
4949
},
5050
"devDependencies": {
5151
"@koishijs/plugin-database-memory": "^2.5.0",
5252
"@koishijs/plugin-mock": "^2.6.5",
53-
"koishi": "^4.15.6"
53+
"koishi": "^4.15.7"
5454
}
5555
}

0 commit comments

Comments
 (0)