feat: axios time out
Showing
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
| ... | ... | @@ -65,6 +65,8 @@ |
| "@types/supertest": "^2.0.10", | ||
| "@typescript-eslint/eslint-plugin": "^4.9.1", | ||
| "@typescript-eslint/parser": "^4.9.1", | ||
| "axios-retry": "^4.0.0", | ||
| "body-parser": "^1.20.2", | ||
| "eslint": "^7.15.0", | ||
| "eslint-config-prettier": "^7.0.0", | ||
| "eslint-plugin-import": "^2.22.1", | ||
| ... | ... | @@ -75,7 +77,7 @@ |
| "ts-loader": "^8.0.11", | ||
| "ts-node": "^9.1.1", | ||
| "tsconfig-paths": "^3.9.0", | ||
| "typescript": "^4.1.2" | ||
| "typescript": "^5.3.3" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment