|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 | 52 | "@commander-js/extra-typings": "^12.1.0",
|
53 |
| - "@commitlint/cli": "^19.4.1", |
54 |
| - "@commitlint/config-conventional": "^19.4.1", |
| 53 | + "@commitlint/cli": "^19.5.0", |
| 54 | + "@commitlint/config-conventional": "^19.5.0", |
55 | 55 | "@semantic-release/changelog": "^6.0.3",
|
56 | 56 | "@semantic-release/git": "^10.0.1",
|
57 | 57 | "@types/adm-zip": "^0.5.5",
|
58 |
| - "@types/config": "^3.3.4", |
| 58 | + "@types/config": "^3.3.5", |
59 | 59 | "@types/figlet": "^1.5.8",
|
60 | 60 | "@types/lodash": "^4.17.7",
|
61 |
| - "@types/node": "^22.5.2", |
| 61 | + "@types/node": "^22.5.5", |
62 | 62 | "@types/nodemon": "^1.19.6",
|
63 | 63 | "all-contributors-cli": "^6.26.1",
|
64 | 64 | "commitizen": "^4.3.0",
|
65 | 65 | "conventional-changelog-conventionalcommits": "^8.0.0",
|
66 | 66 | "cross-env": "^7.0.3",
|
67 | 67 | "cz-conventional-changelog": "3.3.0",
|
68 | 68 | "doctoc": "^2.2.1",
|
69 |
| - "husky": "^9.1.5", |
| 69 | + "husky": "^9.1.6", |
70 | 70 | "jsdoc": "^4.0.3",
|
71 | 71 | "lint-staged": "^15.2.10",
|
72 |
| - "nodemon": "^3.1.4", |
| 72 | + "nodemon": "^3.1.7", |
73 | 73 | "prettier": "^3.3.3",
|
74 | 74 | "rimraf": "^6.0.1",
|
75 |
| - "semantic-release": "^24.1.0", |
76 |
| - "terser": "^5.31.6", |
77 |
| - "tsup": "^8.2.4", |
78 |
| - "type-fest": "^4.26.0", |
79 |
| - "typescript": "^5.5.4", |
80 |
| - "vite-node": "^2.0.5" |
| 75 | + "semantic-release": "^24.1.1", |
| 76 | + "terser": "^5.33.0", |
| 77 | + "tsup": "^8.3.0", |
| 78 | + "type-fest": "^4.26.1", |
| 79 | + "typescript": "^5.6.2", |
| 80 | + "vite-node": "^2.1.1" |
81 | 81 | },
|
82 | 82 | "dependencies": {
|
83 |
| - "@inquirer/prompts": "^5.4.0", |
| 83 | + "@inquirer/prompts": "^6.0.1", |
84 | 84 | "adm-zip": "^0.5.16",
|
85 | 85 | "chalk": "^5.3.0",
|
86 | 86 | "commander": "^12.1.0",
|
|
89 | 89 | "cosmiconfig": "^9.0.0",
|
90 | 90 | "dotenv": "^16.4.5",
|
91 | 91 | "envalid": "^8.0.0",
|
92 |
| - "execa": "^9.3.1", |
| 92 | + "execa": "^9.4.0", |
93 | 93 | "figlet": "^1.7.0",
|
94 | 94 | "find-up": "7.0.0",
|
95 | 95 | "listr2": "^8.2.4",
|
|
0 commit comments