Skip to content

Commit e82a237

Browse files
committed
update minipass, remove skipLibCheck: true
This requires the minipass with the fixed EventEmitter types, and also the tsconfig setting that let the error slip past in the first place. Re: #529 Re: isaacs/minipass#49
1 parent 73b5c79 commit e82a237

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"foreground-child": "^3.1.0",
6464
"jackspeak": "^2.0.3",
6565
"minimatch": "^9.0.0",
66-
"minipass": "^5.0.0 || ^6.0.0",
66+
"minipass": "^5.0.0 || ^6.0.2",
6767
"path-scurry": "^1.7.0"
6868
},
6969
"devDependencies": {

tsconfig-base.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"forceConsistentCasingInFileNames": true,
1111
"moduleResolution": "node",
1212
"resolveJsonModule": true,
13-
"skipLibCheck": true,
1413
"sourceMap": true,
1514
"strict": true,
1615
"target": "es2022"

0 commit comments

Comments
 (0)