Skip to content

Commit 43b8513

Browse files
cevianclaude
andcommitted
fix(core): add @types/node as explicit dev dependency
Fixes CI build failure where ChildProcess.on() was unresolved due to @types/node only being available transitively. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f524b0d commit 43b8513

File tree

2 files changed

+121
-42
lines changed

2 files changed

+121
-42
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"@nangohq/frontend": "^0.69.43",
6565
"@tailwindcss/vite": "^4.2.1",
6666
"@types/express": "^5.0.6",
67+
"@types/node": "^22.19.15",
6768
"@types/pg": "^8.18.0",
6869
"@types/react": "^19.2.14",
6970
"@types/react-dom": "^19.2.3",

0 commit comments

Comments
 (0)