mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#3190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cte <cestreich@gmail.com>
This commit is contained in:
parent
4c858458f8
commit
c3c02b6702
2 changed files with 87 additions and 1382 deletions
1465
package-lock.json
generated
1465
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -322,7 +322,7 @@
|
|||
"build:webview": "cd webview-ui && npm run build",
|
||||
"build:esbuild": "node esbuild.js --production",
|
||||
"compile": "tsc -p . --outDir out && node esbuild.js",
|
||||
"install:all": "npm install npm-run-all && npm-run-all -l -p install-*",
|
||||
"install:all": "npm install -D npm-run-all2@8.0.1 && npm-run-all -l -p install-*",
|
||||
"install-extension": "npm install",
|
||||
"install-webview": "cd webview-ui && npm install",
|
||||
"install-e2e": "cd e2e && npm install",
|
||||
|
|
@ -453,7 +453,7 @@
|
|||
"lint-staged": "^15.2.11",
|
||||
"mkdirp": "^3.0.1",
|
||||
"nock": "^14.0.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"npm-run-all2": "^8.0.1",
|
||||
"prettier": "^3.4.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"ts-jest": "^29.2.5",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue