Skip to content

Commit

Permalink
update minipass, remove skipLibCheck: true
Browse files Browse the repository at this point in the history
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
  • Loading branch information
isaacs committed May 17, 2023
1 parent 73b5c79 commit e82a237
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"minimatch": "^9.0.0",
"minipass": "^5.0.0 || ^6.0.0",
"minipass": "^5.0.0 || ^6.0.2",
"path-scurry": "^1.7.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2022"
Expand Down

0 comments on commit e82a237

Please sign in to comment.