add lodash back
Showing
| ... | @@ -42,6 +42,7 @@ | ... | @@ -42,6 +42,7 @@ |
| "@types/koa": "^2.13.4", | "@types/koa": "^2.13.4", | ||
| "@types/koa__router": "^8.0.8", | "@types/koa__router": "^8.0.8", | ||
| "@types/koa-bodyparser": "^4.3.3", | "@types/koa-bodyparser": "^4.3.3", | ||
| "@types/lodash": "^4.14.175", | |||
| "@types/node": "^16.10.2", | "@types/node": "^16.10.2", | ||
| "@typescript-eslint/eslint-plugin": "^4.32.0", | "@typescript-eslint/eslint-plugin": "^4.32.0", | ||
| "@typescript-eslint/parser": "^4.32.0", | "@typescript-eslint/parser": "^4.32.0", | ||
| ... | @@ -59,6 +60,7 @@ | ... | @@ -59,6 +60,7 @@ |
| "@koa/router": "^10.1.1", | "@koa/router": "^10.1.1", | ||
| "http-proxy-middleware": "^2.0.1", | "http-proxy-middleware": "^2.0.1", | ||
| "koa": "^2.13.3", | "koa": "^2.13.3", | ||
| "koa-bodyparser": "^4.3.0" | "koa-bodyparser": "^4.3.0", | ||
| "lodash": "^4.17.21" | |||
| } | } | ||
| } | } |
Please register or sign in to comment