Skip to content

Commit 3ff0042

Browse files
build: 将 node-ipc 依赖版本从 ^12.0.0 降级至 ^11.1.0
1 parent 9fce90b commit 3ff0042

File tree

3 files changed

+2567
-3485
lines changed

3 files changed

+2567
-3485
lines changed

packages/evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"cmd-ts": "^0.13.0",
3131
"drizzle-orm": "^0.44.1",
3232
"execa": "^9.6.0",
33-
"node-ipc": "^12.0.0",
33+
"node-ipc": "^11.1.0",
3434
"p-map": "^7.0.3",
3535
"p-queue": "^8.1.0",
3636
"p-wait-for": "^5.0.2",

packages/ipc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@roo-code/types": "workspace:^",
14-
"node-ipc": "^12.0.0"
14+
"node-ipc": "^11.1.0"
1515
},
1616
"devDependencies": {
1717
"@roo-code/config-eslint": "workspace:^",

0 commit comments

Comments
 (0)