Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 7, 2024
1 parent 0e06135 commit 40de9c5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
enableTips: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koishijs/boilerplate",
"version": "1.14.7",
"version": "1.15.0",
"packageManager": "yarn@4.1.0",
"private": true,
"files": [
Expand Down Expand Up @@ -36,53 +36,53 @@
"start": "koishi start"
},
"devDependencies": {
"@koishijs/client": "^5.29.2",
"@koishijs/client": "^5.29.3",
"@koishijs/plugin-hmr": "^1.2.9",
"@koishijs/scripts": "^4.5.2",
"@types/node": "^20.11.30",
"@koishijs/scripts": "^4.6.0",
"@types/node": "^22.1.0",
"@types/react": "^18.2.70",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"esbuild": "^0.23.0",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"yakumo": "^1.0.0-beta.16",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-tsc": "^1.0.0-beta.4",
"yml-register": "^1.2.5"
},
"dependencies": {
"@koishijs/plugin-actions": "^0.0.2",
"@koishijs/plugin-adapter-discord": "^4.5.6",
"@koishijs/plugin-adapter-discord": "^4.5.7",
"@koishijs/plugin-adapter-kook": "^4.6.4",
"@koishijs/plugin-adapter-qq": "^4.7.5",
"@koishijs/plugin-adapter-satori": "^1.3.0",
"@koishijs/plugin-adapter-qq": "^4.8.2",
"@koishijs/plugin-adapter-satori": "^1.3.1",
"@koishijs/plugin-adapter-telegram": "^4.5.4",
"@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.4",
"@koishijs/plugin-config": "^2.8.5",
"@koishijs/plugin-console": "^5.29.2",
"@koishijs/plugin-console": "^5.29.3",
"@koishijs/plugin-database-sqlite": "^4.4.1",
"@koishijs/plugin-explorer": "^1.5.5",
"@koishijs/plugin-help": "^2.4.4",
"@koishijs/plugin-http": "^0.5.3",
"@koishijs/plugin-http": "^0.6.1",
"@koishijs/plugin-insight": "^3.5.2",
"@koishijs/plugin-inspect": "^1.1.5",
"@koishijs/plugin-inspect": "^1.1.7",
"@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-notifier": "^1.2.1",
"@koishijs/plugin-oobe": "^0.0.2",
"@koishijs/plugin-proxy-agent": "^0.3.2",
"@koishijs/plugin-sandbox": "^3.3.1",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"@koishijs/plugin-sandbox": "^3.4.1",
"@koishijs/plugin-server": "^3.2.3",
"@koishijs/plugin-server-satori": "^2.6.5",
"@koishijs/plugin-server-satori": "^2.7.1",
"@koishijs/plugin-server-temp": "^1.4.0",
"@koishijs/plugin-status": "^7.4.10",
"koishi": "^4.17.9",
"koishi": "^4.17.11",
"koishi-plugin-android": "^0.0.1",
"koishi-plugin-assets-local": "^3.3.2",
"koishi-plugin-dataview": "^2.6.1",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@minatojs/*": ["external/minato/packages/*/src"],
"@satorijs/adapter-*": ["external/satori/adapters/*/src"],
"@satorijs/*": ["external/satori/packages/*/src"],
"cordis-*": ["external/satori/packages/*/src"],
"koishi": ["external/koishi/packages/koishi/src"],
"minato": ["external/minato/packages/minato/src"],

Expand Down

0 comments on commit 40de9c5

Please sign in to comment.