Skip to content

Commit

Permalink
chore: update most dependencies (#54)
Browse files Browse the repository at this point in the history
* chore: update most dependencies

* fix: remove .using
  • Loading branch information
MaikoTan authored Mar 7, 2024
1 parent ff21a25 commit 0ad76be
Show file tree
Hide file tree
Showing 6 changed files with 2,359 additions and 1,059 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"devDependencies": {
"@hamster-bot/eslint-config": "^1.0.1",
"@koishijs/plugin-database-memory": "^2.3.6",
"@koishijs/plugin-mock": "^2.6.4",
"@koishijs/vitepress": "^3.0.1",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@hamster-bot/eslint-config": "^1.0.5",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-mock": "^2.6.5",
"@koishijs/vitepress": "^3.2.4",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
"esbuild": "^0.19.5",
"chai": "^4.4.1",
"esbuild": "^0.19.12",
"esbuild-register": "^3.5.0",
"eslint": "^8.53.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"jest-mock": "^29.7.0",
"koishi": "^4.15.4",
"koishi-plugin-puppeteer": "^3.7.0",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"koishi": "^4.17.2",
"koishi-plugin-puppeteer": "^3.8.2",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"shx": "^0.3.4",
"typescript": "^5.3.2",
"typescript": "^5.4.2",
"vitepress": "1.0.0-rc.24",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.26",
Expand All @@ -57,8 +57,8 @@
"yakumo-publish": "^0.3.10",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.4",
"yakumo-upgrade": "^0.3.6",
"yakumo-version": "^0.3.4",
"yml-register": "^1.1.0"
"yml-register": "^1.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"game"
],
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.17.2"
},
"devDependencies": {
"@koishijs/canvas": "^0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function defineVariation<
// re-export koishi fields
name = variation.name
static Config = variation.Config
static inject = normalizeInject(variation.inject ?? variation.using)
static inject = normalizeInject(variation.inject)
static reusable = variation.reusable
static reactive = variation.reactive

Expand Down
2 changes: 1 addition & 1 deletion packages/reactle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@koishijs/wordle": "^0.0.17"
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.17.2"
}
}
2 changes: 1 addition & 1 deletion packages/wordle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@koishijs/wordle": "^0.0.17"
},
"peerDependencies": {
"koishi": "^4.15.3"
"koishi": "^4.17.2"
}
}
Loading

0 comments on commit 0ad76be

Please sign in to comment.