File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
node-version : ${{ fromJson(needs.matrix.outputs.latest) }}
27
27
eslint :
28
28
- 9
29
+ - 9.13.0
29
30
- 8
31
+ - 8.57.0
30
32
31
33
steps :
32
34
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 49
49
"auto-changelog" : " ^2.5.0" ,
50
50
"babel-plugin-add-module-exports" : " ^1.0.4" ,
51
51
"babel-preset-airbnb" : " ^5.0.0" ,
52
- "eslint" : " ^8.8 || ^9.13" ,
52
+ "eslint" : " ^8.57.0 || ^9.13.0 " ,
53
53
"eslint-config-airbnb-base" : " ^15.0.0" ,
54
54
"eslint-doc-generator" : " ^1.7.1" ,
55
55
"eslint-plugin-eslint-plugin" : " ^4.3.0" ,
88
88
"safe-regex-test" : " ^1.0.3"
89
89
},
90
90
"peerDependencies" : {
91
- "eslint" : " ^8.8 || ^9.13"
91
+ "eslint" : " ^8.57.0 || ^9.13.0 "
92
92
},
93
93
"auto-changelog" : {
94
94
"output" : " CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments