Skip to content

Commit e9b2284

Browse files
committed
Restore pnpm.overrides, since pnpm does not respect overrides
1 parent c4f037e commit e9b2284

File tree

2 files changed

+65
-69
lines changed

2 files changed

+65
-69
lines changed

package.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@
7070
"node": ">= 10",
7171
"pnpm": ">= 9"
7272
},
73+
"overrides": {
74+
"typescript": "~4.9.5",
75+
"node-gyp": "10.0.1"
76+
},
77+
"pnpm": {
78+
"overrides": {
79+
"typescript": "~4.9.5",
80+
"node-gyp": "10.0.1"
81+
}
82+
},
7383
"files": [
7484
"CHANGELOG.md",
7585
"LICENSE.txt",
@@ -239,9 +249,5 @@
239249
"napi"
240250
],
241251
"license": "MIT AND MPL-2.0",
242-
"author": "Amin Yahyaabadi <[email protected]>, Rolf Timmermans <[email protected]>",
243-
"overrides": {
244-
"typescript": "~4.9.5",
245-
"node-gyp": "10.0.1"
246-
}
247-
}
252+
"author": "Amin Yahyaabadi <[email protected]>, Rolf Timmermans <[email protected]>"
253+
}

pnpm-lock.yaml

+53-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)