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 1, 2023
1 parent 5cb515c commit 767a1ce
Show file tree
Hide file tree
Showing 26 changed files with 69 additions and 70 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
"docs",
"external/*",
"external/*/packages/*",
".yalc/*",
".yalc/@*/*",
"packages/*",
"plugins/*",
"plugins/adapter/*",
"plugins/assets/*",
"plugins/common/*",
"plugins/database/*",
"plugins/*"
"plugins/database/*"
],
"scripts": {
"docs": "yarn workspace @koishijs/docs",
Expand Down Expand Up @@ -43,7 +41,8 @@
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.3",
"@types/node": "^18.16.0",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.3.13",
"@types/sinonjs__fake-timers": "^6.0.4",
"@types/source-map-support": "^0.5.6",
Expand All @@ -52,9 +51,9 @@
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.17.12",
"esbuild": "^0.17.18",
"esbuild-register": "^3.4.2",
"eslint": "^8.36.0",
"eslint": "^8.39.0",
"eslint-plugin-mocha": "^10.1.0",
"globby": "^11.1.0",
"jest-mock": "^28.1.3",
Expand All @@ -63,11 +62,11 @@
"mocha": "^9.2.2",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"semver": "^7.3.8",
"semver": "^7.5.0",
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^4.9.5",
"yakumo": "^0.3.10",
"typescript": "^5.0.4",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.22",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
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.12.6",
"version": "4.12.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,11 +30,11 @@
"chai-shape": "^1.0.0"
},
"dependencies": {
"@koishijs/utils": "^7.0.1",
"@koishijs/utils": "^7.0.2",
"@minatojs/core": "^2.3.1",
"@satorijs/core": "^2.3.2",
"@satorijs/core": "^2.3.3",
"cordis": "^2.7.4",
"cosmokit": "^1.4.1",
"cosmokit": "^1.4.2",
"fastest-levenshtein": "^1.0.16"
}
}
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.12.6",
"version": "4.12.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -46,10 +46,10 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.12.6",
"@koishijs/loader": "3.1.6",
"@koishijs/utils": "^7.0.1",
"@satorijs/satori": "^2.3.2",
"@koishijs/core": "4.12.7",
"@koishijs/loader": "3.1.7",
"@koishijs/utils": "^7.0.2",
"@satorijs/satori": "^2.3.3",
"cac": "^6.7.14",
"kleur": "^4.1.5",
"ns-require": "^1.1.4"
Expand Down
6 changes: 3 additions & 3 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": "3.1.6",
"version": "3.1.7",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,10 +38,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.12.6"
"@koishijs/core": "4.12.7"
},
"devDependencies": {
"@koishijs/core": "4.12.6",
"@koishijs/core": "4.12.7",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/utils",
"description": "Utilities for Koishi",
"version": "7.0.1",
"version": "7.0.2",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/supports-color": "^8.1.1"
},
"dependencies": {
"cosmokit": "^1.4.1",
"cosmokit": "^1.4.2",
"inaba": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.6.0"
Expand Down
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": "3.7.1",
"version": "3.8.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.7.1"
"@satorijs/adapter-kook": "^3.8.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@satorijs/adapter-lark": "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@satorijs/adapter-mail": "^1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-onebot",
"description": "OneBot Adapter for Koishi",
"version": "5.6.6",
"version": "5.6.7",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.6.6"
"@satorijs/adapter-onebot": "^5.6.7"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.5.1"
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 @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.7.7"
Expand Down
4 changes: 2 additions & 2 deletions plugins/common/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
]
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-admin": "^1.2.1",
"@koishijs/plugin-help": "^2.2.2",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
4 changes: 2 additions & 2 deletions plugins/database/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@minatojs/driver-memory": "^2.3.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"@minatojs/driver-mongo": "^2.5.1"
Expand Down
Loading

0 comments on commit 767a1ce

Please sign in to comment.