File tree 2 files changed +19
-19
lines changed
2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 19
19
- 20
20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Set up Node ${{ matrix.node-version }}
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
# libgbm-dev is required by Puppeteer 3+
44
44
- 18
45
45
- 20
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- name : Set up Node ${{ matrix.node-version }}
49
- uses : actions/setup-node@v3
49
+ uses : actions/setup-node@v4
50
50
with :
51
51
node-version : ${{ matrix.node-version }}
52
52
- name : Install dependencies
Original file line number Diff line number Diff line change 26
26
},
27
27
"license" : " MIT" ,
28
28
"devDependencies" : {
29
- "@asciidoctor/core" : " 2.2.6 " ,
30
- "addons-linter" : " 6.7 .0" ,
31
- "archiver" : " 5.3 .1" ,
32
- "asciidoctor-kroki" : " 0.17.0 " ,
29
+ "@asciidoctor/core" : " 3.0.4 " ,
30
+ "addons-linter" : " 7.8 .0" ,
31
+ "archiver" : " 7.0 .1" ,
32
+ "asciidoctor-kroki" : " 0.18.1 " ,
33
33
"bestikk-fs" : " 1.0.0" ,
34
34
"bestikk-log" : " 0.1.0" ,
35
- "bulma" : " 0.9.4 " ,
36
- "chai" : " 4.3.7 " ,
37
- "chartist" : " 0.11.4 " ,
35
+ "bulma" : " 1.0.3 " ,
36
+ "chai" : " 5.2.0 " ,
37
+ "chartist" : " 1.3.0 " ,
38
38
"csso" : " 5.0.5" ,
39
39
"dirty-chai" : " 2.0.1" ,
40
- "eslint" : " 8.42 .0" ,
40
+ "eslint" : " 9.22 .0" ,
41
41
"font-awesome" : " 4.7.0" ,
42
- "mathjax" : " 3.0.1 " ,
43
- "mocha" : " 10.2 .0" ,
44
- "puppeteer" : " 20.5 .0" ,
45
- "sass" : " 1.63.3 " ,
46
- "sinon" : " 15.1.0 " ,
47
- "standard" : " 17.1.0 "
42
+ "mathjax" : " 3.2.2 " ,
43
+ "mocha" : " 11.1 .0" ,
44
+ "puppeteer" : " 24.4 .0" ,
45
+ "sass" : " 1.85.1 " ,
46
+ "sinon" : " 19.0.2 " ,
47
+ "standard" : " 17.1.2 "
48
48
},
49
49
"keywords" : [
50
50
" browser" ,
56
56
" asciidoctor"
57
57
],
58
58
"volta" : {
59
- "node" : " 18.16 .0"
59
+ "node" : " 22.14 .0"
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments