|
41 | 41 | "*.{js,jsx,ts,tsx}": "yarn eslint src --cache --fix"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@commitlint/cli": "^19.5.0", |
45 |
| - "@commitlint/config-conventional": "^19.5.0", |
46 |
| - "@openapi-typescript-infra/coconfig": "^4.6.0", |
47 |
| - "@semantic-release/github": "^11.0.0", |
| 44 | + "@commitlint/cli": "^19.8.0", |
| 45 | + "@commitlint/config-conventional": "^19.8.0", |
| 46 | + "@openapi-typescript-infra/coconfig": "^4.7.1", |
| 47 | + "@semantic-release/github": "^11.0.1", |
48 | 48 | "@types/configstore": "^6.0.2",
|
49 | 49 | "@types/handlebars-helpers": "^0.5.6",
|
50 | 50 | "@types/minimist": "^1.2.5",
|
51 |
| - "@types/node": "^22.8.4", |
| 51 | + "@types/node": "^22.14.1", |
52 | 52 | "@types/parse-git-config": "^3.0.4",
|
53 | 53 | "@types/pascalcase": "^1.0.3",
|
54 | 54 | "@typescript-eslint/eslint-plugin": "^6.21.0",
|
55 | 55 | "@typescript-eslint/parser": "^6.21.0",
|
56 |
| - "coconfig": "^1.6.1", |
| 56 | + "coconfig": "^2.0.0", |
57 | 57 | "eslint": "^8.57.1",
|
58 | 58 | "eslint-config-prettier": "^9.1.0",
|
59 |
| - "eslint-import-resolver-typescript": "^3.6.3", |
| 59 | + "eslint-import-resolver-typescript": "^4.3.2", |
60 | 60 | "eslint-plugin-import": "^2.31.0",
|
61 | 61 | "pinst": "^3.0.0",
|
62 |
| - "prettier": "^3.3.3", |
63 |
| - "typescript": "^5.6.3" |
| 62 | + "prettier": "^3.5.3", |
| 63 | + "typescript": "^5.8.3" |
64 | 64 | },
|
65 | 65 | "packageManager": "[email protected]",
|
66 | 66 | "dependencies": {
|
67 |
| - "@readme/openapi-parser": "^2.6.0", |
| 67 | + "@readme/openapi-parser": "^2.7.0", |
68 | 68 | "boxen": "^8.0.1",
|
69 | 69 | "configstore": "^7.0.0",
|
70 | 70 | "handlebars-helpers": "^0.10.0",
|
|
0 commit comments