File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- import { Omit } from 'type-fest' ;
1
+ import { Except } from 'type-fest' ;
2
2
import readPkg = require( 'read-pkg' ) ;
3
3
4
4
declare namespace readPkgUp {
@@ -9,7 +9,7 @@ declare namespace readPkgUp {
9
9
@default process.cwd()
10
10
*/
11
11
cwd ?: string ;
12
- } & Omit < readPkg . Options , 'cwd' > ;
12
+ } & Except < readPkg . Options , 'cwd' > ;
13
13
14
14
type NormalizeOptions = {
15
15
/**
@@ -18,7 +18,7 @@ declare namespace readPkgUp {
18
18
@default process.cwd()
19
19
*/
20
20
cwd ?: string ;
21
- } & Omit < readPkg . NormalizeOptions , 'cwd' > ;
21
+ } & Except < readPkg . NormalizeOptions , 'cwd' > ;
22
22
23
23
type PackageJson = readPkg . PackageJson ;
24
24
type NormalizedPackageJson = readPkg . NormalizedPackageJson ;
Original file line number Diff line number Diff line change 46
46
" path"
47
47
],
48
48
"dependencies" : {
49
- "find-up" : " ^4.0 .0" ,
50
- "read-pkg" : " ^5.1.1 " ,
51
- "type-fest" : " ^0.5.0 "
49
+ "find-up" : " ^4.1 .0" ,
50
+ "read-pkg" : " ^5.2.0 " ,
51
+ "type-fest" : " ^0.8.1 "
52
52
},
53
53
"devDependencies" : {
54
- "ava" : " ^1 .4.1 " ,
55
- "tsd" : " ^0.7.3 " ,
56
- "xo" : " ^0.24.0 "
54
+ "ava" : " ^2 .4.0 " ,
55
+ "tsd" : " ^0.9.0 " ,
56
+ "xo" : " ^0.25.3 "
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments