File tree 3 files changed +161
-143
lines changed
3 files changed +161
-143
lines changed Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
- const glob = require ( 'bash -glob' )
3
+ const glob = require ( 'fast -glob' )
4
4
const { sep, resolve } = require ( 'path' )
5
5
6
6
module . exports = {
@@ -15,8 +15,8 @@ module.exports = {
15
15
packages . map ( ( p ) => p . replace ( / \/ ? $ / , '/package.json' ) ) ,
16
16
{
17
17
cwd : resolve ( cwd ) ,
18
- realpath : true ,
19
- ignore : '**/node_modules/**'
18
+ absolute : true ,
19
+ ignore : [ '**/node_modules/**' ]
20
20
}
21
21
)
22
22
} ,
Original file line number Diff line number Diff line change 35
35
},
36
36
"dependencies" : {
37
37
"@yarnpkg/lockfile" : " ^1.1.0" ,
38
- "bash -glob" : " ^2.0.0 " ,
38
+ "fast -glob" : " ^3.3.2 " ,
39
39
"colors" : " 1.4.0" ,
40
40
"commander" : " ^7.2.0" ,
41
- "eol" : " ^0.9.1 " ,
41
+ "eol" : " ^0.10.0 " ,
42
42
"lodash" : " 4.17.21" ,
43
43
"nmtree" : " ^1.0.6" ,
44
- "semver" : " ^7.6.0 " ,
44
+ "semver" : " ^7.6.3 " ,
45
45
"sort-object-keys" : " ^1.1.3"
46
46
},
47
47
"devDependencies" : {
48
48
"nyc" : " 15.1.0" ,
49
49
"sinon" : " ^9.2.4" ,
50
50
"standard" : " ^16.0.4" ,
51
- "tape" : " ^5.7.5 " ,
51
+ "tape" : " ^5.9.0 " ,
52
52
"rimraf" : " ^3.0.2"
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments