File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import fastGlob from 'fast-glob';
66import gitIgnore from 'ignore' ;
77import isPathInside from 'is-path-inside' ;
88import slash from 'slash' ;
9- import { toPath } from 'unicorn-magic' ;
9+ import { toPath } from 'unicorn-magic/node ' ;
1010import {
1111 isNegativePattern ,
1212 bindFsMethod ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import nodePath from 'node:path';
44import { Readable } from 'node:stream' ;
55import mergeStreams from '@sindresorhus/merge-streams' ;
66import fastGlob from 'fast-glob' ;
7- import { toPath } from 'unicorn-magic' ;
7+ import { toPath } from 'unicorn-magic/node ' ;
88import {
99 GITIGNORE_FILES_PATTERN ,
1010 getIgnorePatternsAndPredicate ,
Original file line number Diff line number Diff line change 6868 "ignore" : " ^7.0.5" ,
6969 "is-path-inside" : " ^4.0.0" ,
7070 "slash" : " ^5.1.0" ,
71- "unicorn-magic" : " ^0.3 .0"
71+ "unicorn-magic" : " ^0.4 .0"
7272 },
7373 "devDependencies" : {
7474 "@globby/main-branch" : " sindresorhus/globby#main" ,
You can’t perform that action at this time.
0 commit comments