File tree Expand file tree Collapse file tree 15 files changed +50
-50
lines changed Expand file tree Collapse file tree 15 files changed +50
-50
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @tsslint-fixtures/convert-a-tslint-rule" ,
4
- "version" : " 1.3.6 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"devDependencies" : {
6
- "@tsslint/config" : " 1.3.6 " ,
7
- "@tsslint/tslint" : " 1.3.6 " ,
6
+ "@tsslint/config" : " 1.4.0 " ,
7
+ "@tsslint/tslint" : " 1.4.0 " ,
8
8
"tslint" : " ^6.1.3"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @tsslint-fixtures/convert-eslint-config" ,
4
- "version" : " 1.3.6 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"devDependencies" : {
6
- "@tsslint/config" : " 1.3.6 " ,
7
- "@tsslint/eslint" : " 1.3.6 " ,
6
+ "@tsslint/config" : " 1.4.0 " ,
7
+ "@tsslint/eslint" : " 1.4.0 " ,
8
8
"eslint-plugin-expect-type" : " ^0.4.0"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @tsslint-fixtures/convert-eslint-rules" ,
4
- "version" : " 1.3.6 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"devDependencies" : {
6
- "@tsslint/config" : " 1.3.6 " ,
7
- "@tsslint/eslint" : " 1.3.6 " ,
6
+ "@tsslint/config" : " 1.4.0 " ,
7
+ "@tsslint/eslint" : " 1.4.0 " ,
8
8
"@typescript-eslint/eslint-plugin" : " ^7.13.0"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @tsslint-fixtures/typescript-plugin" ,
4
- "version" : " 1.3.6 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"devDependencies" : {
6
- "@tsslint/typescript-plugin" : " 1.3.6 " ,
6
+ "@tsslint/typescript-plugin" : " 1.4.0 " ,
7
7
"typescript" : " latest"
8
8
}
9
9
}
Original file line number Diff line number Diff line change 6
6
" packages/*" ,
7
7
" fixtures/*"
8
8
],
9
- "version" : " 1.3.6 "
9
+ "version" : " 1.4.0 "
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"packageManager" :
" [email protected] " ,
5
5
"scripts" : {
6
6
"build" : " tsc -b" ,
16
16
"devDependencies" : {
17
17
"@lerna-lite/cli" : " latest" ,
18
18
"@lerna-lite/publish" : " latest" ,
19
- "@tsslint/config" : " 1.3.6 " ,
19
+ "@tsslint/config" : " 1.4.0 " ,
20
20
"@types/node" : " latest" ,
21
21
"typescript" : " latest"
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tsslint/cli" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"license" : " MIT" ,
5
5
"bin" : {
6
6
"tsslint" : " ./bin/tsslint.js"
16
16
},
17
17
"dependencies" : {
18
18
"@clack/prompts" : " ^0.8.2" ,
19
- "@tsslint/config" : " 1.3.6 " ,
20
- "@tsslint/core" : " 1.3.6 " ,
19
+ "@tsslint/config" : " 1.4.0 " ,
20
+ "@tsslint/core" : " 1.4.0 " ,
21
21
"glob" : " ^10.4.1"
22
22
},
23
23
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tsslint/config" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"license" : " MIT" ,
5
5
"files" : [
6
6
" **/*.js" ,
12
12
"directory" : " packages/config"
13
13
},
14
14
"dependencies" : {
15
- "@tsslint/types" : " 1.3.6 "
15
+ "@tsslint/types" : " 1.4.0 "
16
16
}
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tsslint/core" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"license" : " MIT" ,
5
5
"files" : [
6
6
" **/*.js" ,
12
12
"directory" : " packages/core"
13
13
},
14
14
"dependencies" : {
15
- "@tsslint/types" : " 1.3.6 " ,
15
+ "@tsslint/types" : " 1.4.0 " ,
16
16
"error-stack-parser" : " ^2.1.4" ,
17
17
"esbuild" : " >=0.17.0" ,
18
18
"minimatch" : " ^10.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tsslint/eslint" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"license" : " MIT" ,
5
5
"files" : [
6
6
" **/*.js" ,
12
12
"directory" : " packages/eslint"
13
13
},
14
14
"devDependencies" : {
15
- "@tsslint/types" : " 1.3.6 " ,
15
+ "@tsslint/types" : " 1.4.0 " ,
16
16
"@types/eslint" : " ^8.56.10" ,
17
17
"typescript" : " latest"
18
18
},
19
19
"dependencies" : {
20
- "@tsslint/config" : " 1.3.6 " ,
20
+ "@tsslint/config" : " 1.4.0 " ,
21
21
"@typescript-eslint/parser" : " ^8.16.0" ,
22
22
"eslint" : " ^9.0.0"
23
23
}
You can’t perform that action at this time.
0 commit comments