Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 31, 2023
1 parent f0d5e2f commit 48ea41f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koishijs/boilerplate",
"version": "1.7.4",
"version": "1.8.0",
"private": true,
"files": [
".env",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 48ea41f

Please sign in to comment.