Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Nov 30, 2023
1 parent 3f8e6e5 commit 8044a5c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,31 +65,31 @@
},
"prettier": "@hamster-bot/prettier-config",
"peerDependencies": {
"koishi": "^4.8.5"
"koishi": "^4.11.0"
},
"devDependencies": {
"@hamster-bot/constructeur": "*",
"@hamster-bot/eslint-config": "*",
"@hamster-bot/prettier-config": "*",
"@koishijs/plugin-database-memory": "^1.4.2",
"@koishijs/plugin-mock": "^2.0.2",
"@types/chai": "^4.3.3",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.9",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"chai": "^4.3.6",
"eslint": "^8.19.0",
"eslint-import-resolver-typescript": "^3.4.1",
"fs-extra": "^10.1.0",
"@koishijs/plugin-database-memory": "^2.5.0",
"@koishijs/plugin-mock": "^2.6.5",
"@types/chai": "^4.3.11",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"chai": "^4.3.10",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.7.3",
"typescript": "^5.3.2",
"yml-register": "^1.1.0"
}
}

0 comments on commit 8044a5c

Please sign in to comment.