|
1 | 1 | {
|
2 | 2 | "name": "@koishijs/boilerplate",
|
3 |
| - "version": "1.2.5", |
| 3 | + "version": "1.2.6", |
4 | 4 | "private": true,
|
5 | 5 | "files": [
|
6 | 6 | ".env",
|
|
22 | 22 | "start": "koishi start -r yml-register"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@koishijs/client": "^4.6.11", |
| 25 | + "@koishijs/client": "^4.6.12", |
26 | 26 | "@koishijs/scripts": "^3.2.6",
|
27 | 27 | "@types/node": "^18.6.4",
|
28 | 28 | "cross-env": "^7.0.3",
|
|
40 | 40 | },
|
41 | 41 | "optionalDependencies": {
|
42 | 42 | "@koishijs/plugin-database-mongo": "^4.0.0",
|
43 |
| - "@koishijs/plugin-database-mysql": "^5.0.0", |
| 43 | + "@koishijs/plugin-database-mysql": "^5.0.1", |
44 | 44 | "@koishijs/plugin-forward": "^2.3.0"
|
45 | 45 | },
|
46 | 46 | "dependencies": {
|
|
53 | 53 | "@koishijs/plugin-auth": "^2.3.2",
|
54 | 54 | "@koishijs/plugin-bind": "^1.3.2",
|
55 | 55 | "@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", |
58 | 58 | "@koishijs/plugin-dataview": "^2.1.7",
|
59 | 59 | "@koishijs/plugin-help": "^1.2.5",
|
60 | 60 | "@koishijs/plugin-insight": "^3.1.8",
|
61 | 61 | "@koishijs/plugin-locales": "^1.0.3",
|
62 | 62 | "@koishijs/plugin-logger": "^2.1.7",
|
63 | 63 | "@koishijs/plugin-market": "^1.4.6",
|
64 | 64 | "@koishijs/plugin-rate-limit": "^1.2.3",
|
65 |
| - "@koishijs/plugin-sandbox": "^2.3.5", |
| 65 | + "@koishijs/plugin-sandbox": "^2.4.0", |
66 | 66 | "@koishijs/plugin-status": "^6.1.6",
|
67 | 67 | "@koishijs/plugin-suggest": "^1.1.5",
|
68 | 68 | "koishi": "^4.10.2",
|
|
0 commit comments