File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.platform }}
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
- name : Set up Node.js
19
- uses : actions/setup-node@v2
19
+ uses : actions/setup-node@v4
20
20
with :
21
21
version : ${{ matrix.nodejs-version }}
22
22
- name : Build and test
Original file line number Diff line number Diff line change 1
1
{
2
2
"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" : " ^9 .0.0" ,
4
+ "eslint-plugin-node" : " ^11 .0.0" ,
5
+ "husky" : " ^9 .0.0" ,
6
+ "lerna" : " ^8 .0.0" ,
7
+ "lint-staged" : " ^16 .0.0" ,
8
8
"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" : " ^8 .0.0" ,
10
+ "remark-cli" : " ^12 .0.0" ,
11
+ "remark-preset-lint-consistent" : " ^6 .0.0 " ,
12
+ "remark-preset-lint-recommended" : " ^7 .0.0 "
13
13
},
14
14
"scripts" : {
15
15
"precommit" : " lint-staged" ,
Original file line number Diff line number Diff line change 34
34
"homepage" : " https://github.com/redotjs/redot#readme" ,
35
35
"dependencies" : {
36
36
"redot" : " ^0.6.0" ,
37
- "unified-args" : " ^7 .0.0"
37
+ "unified-args" : " ^11 .0.0"
38
38
}
39
39
}
Original file line number Diff line number Diff line change 37
37
"dependencies" : {
38
38
"redot-parse" : " ^0.5.0" ,
39
39
"redot-stringify" : " ^0.5.0" ,
40
- "unified" : " ^8 .0.0"
40
+ "unified" : " ^11 .0.0"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments