File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
uses : docker/setup-buildx-action@v3
39
39
40
40
- name : Setup pnpm
41
- uses : pnpm/action-setup@v2.4 .0
41
+ uses : pnpm/action-setup@v3.0 .0
42
42
43
43
- name : Setup Node
44
44
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 20.11.5" ,
30
- "@typescript-eslint/eslint-plugin" : " 6.19.0 " ,
31
- "@typescript-eslint/parser" : " 6.19.0 " ,
30
+ "@typescript-eslint/eslint-plugin" : " 7.0.1 " ,
31
+ "@typescript-eslint/parser" : " 7.0.1 " ,
32
32
"dotenv" : " 16.3.1" ,
33
33
"eslint" : " 8.56.0" ,
34
34
"eslint-import-resolver-typescript" : " 3.6.1" ,
35
35
"eslint-plugin-import" : " 2.29.1" ,
36
36
"eslint-plugin-only-error" : " 1.0.2" ,
37
- "eslint-plugin-simple-import-sort" : " 10 .0.0" ,
37
+ "eslint-plugin-simple-import-sort" : " 12 .0.0" ,
38
38
"eslint-plugin-sonarjs" : " 0.23.0" ,
39
39
"eslint-plugin-unused-imports" : " 3.0.0" ,
40
40
"npm-run-all" : " 4.1.5" ,
You can’t perform that action at this time.
0 commit comments