Skip to content

Commit 3e85010

Browse files
committed
bump versions
1 parent 44a095b commit 3e85010

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koishijs/boilerplate",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"private": true,
55
"files": [
66
".env",
@@ -22,7 +22,7 @@
2222
"start": "koishi start -r yml-register"
2323
},
2424
"devDependencies": {
25-
"@koishijs/client": "^4.6.11",
25+
"@koishijs/client": "^4.6.12",
2626
"@koishijs/scripts": "^3.2.6",
2727
"@types/node": "^18.6.4",
2828
"cross-env": "^7.0.3",
@@ -40,7 +40,7 @@
4040
},
4141
"optionalDependencies": {
4242
"@koishijs/plugin-database-mongo": "^4.0.0",
43-
"@koishijs/plugin-database-mysql": "^5.0.0",
43+
"@koishijs/plugin-database-mysql": "^5.0.1",
4444
"@koishijs/plugin-forward": "^2.3.0"
4545
},
4646
"dependencies": {
@@ -53,16 +53,16 @@
5353
"@koishijs/plugin-auth": "^2.3.2",
5454
"@koishijs/plugin-bind": "^1.3.2",
5555
"@koishijs/plugin-commands": "^2.1.5",
56-
"@koishijs/plugin-console": "^4.6.11",
57-
"@koishijs/plugin-database-sqlite": "^3.0.0",
56+
"@koishijs/plugin-console": "^4.6.12",
57+
"@koishijs/plugin-database-sqlite": "^3.0.1",
5858
"@koishijs/plugin-dataview": "^2.1.7",
5959
"@koishijs/plugin-help": "^1.2.5",
6060
"@koishijs/plugin-insight": "^3.1.8",
6161
"@koishijs/plugin-locales": "^1.0.3",
6262
"@koishijs/plugin-logger": "^2.1.7",
6363
"@koishijs/plugin-market": "^1.4.6",
6464
"@koishijs/plugin-rate-limit": "^1.2.3",
65-
"@koishijs/plugin-sandbox": "^2.3.5",
65+
"@koishijs/plugin-sandbox": "^2.4.0",
6666
"@koishijs/plugin-status": "^6.1.6",
6767
"@koishijs/plugin-suggest": "^1.1.5",
6868
"koishi": "^4.10.2",

0 commit comments

Comments
 (0)