Skip to content

Commit

Permalink
fix: Update ReadableStream fallback detection to meet updated typescr…
Browse files Browse the repository at this point in the history
…ipt types. This should not change the behaviour.
  • Loading branch information
octet-stream committed Jun 30, 2024
1 parent 35a99b5 commit 6fefac2
Show file tree
Hide file tree
Showing 4 changed files with 475 additions and 804 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"types": "./lib/index.d.ts",
"scripts": {
"eslint": "eslint src/**/*.ts",
"lint:types": "tsc --noEmit",
"lint:types": "tsc --project tsconfig.json --noEmit",
"lint": "pnpm eslint && pnpm lint:types",
"staged": "lint-staged",
"coverage": "c8 pnpm test",
Expand All @@ -50,27 +50,27 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@changesets/cli": "2.27.6",
"@octetstream/eslint-config": "8.2.5",
"@types/mime-types": "2.1.4",
"@types/node": "20.14.2",
"@types/sinon": "17.0.3",
"ava": "6.1.3",
"c8": "9.1.0",
"c8": "10.1.2",
"cross-env": "7.0.3",
"del-cli": "5.1.0",
"eslint": "9.4.0",
"eslint": "9.6.0",
"formdata-node": "6.0.3",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"node-fetch": "3.3.2",
"sinon": "18.0.0",
"ts-expect": "1.3.0",
"ts-node": "10.9.2",
"tsup": "8.1.0",
"ttypescript": "1.5.15",
"typescript": "5.4.5",
"undici": "6.18.2",
"typescript": "5.5.2",
"undici": "6.19.2",
"web-streams-polyfill": "4.0.0"
}
}
Loading

0 comments on commit 6fefac2

Please sign in to comment.