|
12 | 12 | "deploy": "serverless deploy" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | | - "@middy/core": "^2.5.2", |
16 | | - "@middy/http-error-handler": "^2.5.2", |
17 | | - "@middy/http-json-body-parser": "^2.5.2", |
18 | | - "@middy/validator": "^2.5.2", |
19 | | - "@types/aws-lambda": "^8.10.84", |
20 | | - "@types/jest": "^27.0.2", |
21 | | - "@typescript-eslint/eslint-plugin": "^5.1.0", |
22 | | - "@typescript-eslint/parser": "^5.1.0", |
23 | | - "aws-lambda": "^1.0.6", |
24 | | - "doctoc": "^2.1.0", |
25 | | - "dotenv": "^14.2.0", |
26 | | - "env-var": "^7.1.1", |
27 | | - "eslint": "^7.32.0", |
28 | | - "eslint-config-standard": "^16.0.3", |
29 | | - "eslint-plugin-import": "^2.25.2", |
30 | | - "eslint-plugin-node": "^11.1.0", |
31 | | - "eslint-plugin-promise": "^5.1.1", |
32 | | - "eslint-plugin-standard": "^5.0.0", |
33 | | - "http-status-codes": "^2.1.4", |
34 | | - "husky": "^7.0.4", |
35 | | - "inversify": "^6.0.1", |
36 | | - "jest": "^27.3.1", |
37 | | - "lint-staged": "^11.2.4", |
38 | | - "reflect-metadata": "^0.1.13", |
39 | | - "serverless": "^2.64.1", |
40 | | - "serverless-bundle": "^5.0.2", |
41 | | - "serverless-plugin-test-helper": "^2.6.4", |
42 | | - "serverless-offline": "^8.2.0", |
43 | | - "ts-jest": "^27.0.7", |
44 | | - "typesafe-api-gateway": "^1.0.0", |
45 | | - "typescript": "^4.4.4" |
| 15 | + "@middy/core": "2.5.2", |
| 16 | + "@middy/http-error-handler": "2.5.2", |
| 17 | + "@middy/http-json-body-parser": "2.5.2", |
| 18 | + "@middy/validator": "2.5.2", |
| 19 | + "@types/aws-lambda": "8.10.84", |
| 20 | + "@types/jest": "27.0.2", |
| 21 | + "@typescript-eslint/eslint-plugin": "5.1.0", |
| 22 | + "@typescript-eslint/parser": "5.1.0", |
| 23 | + "aws-lambda": "1.0.6", |
| 24 | + "doctoc": "2.1.0", |
| 25 | + "dotenv": "14.2.0", |
| 26 | + "env-var": "7.1.1", |
| 27 | + "eslint": "7.32.0", |
| 28 | + "eslint-config-standard": "16.0.3", |
| 29 | + "eslint-plugin-import": "2.25.2", |
| 30 | + "eslint-plugin-node": "11.1.0", |
| 31 | + "eslint-plugin-promise": "5.1.1", |
| 32 | + "eslint-plugin-standard": "5.0.0", |
| 33 | + "http-status-codes": "2.1.4", |
| 34 | + "husky": "7.0.4", |
| 35 | + "inversify": "6.0.1", |
| 36 | + "jest": "27.3.1", |
| 37 | + "lint-staged": "11.2.4", |
| 38 | + "reflect-metadata": "0.1.13", |
| 39 | + "serverless": "2.64.1", |
| 40 | + "serverless-bundle": "5.0.2", |
| 41 | + "serverless-plugin-test-helper": "2.6.4", |
| 42 | + "serverless-offline": "8.2.0", |
| 43 | + "ts-jest": "27.0.7", |
| 44 | + "typesafe-api-gateway": "1.0.0", |
| 45 | + "typescript": "4.4.4" |
46 | 46 | }, |
47 | 47 | "jest": { |
48 | 48 | "transform": { |
|
0 commit comments