Skip to content

Commit 6fefac2

Browse files
committed
fix: Update ReadableStream fallback detection to meet updated typescript types. This should not change the behaviour.
1 parent 35a99b5 commit 6fefac2

File tree

4 files changed

+475
-804
lines changed

4 files changed

+475
-804
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"types": "./lib/index.d.ts",
3939
"scripts": {
4040
"eslint": "eslint src/**/*.ts",
41-
"lint:types": "tsc --noEmit",
41+
"lint:types": "tsc --project tsconfig.json --noEmit",
4242
"lint": "pnpm eslint && pnpm lint:types",
4343
"staged": "lint-staged",
4444
"coverage": "c8 pnpm test",
@@ -50,27 +50,27 @@
5050
},
5151
"devDependencies": {
5252
"@changesets/changelog-github": "0.5.0",
53-
"@changesets/cli": "2.27.5",
53+
"@changesets/cli": "2.27.6",
5454
"@octetstream/eslint-config": "8.2.5",
5555
"@types/mime-types": "2.1.4",
5656
"@types/node": "20.14.2",
5757
"@types/sinon": "17.0.3",
5858
"ava": "6.1.3",
59-
"c8": "9.1.0",
59+
"c8": "10.1.2",
6060
"cross-env": "7.0.3",
6161
"del-cli": "5.1.0",
62-
"eslint": "9.4.0",
62+
"eslint": "9.6.0",
6363
"formdata-node": "6.0.3",
6464
"husky": "9.0.11",
65-
"lint-staged": "15.2.5",
65+
"lint-staged": "15.2.7",
6666
"node-fetch": "3.3.2",
6767
"sinon": "18.0.0",
6868
"ts-expect": "1.3.0",
6969
"ts-node": "10.9.2",
7070
"tsup": "8.1.0",
7171
"ttypescript": "1.5.15",
72-
"typescript": "5.4.5",
73-
"undici": "6.18.2",
72+
"typescript": "5.5.2",
73+
"undici": "6.19.2",
7474
"web-streams-polyfill": "4.0.0"
7575
}
7676
}

0 commit comments

Comments
 (0)