File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"@dudeofawesome/eslint-config" : " ^1.0.0" ,
26
- "@prettier/plugin-ruby" : " ^3.1 .2" ,
26
+ "@prettier/plugin-ruby" : " ^4.0 .2" ,
27
27
"eslint" : " ^8.49.0" ,
28
28
"prettier" : " ^3.0.3" ,
29
29
"stylelint" : " ^14.6.0" ,
Original file line number Diff line number Diff line change 20
20
"test" : " node --require ts-node/register --test test/index.ts"
21
21
},
22
22
"dependencies" : {
23
- "@typescript-eslint/eslint-plugin" : " ^6.7.3 " ,
24
- "@typescript-eslint/parser" : " ^6.7.3 " ,
23
+ "@typescript-eslint/eslint-plugin" : " ^6.7.4 " ,
24
+ "@typescript-eslint/parser" : " ^6.7.4 " ,
25
25
"eslint-plugin-import" : " ^2.28.1"
26
26
},
27
27
"peerDependencies" : {
28
28
"eslint" : " ^8.49.0" ,
29
- "typescript" : " ^5.0.0, <=5.2 .0"
29
+ "typescript" : " ^5.0.0, <5.3 .0"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/eslint" : " ^8.44.2" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"eslint" : " ^8.49.0" ,
24
- "eslint-config-prettier" : " ^8.5 .0" ,
24
+ "eslint-config-prettier" : " ^9.0 .0" ,
25
25
"eslint-plugin-import" : " ^2.28.1" ,
26
26
"eslint-plugin-prettier" : " ^5.0.0" ,
27
27
"eslint-plugin-promise" : " ^6.1.1"
Original file line number Diff line number Diff line change 18
18
"test" : " node --require ts-node/register --test test/index.ts"
19
19
},
20
20
"peerDependencies" : {
21
- "typescript" : " ^5.0.0, <=5.2 .0"
21
+ "typescript" : " ^5.0.0, <5.3 .0"
22
22
},
23
23
"devDependencies" : {
24
24
"@types/jest" : " ^29.5.5" ,
25
25
"@types/node" : " ^20.6.3" ,
26
26
"@types/react" : " ^18.2.23" ,
27
27
"ts-node" : " ^10.9.1" ,
28
- "typescript" : " ^5.0.0, <=5.2 .0"
28
+ "typescript" : " ^5.0.0, <5.3 .0"
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments