File tree Expand file tree Collapse file tree 5 files changed +185
-147
lines changed Expand file tree Collapse file tree 5 files changed +185
-147
lines changed Original file line number Diff line number Diff line change 7
7
"devDependencies" : {
8
8
"@types/minimatch" : " 5.1.2" ,
9
9
"@types/minimist" : " 1.2.2" ,
10
- "@types/node" : " 18.14.1 " ,
10
+ "@types/node" : " 18.15.11 " ,
11
11
"@types/normalize-path" : " 3.0.0" ,
12
- "@typescript-eslint/eslint-plugin" : " 5.53.0 " ,
13
- "@typescript-eslint/parser" : " 5.53.0 " ,
12
+ "@typescript-eslint/eslint-plugin" : " 5.57.1 " ,
13
+ "@typescript-eslint/parser" : " 5.57.1 " ,
14
14
"clean-release" : " 2.18.0" ,
15
15
"clean-scripts" : " 1.21.1" ,
16
- "eslint" : " 8.34 .0" ,
17
- "eslint-config-prettier" : " 8.6 .0" ,
16
+ "eslint" : " 8.37 .0" ,
17
+ "eslint-config-prettier" : " 8.8 .0" ,
18
18
"eslint-plugin-plantain" : " 2.0.0" ,
19
19
"markdownlint-cli" : " 0.33.0" ,
20
- "rimraf" : " 4.1.2 " ,
20
+ "rimraf" : " 4.4.1 " ,
21
21
"ts-node" : " 10.9.1" ,
22
22
"tsconfig-plantain" : " 0.0.2" ,
23
- "typescript" : " 5.0.2 " ,
23
+ "typescript" : " 5.0.4 " ,
24
24
"vscode" : " 1.1.37"
25
25
},
26
26
"scripts" : {
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" ,
12
+ "minimatch" : " 3 || 4 || 5 || 6 || 7 || 8 " ,
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 = require ( '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 25
25
"ts-plugin-type-coverage" : " ^2.18.2"
26
26
},
27
27
"devDependencies" : {
28
- "typescript" : " 5.0.2 "
28
+ "typescript" : " 5.0.4 "
29
29
},
30
30
"keywords" : [
31
31
" type" ,
You can’t perform that action at this time.
0 commit comments