|
25 | 25 | "release:patch": "yarn release --release-as patch" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@boringcodes/eslint-config-typescript": "^1.0.0", |
29 | | - "@boringcodes/prettier-config": "^1.0.0", |
30 | | - "@types/express": "^4.16.1", |
| 28 | + "@boringcodes/eslint-config-typescript": "^1.2.0", |
| 29 | + "@boringcodes/prettier-config": "^1.3.1", |
| 30 | + "@rollup/plugin-node-resolve": "^11.0.1", |
| 31 | + "@rollup/plugin-typescript": "^8.1.0", |
| 32 | + "@types/express": "^4.17.9", |
31 | 33 | "@types/http-status-codes": "^1.2.0", |
32 | | - "@typescript-eslint/eslint-plugin": "^2.25.0", |
33 | | - "@typescript-eslint/parser": "^2.25.0", |
34 | | - "copyfiles": "^2.2.0", |
35 | | - "eslint": "^6.8.0", |
36 | | - "eslint-config-prettier": "^6.10.1", |
37 | | - "eslint-config-standard-with-typescript": "^15.0.1", |
38 | | - "eslint-plugin-import": "^2.20.1", |
39 | | - "eslint-plugin-node": "^11.0.0", |
| 34 | + "@typescript-eslint/eslint-plugin": "^4.12.0", |
| 35 | + "@typescript-eslint/parser": "^4.12.0", |
| 36 | + "copyfiles": "^2.4.1", |
| 37 | + "eslint": "^7.17.0", |
| 38 | + "eslint-config-prettier": "^7.1.0", |
| 39 | + "eslint-config-standard-with-typescript": "^19.0.1", |
| 40 | + "eslint-plugin-import": "^2.22.1", |
| 41 | + "eslint-plugin-node": "^11.1.0", |
40 | 42 | "eslint-plugin-promise": "^4.2.1", |
41 | | - "eslint-plugin-standard": "^4.0.1", |
42 | | - "husky": "^2.3.0", |
43 | | - "lint-staged": "^10.0.9", |
44 | | - "prettier": "^2.0.2", |
45 | | - "rollup": "^1.12.3", |
46 | | - "rollup-plugin-node-resolve": "^5.0.0", |
47 | | - "rollup-plugin-typescript2": "^0.21.1", |
48 | | - "standard-version": "^8.0.1", |
49 | | - "typescript": "^3.8.3" |
| 43 | + "eslint-plugin-standard": "^5.0.0", |
| 44 | + "husky": "^4.3.7", |
| 45 | + "lint-staged": "^10.5.3", |
| 46 | + "prettier": "^2.2.1", |
| 47 | + "rollup": "^2.36.1", |
| 48 | + "standard-version": "^9.1.0", |
| 49 | + "tslib": "^2.1.0", |
| 50 | + "typescript": "^4.1.3" |
50 | 51 | }, |
51 | 52 | "dependencies": { |
52 | 53 | "express": "^4.17.1", |
53 | | - "http-status-codes": "^1.3.2" |
| 54 | + "http-status-codes": "^2.1.4" |
54 | 55 | } |
55 | 56 | } |
0 commit comments