Skip to content

Commit e6f261e

Browse files
sbouchetclaude
andcommitted
Add npm overrides to match yarn resolutions for Node 12 pins
npm uses 'overrides' instead of yarn's 'resolutions' to pin dependency versions. Mirror the node-releases@2.0.19 and minimatch@3.1.5 pins so npm-based installs also respect the Node 12 compatibility constraints. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d02e9ce commit e6f261e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

javascript/src/typescript/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
"node-releases": "2.0.19",
5757
"minimatch": "3.1.5"
5858
},
59+
"overrides": {
60+
"node-releases": "2.0.19",
61+
"minimatch": "3.1.5"
62+
},
5963
"repository": {
6064
"type": "git",
6165
"url": "https://github.com/che-incubator/che-workspace-telemetry-client"

0 commit comments

Comments
 (0)