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 9
9
"license" : " MIT" ,
10
10
"dependencies" : {
11
11
"fast-glob" : " 3" ,
12
- "minimatch" : " 3 || 4 || 5 || 6 || 7 || 8" ,
12
+ "minimatch" : " 3 || 4 || 5 || 6 || 7 || 8 || 9 " ,
13
13
"normalize-path" : " 3" ,
14
14
"tslib" : " 1 || 2" ,
15
15
"tsutils" : " 3"
Original file line number Diff line number Diff line change 1
1
import * as ts from 'typescript'
2
2
import * as path from 'path'
3
- import minimatch from 'minimatch'
3
+ import { minimatch } from 'minimatch'
4
4
import { getProjectRootNamesAndCompilerOptions } from './tsconfig'
5
5
6
6
import {
Original file line number Diff line number Diff line change @@ -1224,7 +1224,7 @@ mimic-fn@^2.1.0:
1224
1224
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
1225
1225
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
1226
1226
1227
- " minimatch@3 || 4 || 5 || 6 || 7 || 8" , minimatch@^8.0.2:
1227
+ " minimatch@3 || 4 || 5 || 6 || 7 || 8 || 9 " , minimatch@^8.0.2:
1228
1228
version "8.0.3"
1229
1229
resolved "https://registry.npmjs.org/minimatch/-/minimatch-8.0.3.tgz#0415cb9bb0c1d8ac758c8a673eb1d288e13f5e75"
1230
1230
integrity sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g==
You can’t perform that action at this time.
0 commit comments