|
37 | 37 | "*.{js,jsx,ts,tsx}": "yarn eslint src --cache --fix" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@commitlint/cli": "^17.7.1", |
41 | | - "@commitlint/config-conventional": "^17.7.0", |
42 | | - "@openapi-typescript-infra/coconfig": "^4.2.0", |
43 | | - "@types/configstore": "^6.0.0", |
44 | | - "@types/handlebars-helpers": "^0.5.4", |
45 | | - "@types/minimist": "^1.2.2", |
46 | | - "@types/node": "^20.6.2", |
47 | | - "@types/parse-git-config": "^3.0.1", |
48 | | - "@types/pascalcase": "^1.0.1", |
49 | | - "@typescript-eslint/eslint-plugin": "^6.7.2", |
50 | | - "@typescript-eslint/parser": "^6.7.2", |
51 | | - "coconfig": "^0.13.3", |
52 | | - "eslint": "^8.49.0", |
| 40 | + "@commitlint/cli": "^17.8.0", |
| 41 | + "@commitlint/config-conventional": "^17.8.0", |
| 42 | + "@openapi-typescript-infra/coconfig": "^4.2.2", |
| 43 | + "@types/configstore": "^6.0.1", |
| 44 | + "@types/handlebars-helpers": "^0.5.5", |
| 45 | + "@types/minimist": "^1.2.4", |
| 46 | + "@types/node": "^20.8.7", |
| 47 | + "@types/parse-git-config": "^3.0.3", |
| 48 | + "@types/pascalcase": "^1.0.2", |
| 49 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 50 | + "@typescript-eslint/parser": "^6.8.0", |
| 51 | + "coconfig": "^1.0.0", |
| 52 | + "eslint": "^8.51.0", |
53 | 53 | "eslint-config-prettier": "^9.0.0", |
54 | | - "eslint-import-resolver-typescript": "^3.6.0", |
| 54 | + "eslint-import-resolver-typescript": "^3.6.1", |
55 | 55 | "eslint-plugin-import": "^2.28.1", |
56 | 56 | "husky": "^8.0.3", |
57 | | - "lint-staged": "^14.0.1", |
| 57 | + "lint-staged": "^15.0.2", |
58 | 58 | "pinst": "^3.0.0", |
59 | 59 | "prettier": "^3.0.3", |
60 | 60 | "typescript": "^5.2.2" |
|
0 commit comments