Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 29, 2024
1 parent 71f4f30 commit 9f52ebb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koishijs/boilerplate",
"version": "1.13.6",
"version": "1.13.7",
"packageManager": "[email protected]",
"private": true,
"files": [
Expand Down Expand Up @@ -35,43 +35,43 @@
"start": "koishi start"
},
"devDependencies": {
"@koishijs/client": "^5.26.3",
"@koishijs/client": "^5.27.1",
"@koishijs/plugin-hmr": "^1.2.8",
"@koishijs/scripts": "^4.5.0",
"@koishijs/scripts": "^4.5.1",
"@types/node": "^20.10.2",
"@types/react": "^18.2.48",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-beta.2",
"yakumo-esbuild": "^1.0.0-beta.1",
"yakumo-tsc": "^1.0.0-beta.0",
"yakumo-esbuild": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.1",
"yml-register": "^1.1.0"
},
"dependencies": {
"@koishijs/plugin-actions": "^0.0.2",
"@koishijs/plugin-adapter-discord": "^4.2.1",
"@koishijs/plugin-adapter-kook": "^4.4.0",
"@koishijs/plugin-adapter-qq": "^4.4.1",
"@koishijs/plugin-adapter-satori": "^1.0.3",
"@koishijs/plugin-adapter-qq": "^4.4.2",
"@koishijs/plugin-adapter-satori": "^1.0.8",
"@koishijs/plugin-adapter-telegram": "^4.3.0",
"@koishijs/plugin-admin": "^2.0.0-beta.4",
"@koishijs/plugin-analytics": "^2.0.6",
"@koishijs/plugin-auth": "^4.1.6",
"@koishijs/plugin-bind": "^1.5.1",
"@koishijs/plugin-commands": "^3.5.1",
"@koishijs/plugin-config": "^2.8.2",
"@koishijs/plugin-console": "^5.26.3",
"@koishijs/plugin-console": "^5.27.1",
"@koishijs/plugin-database-sqlite": "^3.8.4",
"@koishijs/plugin-explorer": "^1.5.0",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/plugin-insight": "^3.5.1",
"@koishijs/plugin-inspect": "^1.1.4",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-logger": "^2.6.7",
"@koishijs/plugin-market": "^2.10.0",
"@koishijs/plugin-notifier": "^1.1.2",
"@koishijs/plugin-market": "^2.10.6",
"@koishijs/plugin-notifier": "^1.2.0",
"@koishijs/plugin-oobe": "^0.0.2",
"@koishijs/plugin-sandbox": "^3.2.4",
"@koishijs/plugin-server": "^3.1.7",
Expand All @@ -82,7 +82,7 @@
"koishi-plugin-android": "^0.0.1",
"koishi-plugin-assets-local": "^3.2.1",
"koishi-plugin-dataview": "^2.6.1",
"koishi-plugin-desktop": "^0.0.4",
"koishi-plugin-desktop": "^1.0.0",
"koishi-plugin-puppeteer": "^3.7.3",
"koishi-plugin-rate-limit": "^2.0.1",
"koishi-plugin-telemetry": "^0.0.2",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
// See: https://github.com/koishijs/webui
// See: https://github.com/satorijs/satori
// See: https://github.com/shigma/minato
"@koishijs/client/lib": ["external/webui/packages/client/src"],
"@koishijs/plugin-adapter-*": ["external/koishi/plugins/adapter/*/src"],
"@koishijs/plugin-database-*": ["external/koishi/plugins/database/*/src"],
"@koishijs/plugin-*": [
Expand Down
2 changes: 1 addition & 1 deletion yakumo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- tsc --clean
- name: yakumo-esbuild
- name: yakumo-tsc
- name: '@koishijs/client/lib/yakumo.js'
- name: '@koishijs/client/lib'

0 comments on commit 9f52ebb

Please sign in to comment.