Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 11, 2024
1 parent 985ca8e commit 50e4e0c
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.0.1",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.1.0",
"@octokit/webhooks-types": "^7.4.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.14",
Expand Down
10 changes: 5 additions & 5 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.17.3",
"version": "4.17.4",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"dependencies": {
"@koishijs/i18n-utils": "^1.0.1",
"@koishijs/utils": "^7.1.2",
"@satorijs/core": "^3.6.5",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^3.6.6",
"cordis": "^3.13.4",
"cosmokit": "^1.5.2",
"cosmokit": "^1.6.2",
"fastest-levenshtein": "^1.0.16",
"minato": "^3.0.2"
"minato": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/i18n-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"fallback"
],
"dependencies": {
"cosmokit": "^1.5.2"
"cosmokit": "^1.6.2"
}
}
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.17.3",
"version": "4.17.4",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,12 +45,12 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.17.3",
"@koishijs/loader": "4.5.3",
"@koishijs/core": "4.17.4",
"@koishijs/loader": "4.5.4",
"@koishijs/plugin-proxy-agent": "^0.2.0",
"@koishijs/plugin-server": "^3.1.8",
"@koishijs/utils": "^7.1.2",
"@satorijs/satori": "^3.6.5",
"@koishijs/utils": "^7.2.1",
"@satorijs/satori": "^3.6.6",
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
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": "4.5.3",
"version": "4.5.4",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,10 +45,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.17.3"
"@koishijs/core": "4.17.4"
},
"devDependencies": {
"@koishijs/core": "4.17.3",
"@koishijs/core": "4.17.4",
"@types/js-yaml": "^4.0.9"
},
"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.1.2",
"version": "7.2.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@sinonjs/fake-timers": "^6.0.1"
},
"dependencies": {
"cosmokit": "^1.5.2",
"cosmokit": "^1.6.2",
"inaba": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
}
}
4 changes: 2 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
}
}
4 changes: 2 additions & 2 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
}
}
6 changes: 3 additions & 3 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
}
},
"peerDependencies": {
"@koishijs/loader": "^4.5.3",
"koishi": "^4.17.3"
"@koishijs/loader": "^4.5.4",
"koishi": "^4.17.4"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.18.20",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"dependencies": {
"@babel/code-frame": "^7.24.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.1.8",
"koishi": "^4.17.3"
"koishi": "^4.17.4"
}
}
4 changes: 2 additions & 2 deletions plugins/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"dependencies": {
"undios-proxy-agent": "^0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.3"
"koishi": "^4.17.4"
},
"dependencies": {
"@cordisjs/server": "^0.1.8"
Expand Down

0 comments on commit 50e4e0c

Please sign in to comment.