|
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | 24 | "@shallot/aws": "^1.0.6", |
25 | | - "@types/aws-lambda": "^8.10.66", |
| 25 | + "@types/aws-lambda": "^8.10.76", |
26 | 26 | "@types/http-errors": "^1.8.0", |
27 | | - "@types/jest": "^26.0.15", |
28 | | - "@types/node": "^14.14.2", |
29 | | - "@types/webpack": "^4.41.25", |
30 | | - "@types/webpack-node-externals": "^2.5.0", |
31 | | - "@typescript-eslint/eslint-plugin": "^4.5.0", |
32 | | - "@typescript-eslint/parser": "^4.5.0", |
33 | | - "eslint": "^7.12.0", |
34 | | - "eslint-config-prettier": "^6.14.0", |
| 27 | + "@types/jest": "^26.0.23", |
| 28 | + "@types/node": "^15.0.1", |
| 29 | + "@types/webpack": "^5.28.0", |
| 30 | + "@types/webpack-node-externals": "^2.5.1", |
| 31 | + "@typescript-eslint/eslint-plugin": "^4.11.0", |
| 32 | + "@typescript-eslint/parser": "^4.11.0", |
| 33 | + "eslint": "^7.10.0", |
| 34 | + "eslint-config-prettier": "^7.1.0", |
| 35 | + "eslint-plugin-jest": "^24.3.4", |
35 | 36 | "eslint-plugin-prettier": "^3.1.4", |
36 | | - "husky": "^4.3.0", |
37 | | - "jest": "^26.6.1", |
38 | | - "lint-staged": "^10.4.2", |
39 | | - "prettier": "^2.1.2", |
40 | | - "ts-jest": "^26.4.3", |
41 | | - "ts-loader": "^8.0.11", |
42 | | - "ts-node": "^9.0.0", |
43 | | - "typescript": "^4.0.3", |
44 | | - "webpack": "^5.9.0", |
45 | | - "webpack-cli": "^4.2.0", |
46 | | - "webpack-node-externals": "^2.5.2", |
| 37 | + "husky": "^6.0.0", |
| 38 | + "jest": "^26.6.3", |
| 39 | + "lint-staged": "^10.5.4", |
| 40 | + "prettier": "https://github.com/prettier/prettier", |
| 41 | + "ts-jest": "^26.5.5", |
| 42 | + "ts-loader": "^9.1.1", |
| 43 | + "ts-node": "^9.1.1", |
| 44 | + "typescript": "^4.1.3", |
| 45 | + "webpack": "^5.36.1", |
| 46 | + "webpack-cli": "^4.6.0", |
| 47 | + "webpack-node-externals": "^3.0.0", |
47 | 48 | "yarn": "^1.22.10" |
48 | 49 | }, |
49 | 50 | "dependencies": { |
50 | 51 | "http-errors": "^1.8.0" |
| 52 | + }, |
| 53 | + "lint-staged": { |
| 54 | + "**/*.ts": [ |
| 55 | + "eslint --ext .ts,.js --fix" |
| 56 | + ], |
| 57 | + "**/*.js": [ |
| 58 | + "eslint --ext .ts,.js --fix" |
| 59 | + ], |
| 60 | + "*": [ |
| 61 | + "prettier --no-error-on-unmatched-pattern --write" |
| 62 | + ] |
51 | 63 | } |
52 | 64 | } |
0 commit comments