File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout the repository
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : Install pnpm
1717 uses : pnpm/action-setup@v2
1818 with :
3535 name : Node.js ${{ matrix.node-version }} Quick
3636 steps :
3737 - name : Checkout the repository
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 - name : Install pnpm
4040 uses : pnpm/action-setup@v2
4141 with :
Original file line number Diff line number Diff line change 3838 "postcss" : " ^8.1.0"
3939 },
4040 "devDependencies" : {
41- "@logux/eslint-config" : " ^51 .0.0 " ,
42- "c8" : " ^8.0.0 " ,
41+ "@logux/eslint-config" : " ^52 .0.1 " ,
42+ "c8" : " ^8.0.1 " ,
4343 "clean-publish" : " ^4.2.0" ,
44- "eslint" : " ^8.44 .0" ,
44+ "eslint" : " ^8.51 .0" ,
4545 "eslint-config-standard" : " ^17.1.0" ,
46- "eslint-plugin-import" : " ^2.27.5" ,
47- "eslint-plugin-n" : " ^16.0.1" ,
46+ "eslint-plugin-import" : " ^2.28.1" ,
47+ "eslint-plugin-n" : " ^16.1.0" ,
48+ "eslint-plugin-node-import" : " ^1.0.4" ,
4849 "eslint-plugin-prefer-let" : " ^3.0.1" ,
4950 "eslint-plugin-promise" : " ^6.1.1" ,
50- "postcss" : " ^8.4.25 " ,
51+ "postcss" : " ^8.4.31 " ,
5152 "uvu" : " ^0.5.6"
5253 },
5354 "eslintConfig" : {
You can’t perform that action at this time.
0 commit comments