Skip to content

Commit 08b2338

Browse files
committed
chore: bump versions
1 parent ae3c566 commit 08b2338

File tree

41 files changed

+73
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+73
-72
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
*.png -text
44
*.jpg -text
55
*.ico -text
6+
*.gif -text
67
*.webp -text

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Unit Test
131131
run: yarn test:json
132132
- name: Report Coverage
133-
if: ${{ matrix.node-version == 14 }}
133+
if: ${{ matrix.node-version == 16 }}
134134
uses: codecov/codecov-action@v1
135135
with:
136136
token: ${{ secrets.CODECOV_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"yakumo-esbuild": "^0.3.17",
8888
"yakumo-esbuild-yaml": "^0.3.1",
8989
"yakumo-mocha": "^0.3.0",
90-
"yakumo-publish": "^0.3.0",
90+
"yakumo-publish": "^0.3.1",
9191
"yakumo-publish-sync": "^0.3.1",
9292
"yakumo-tsc": "^0.3.5",
9393
"yakumo-upgrade": "^0.3.2",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@koishijs/cli",
33
"description": "CLI for Koishi",
4-
"version": "4.9.9",
4+
"version": "4.9.10",
55
"main": "lib/worker/index.js",
66
"typings": "lib/worker/index.d.ts",
77
"engines": {
@@ -32,7 +32,7 @@
3232
"daemon"
3333
],
3434
"peerDependencies": {
35-
"koishi": "^4.9.9"
35+
"koishi": "^4.9.10"
3636
},
3737
"devDependencies": {
3838
"@types/prompts": "^2.4.0",

packages/core/package.json

Lines changed: 2 additions & 2 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.9.9",
4+
"version": "4.9.10",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",
77
"typings": "lib/index.d.ts",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@koishijs/utils": "^6.2.4",
3434
"@minatojs/core": "^1.3.2",
35-
"@satorijs/core": "^1.3.4",
35+
"@satorijs/core": "^1.3.5",
3636
"cordis": "^2.5.0",
3737
"cosmokit": "^1.3.3"
3838
}

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"command"
3636
],
3737
"peerDependencies": {
38-
"koishi": "^4.9.9"
38+
"koishi": "^4.9.10"
3939
},
4040
"devDependencies": {
4141
"@koishijs/plugin-mock": "^2.2.0"

packages/koishi/package.json

Lines changed: 3 additions & 3 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.9.9",
4+
"version": "4.9.10",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",
77
"typings": "lib/index.d.ts",
@@ -42,9 +42,9 @@
4242
"framework"
4343
],
4444
"dependencies": {
45-
"@koishijs/core": "^4.9.9",
45+
"@koishijs/core": "^4.9.10",
4646
"@koishijs/utils": "^6.2.4",
47-
"@satorijs/satori": "^1.3.4",
47+
"@satorijs/satori": "^1.3.5",
4848
"file-type": "^16.5.4",
4949
"ns-require": "^1.1.4"
5050
}

packages/loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"config"
3939
],
4040
"peerDependencies": {
41-
"koishi": "^4.9.9"
41+
"koishi": "^4.9.10"
4242
},
4343
"devDependencies": {
44-
"@koishijs/registry": "^4.1.0",
44+
"@koishijs/registry": "^4.1.3",
4545
"@types/js-yaml": "^4.0.5",
46-
"koishi": "^4.9.9"
46+
"koishi": "^4.9.10"
4747
},
4848
"dependencies": {
4949
"dotenv": "^16.0.1",

plugins/a11y/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
"peerDependencies": {
48-
"koishi": "^4.9.9"
48+
"koishi": "^4.9.10"
4949
},
5050
"devDependencies": {
5151
"@koishijs/plugin-mock": "^2.2.0"

plugins/a11y/bind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
]
4646
},
4747
"peerDependencies": {
48-
"koishi": "^4.9.9"
48+
"koishi": "^4.9.10"
4949
},
5050
"devDependencies": {
51-
"@koishijs/plugin-database-memory": "^1.5.0",
51+
"@koishijs/plugin-database-memory": "^1.6.0",
5252
"@koishijs/plugin-mock": "^2.2.0"
5353
}
5454
}

0 commit comments

Comments
 (0)