File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.platform }}
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 - name : Set up Node.js
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v3
2020 with :
2121 version : ${{ matrix.nodejs-version }}
2222 - name : Build and test
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
3- "eslint" : " ^6 .0.0" ,
4- "eslint-plugin-node" : " ^10 .0.0" ,
5- "husky" : " ^3 .0.0" ,
6- "lerna" : " ^3 .0.0" ,
7- "lint-staged" : " ^9 .0.0" ,
3+ "eslint" : " ^8 .0.0" ,
4+ "eslint-plugin-node" : " ^11 .0.0" ,
5+ "husky" : " ^8 .0.0" ,
6+ "lerna" : " ^7 .0.0" ,
7+ "lint-staged" : " ^14 .0.0" ,
88 "npm-run-all" : " ^4.1.3" ,
9- "prettier-eslint-cli" : " ^5 .0.0" ,
10- "remark-cli" : " ^7 .0.0" ,
11- "remark-preset-lint-consistent" : " ^2 .0.1 " ,
12- "remark-preset-lint-recommended" : " ^3 .0.1 "
9+ "prettier-eslint-cli" : " ^7 .0.0" ,
10+ "remark-cli" : " ^12 .0.0" ,
11+ "remark-preset-lint-consistent" : " ^5 .0.0 " ,
12+ "remark-preset-lint-recommended" : " ^6 .0.0 "
1313 },
1414 "scripts" : {
1515 "precommit" : " lint-staged" ,
Original file line number Diff line number Diff line change 3434 "homepage" : " https://github.com/redotjs/redot#readme" ,
3535 "dependencies" : {
3636 "redot" : " ^0.6.0" ,
37- "unified-args" : " ^7 .0.0"
37+ "unified-args" : " ^11 .0.0"
3838 }
3939}
Original file line number Diff line number Diff line change 3737 "dependencies" : {
3838 "redot-parse" : " ^0.5.0" ,
3939 "redot-stringify" : " ^0.5.0" ,
40- "unified" : " ^8 .0.0"
40+ "unified" : " ^11 .0.0"
4141 }
4242}
You can’t perform that action at this time.
0 commit comments