mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Add execa, zod-to-ts, and tsx as dev dependencies (#2025)
This commit is contained in:
parent
3c75b81f0d
commit
b3efe3e4fb
2 changed files with 861 additions and 39 deletions
895
package-lock.json
generated
895
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -425,6 +425,7 @@
|
|||
"@typescript-eslint/parser": "^7.11.0",
|
||||
"esbuild": "^0.24.0",
|
||||
"eslint": "^8.57.0",
|
||||
"execa": "^9.5.2",
|
||||
"glob": "^11.0.1",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^29.7.0",
|
||||
|
|
@ -436,7 +437,9 @@
|
|||
"prettier": "^3.4.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"ts-jest": "^29.2.5",
|
||||
"typescript": "^5.4.5"
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.4.5",
|
||||
"zod-to-ts": "^1.2.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,json,css,md}": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue