Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 29, 2024
1 parent f9608a7 commit c766016
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Set up qemu and binfmt (for arm64)
if: ${{ matrix.target.emulate }}
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.target.emulate }}

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koishijs/boilerplate",
"version": "1.14.4",
"version": "1.14.5",
"packageManager": "yarn@4.1.0",
"private": true,
"files": [
Expand Down Expand Up @@ -46,18 +46,18 @@
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.14",
"yakumo-esbuild": "^1.0.0-beta.5",
"yakumo": "^1.0.0-beta.16",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-tsc": "^1.0.0-beta.3",
"yml-register": "^1.2.5"
},
"dependencies": {
"@koishijs/plugin-actions": "^0.0.2",
"@koishijs/plugin-adapter-discord": "^4.5.0",
"@koishijs/plugin-adapter-kook": "^4.6.0",
"@koishijs/plugin-adapter-qq": "^4.7.0",
"@koishijs/plugin-adapter-satori": "^1.2.0",
"@koishijs/plugin-adapter-telegram": "^4.5.0",
"@koishijs/plugin-adapter-discord": "^4.5.3",
"@koishijs/plugin-adapter-kook": "^4.6.3",
"@koishijs/plugin-adapter-qq": "^4.7.2",
"@koishijs/plugin-adapter-satori": "^1.3.0",
"@koishijs/plugin-adapter-telegram": "^4.5.2",
"@koishijs/plugin-admin": "^2.0.0-beta.4",
"@koishijs/plugin-analytics": "^2.0.6",
"@koishijs/plugin-auth": "^4.1.6",
Expand All @@ -68,23 +68,23 @@
"@koishijs/plugin-database-sqlite": "^4.3.0",
"@koishijs/plugin-explorer": "^1.5.1",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/plugin-http": "^0.4.2",
"@koishijs/plugin-http": "^0.5.1",
"@koishijs/plugin-insight": "^3.5.1",
"@koishijs/plugin-inspect": "^1.1.5",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-logger": "^2.6.8",
"@koishijs/plugin-market": "^2.11.2",
"@koishijs/plugin-notifier": "^1.2.0",
"@koishijs/plugin-oobe": "^0.0.2",
"@koishijs/plugin-proxy-agent": "^0.3.0",
"@koishijs/plugin-sandbox": "^3.3.0",
"@koishijs/plugin-server": "^3.2.2",
"@koishijs/plugin-server-satori": "^2.5.0",
"@koishijs/plugin-proxy-agent": "^0.3.1",
"@koishijs/plugin-sandbox": "^3.3.1",
"@koishijs/plugin-server": "^3.2.3",
"@koishijs/plugin-server-satori": "^2.6.3",
"@koishijs/plugin-server-temp": "^1.4.0",
"@koishijs/plugin-status": "^7.4.10",
"koishi": "^4.17.6",
"koishi": "^4.17.7",
"koishi-plugin-android": "^0.0.1",
"koishi-plugin-assets-local": "^3.3.0",
"koishi-plugin-assets-local": "^3.3.1",
"koishi-plugin-dataview": "^2.6.1",
"koishi-plugin-desktop": "^1.0.0",
"koishi-plugin-puppeteer": "^3.8.4",
Expand Down

0 comments on commit c766016

Please sign in to comment.