|
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | 29 | "@boringcodes/utils": "*", |
30 | | - "body-parser": "^1.18.3", |
31 | | - "express": "^4.16.4", |
32 | | - "http-status-codes": "^1.3.0", |
33 | | - "morgan": "^1.9.1", |
34 | | - "source-map-support": "^0.5.19", |
35 | | - "yup": "^0.26.6" |
| 30 | + "body-parser": "*", |
| 31 | + "express": "*", |
| 32 | + "http-status-codes": "*", |
| 33 | + "morgan": "*", |
| 34 | + "source-map-support": "*", |
| 35 | + "yup": "*" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | 38 | "@boringcodes/backpack": "*", |
39 | 39 | "@boringcodes/eslint-config-typescript": "*", |
40 | 40 | "@boringcodes/prettier-config": "*", |
41 | | - "@types/express": "^4.16.0", |
42 | | - "@types/morgan": "^1.7.35", |
43 | | - "@types/yup": "^0.26.3", |
44 | | - "@typescript-eslint/eslint-plugin": "^2.25.0", |
45 | | - "@typescript-eslint/parser": "^2.25.0", |
46 | | - "eslint": "^6.8.0", |
47 | | - "eslint-config-prettier": "^6.10.1", |
48 | | - "eslint-config-standard-with-typescript": "^15.0.1", |
49 | | - "eslint-plugin-import": "^2.20.1", |
50 | | - "eslint-plugin-node": "^11.0.0", |
51 | | - "eslint-plugin-promise": "^4.2.1", |
52 | | - "eslint-plugin-standard": "^4.0.1", |
53 | | - "husky": "^1.2.1", |
54 | | - "lint-staged": "^10.0.9", |
55 | | - "prettier": "^2.0.2", |
56 | | - "standard-version": "^9.0.0", |
57 | | - "typescript": "^3.8.3" |
| 41 | + "@types/express": "*", |
| 42 | + "@types/morgan": "*", |
| 43 | + "@types/yup": "*", |
| 44 | + "@typescript-eslint/eslint-plugin": "*", |
| 45 | + "@typescript-eslint/parser": "*", |
| 46 | + "eslint": "*", |
| 47 | + "eslint-config-prettier": "*", |
| 48 | + "eslint-config-standard-with-typescript": "*", |
| 49 | + "eslint-plugin-import": "*", |
| 50 | + "eslint-plugin-node": "*", |
| 51 | + "eslint-plugin-promise": "*", |
| 52 | + "eslint-plugin-standard": "*", |
| 53 | + "husky": "*", |
| 54 | + "lint-staged": "*", |
| 55 | + "prettier": "*", |
| 56 | + "standard-version": "*", |
| 57 | + "typescript": "*" |
58 | 58 | } |
59 | 59 | } |
0 commit comments