Skip to content

Commit

Permalink
chore: fix lint and test error
Browse files Browse the repository at this point in the history
by adding missing dependencies and upgrading old dependencies
  • Loading branch information
MaikoTan committed Mar 11, 2024
1 parent 4d9da5d commit ba682a5
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,26 +73,30 @@
"@hamster-bot/tsconfig": "^0.0.2",
"@koishijs/plugin-database-memory": "^2.5.0",
"@koishijs/plugin-mock": "^2.6.5",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.12",
"@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",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"chai": "^5.1.0",
"esbuild-plugin-yaml": "^0.0.1",
"eslint": "^8.54.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"koishi": "^4.16.0",
"koishi-plugin-hitokoto-sentences": "^1.0.393",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"yml-register": "^1.1.0"
"yml-register": "^1.2.5"
}
}

0 comments on commit ba682a5

Please sign in to comment.