Skip to content

Commit ff68187

Browse files
committed
1 parent 42136ef commit ff68187

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import {URL} from 'node:url'; // TODO: Remove this when https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960 is fixed.
21
import {Options as FastGlobOptions, Entry} from 'fast-glob';
32

43
export type GlobEntry = Entry;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@globby/main-branch": "sindresorhus/globby#main",
70-
"@types/node": "^17.0.10",
70+
"@types/node": "^17.0.18",
7171
"ava": "^4.0.1",
7272
"benchmark": "2.1.4",
7373
"get-stream": "^6.0.1",

0 commit comments

Comments
 (0)