fix incorrect dep
Showing
| ... | ... | @@ -39,6 +39,7 @@ |
| "testEnvironment": "node" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-database-memory": "^1.1.0", | ||
| "@types/jest": "^27.4.1", | ||
| "@types/lodash": "^4.14.180", | ||
| "@types/node": "^17.0.23", | ||
| ... | ... | @@ -57,7 +58,6 @@ |
| "koishi": "^4.5.1" | ||
| }, | ||
| "dependencies": { | ||
| "@koishijs/plugin-database-memory": "^1.1.0", | ||
| "lodash": "^4.17.21", | ||
| "typed-reflector": "^1.0.10" | ||
| } | ||
| ... | ... |
Please register or sign in to comment