From 48ea41f0999366a327231c1013415bd0805f9b3d Mon Sep 17 00:00:00 2001 From: Shigma Date: Tue, 1 Aug 2023 03:03:56 +0800 Subject: [PATCH] bump versions --- .github/workflows/build.yml | 3 --- package.json | 16 ++++++++-------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9170e90..5f20c6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,6 @@ jobs: target: - runs-on: windows-latest platform: windows - - runs-on: windows-latest - platform: windows - node: 14 - runs-on: ubuntu-latest platform: linux - runs-on: ubuntu-latest diff --git a/package.json b/package.json index 1669841..272fb21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koishijs/boilerplate", - "version": "1.7.4", + "version": "1.8.0", "private": true, "files": [ ".env", @@ -38,9 +38,9 @@ "start": "koishi start" }, "devDependencies": { - "@koishijs/client": "^5.12.0", + "@koishijs/client": "^5.13.0", "@koishijs/plugin-hmr": "^1.2.1", - "@koishijs/scripts": "^4.1.7", + "@koishijs/scripts": "^4.2.0", "@types/node": "^20.4.2", "cross-env": "^7.0.3", "esbuild": "^0.18.14", @@ -62,17 +62,17 @@ "@koishijs/plugin-adapter-kook": "^3.10.1", "@koishijs/plugin-adapter-onebot": "^5.7.3", "@koishijs/plugin-adapter-telegram": "^3.7.13", - "@koishijs/plugin-admin": "^1.3.1", + "@koishijs/plugin-admin": "^1.4.0", "@koishijs/plugin-analytics": "^1.0.3", "@koishijs/plugin-auth": "^4.0.0", "@koishijs/plugin-bind": "^1.4.2", "@koishijs/plugin-commands": "^3.2.2", - "@koishijs/plugin-config": "^2.2.7", - "@koishijs/plugin-console": "^5.12.0", + "@koishijs/plugin-config": "^2.3.0", + "@koishijs/plugin-console": "^5.13.0", "@koishijs/plugin-database-sqlite": "^3.5.6", "@koishijs/plugin-dataview": "^2.3.1", "@koishijs/plugin-explorer": "^1.4.5", - "@koishijs/plugin-help": "^2.2.4", + "@koishijs/plugin-help": "^2.3.0", "@koishijs/plugin-insight": "^3.4.1", "@koishijs/plugin-inspect": "^1.1.2", "@koishijs/plugin-locales": "^2.4.0", @@ -81,7 +81,7 @@ "@koishijs/plugin-rate-limit": "^1.3.3", "@koishijs/plugin-sandbox": "^3.1.10", "@koishijs/plugin-status": "^7.1.3", - "koishi": "^4.13.9", + "koishi": "^4.14.0", "koishi-plugin-assets-local": "^3.1.0", "koishi-plugin-desktop": "^0.0.4", "koishi-plugin-gocqhttp": "^3.8.0",