remove useless package
Showing
| ... | @@ -31,7 +31,6 @@ | ... | @@ -31,7 +31,6 @@ |
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.2.4", | "@koishijs/plugin-adapter-onebot": "^4.2.4", | ||
| "@types/jest": "^27.0.3", | "@types/jest": "^27.0.3", | ||
| "@types/lodash": "^4.14.177", | |||
| "@types/node": "^16.11.9", | "@types/node": "^16.11.9", | ||
| "@types/supertest": "^2.0.11", | "@types/supertest": "^2.0.11", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| ... | @@ -47,7 +46,6 @@ | ... | @@ -47,7 +46,6 @@ |
| "typescript": "^4.6.4" | "typescript": "^4.6.4" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "lodash": "^4.17.21", | |||
| "minato-decorators": "^2.0.8", | "minato-decorators": "^2.0.8", | ||
| "rxjs": "^7.5.6", | "rxjs": "^7.5.6", | ||
| "satori-decorators": "^1.0.12" | "satori-decorators": "^1.0.12" | ||
| ... | @@ -70,7 +68,7 @@ | ... | @@ -70,7 +68,7 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.8.4", | "koishi": "^4.8.5", | ||
| "schemastery": "^3.4.3" | "schemastery": "^3.4.3" | ||
| } | } | ||
| } | } |
Please register or sign in to comment