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 11{
22 "private" : true ,
33 "name" : " @tsslint-fixtures/convert-a-tslint-rule" ,
4- "version" : " 1.3.6 " ,
4+ "version" : " 1.4.0 " ,
55 "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 " ,
88 "tslint" : " ^6.1.3"
99 }
1010}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @tsslint-fixtures/convert-eslint-config" ,
4- "version" : " 1.3.6 " ,
4+ "version" : " 1.4.0 " ,
55 "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 " ,
88 "eslint-plugin-expect-type" : " ^0.4.0"
99 }
1010}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @tsslint-fixtures/convert-eslint-rules" ,
4- "version" : " 1.3.6 " ,
4+ "version" : " 1.4.0 " ,
55 "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 " ,
88 "@typescript-eslint/eslint-plugin" : " ^7.13.0"
99 }
1010}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @tsslint-fixtures/typescript-plugin" ,
4- "version" : " 1.3.6 " ,
4+ "version" : " 1.4.0 " ,
55 "devDependencies" : {
6- "@tsslint/typescript-plugin" : " 1.3.6 " ,
6+ "@tsslint/typescript-plugin" : " 1.4.0 " ,
77 "typescript" : " latest"
88 }
99}
Original file line number Diff line number Diff line change 66 " packages/*" ,
77 " fixtures/*"
88 ],
9- "version" : " 1.3.6 "
9+ "version" : " 1.4.0 "
1010}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "packageManager" :
" [email protected] " ,
55 "scripts" : {
66 "build" : " tsc -b" ,
1616 "devDependencies" : {
1717 "@lerna-lite/cli" : " latest" ,
1818 "@lerna-lite/publish" : " latest" ,
19- "@tsslint/config" : " 1.3.6 " ,
19+ "@tsslint/config" : " 1.4.0 " ,
2020 "@types/node" : " latest" ,
2121 "typescript" : " latest"
2222 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsslint/cli" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "license" : " MIT" ,
55 "bin" : {
66 "tsslint" : " ./bin/tsslint.js"
1616 },
1717 "dependencies" : {
1818 "@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 " ,
2121 "glob" : " ^10.4.1"
2222 },
2323 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsslint/config" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
1212 "directory" : " packages/config"
1313 },
1414 "dependencies" : {
15- "@tsslint/types" : " 1.3.6 "
15+ "@tsslint/types" : " 1.4.0 "
1616 }
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsslint/core" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
1212 "directory" : " packages/core"
1313 },
1414 "dependencies" : {
15- "@tsslint/types" : " 1.3.6 " ,
15+ "@tsslint/types" : " 1.4.0 " ,
1616 "error-stack-parser" : " ^2.1.4" ,
1717 "esbuild" : " >=0.17.0" ,
1818 "minimatch" : " ^10.0.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsslint/eslint" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
1212 "directory" : " packages/eslint"
1313 },
1414 "devDependencies" : {
15- "@tsslint/types" : " 1.3.6 " ,
15+ "@tsslint/types" : " 1.4.0 " ,
1616 "@types/eslint" : " ^8.56.10" ,
1717 "typescript" : " latest"
1818 },
1919 "dependencies" : {
20- "@tsslint/config" : " 1.3.6 " ,
20+ "@tsslint/config" : " 1.4.0 " ,
2121 "@typescript-eslint/parser" : " ^8.16.0" ,
2222 "eslint" : " ^9.0.0"
2323 }
You can’t perform that action at this time.
0 commit comments