Skip to content

Commit 3cfec86

Browse files
zkochanclaude
andcommitted
fix: update @types/node override to 25.4.0
The workspace override was pinning @types/node to 14.14.6, which lacks node: protocol type declarations needed by execa v9. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2605287 commit 3cfec86

File tree

2 files changed

+32
-25
lines changed

2 files changed

+32
-25
lines changed

pnpm-lock.yaml

Lines changed: 31 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ configDependencies:
1212
'@pnpm/plugin-better-defaults': 0.2.1
1313

1414
overrides:
15-
'@types/node': 14.14.6
15+
'@types/node': 25.4.0

0 commit comments

Comments
 (0)