Skip to content

Commit

Permalink
Restore pnpm.overrides, since pnpm does not respect overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jan 6, 2025
1 parent c4f037e commit 7af747c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
"node": ">= 10",
"pnpm": ">= 9"
},
"overrides": {
"typescript": "~4.9.5",
"node-gyp": "10.0.1"
},
"pnpm": {
"overrides": {
"typescript": "~4.9.5",
"node-gyp": "10.0.1"
}
},
"files": [
"CHANGELOG.md",
"LICENSE.txt",
Expand Down Expand Up @@ -239,9 +249,5 @@
"napi"
],
"license": "MIT AND MPL-2.0",
"author": "Amin Yahyaabadi <[email protected]>, Rolf Timmermans <[email protected]>",
"overrides": {
"typescript": "~4.9.5",
"node-gyp": "10.0.1"
}
}
"author": "Amin Yahyaabadi <[email protected]>, Rolf Timmermans <[email protected]>"
}

0 comments on commit 7af747c

Please sign in to comment.