We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6a527 commit 5731c56Copy full SHA for 5731c56
1 file changed
package.json
@@ -71,14 +71,12 @@
71
"@types/jest": "^30.0.0",
72
"@types/node": "^24.0.4",
73
"archiver": "^7.0.1",
74
- "commander": "^14.0.0",
75
"eslint": "^9.29.0",
76
"globals": "^16.2.0",
77
"husky": "^9.1.7",
78
"jest": "^30.0.3",
79
"jest-environment-node": "^30.0.2",
80
"lint-staged": "^16.1.2",
81
- "ora": "^8.2.0",
82
"prettier": "^3.6.0",
83
"release-it": "^19.0.3",
84
"rollup": "^4.44.0",
@@ -90,5 +88,9 @@
90
88
"typedoc": "^0.28.5",
91
89
"typescript": "^5.8.3",
92
"typescript-eslint": "^8.35.0"
+ },
+ "dependencies": {
93
+ "commander": "^14.0.0",
94
+ "ora": "^8.2.0"
95
}
96
0 commit comments