File tree Expand file tree Collapse file tree 7 files changed +23
-23
lines changed Expand file tree Collapse file tree 7 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1414 "asciidoctor" : " 2.2.5" ,
1515 "assets-webpack-plugin" : " 7.1.1" ,
1616 "copy-dir" : " 1.3.0" ,
17- "copy-webpack-plugin" : " 9 .0.1 " ,
17+ "copy-webpack-plugin" : " 11 .0.0 " ,
1818 "css-loader" : " 6.2.0" ,
19- "css-minimizer-webpack-plugin" : " 3 .0.2 " ,
19+ "css-minimizer-webpack-plugin" : " 4 .0.0 " ,
2020 "file-loader" : " 6.2.0" ,
2121 "fs-extra" : " 10.0.0" ,
22- "gh-pages" : " 3.2.3 " ,
23- "glob" : " 7.1.7 " ,
22+ "gh-pages" : " 4.0.0 " ,
23+ "glob" : " 8.0.3 " ,
2424 "html-webpack-plugin" : " 5.3.2" ,
25- "jest" : " ^27.5.1 " ,
25+ "jest" : " 29.0.2 " ,
2626 "js-yaml" : " 4.1.0" ,
27- "jsdom" : " 17 .0.0" ,
27+ "jsdom" : " 20 .0.0" ,
2828 "jsonpath" : " 1.1.1" ,
2929 "mini-css-extract-plugin" : " 2.2.1" ,
3030 "mkdirp" : " 1.0.4" ,
31- "node-fetch" : " 2.6.1 " ,
31+ "node-fetch" : " 3.2.10 " ,
3232 "node-wget" : " 0.4.3" ,
3333 "npm-run-all" : " 4.1.5" ,
3434 "null-loader" : " 4.0.1" ,
4040 "sync-fetch" : " 0.3.0" ,
4141 "terser-webpack-plugin" : " 5.2.0" ,
4242 "ts-loader" : " 9.2.5" ,
43- "tsconfig-paths-webpack-plugin" : " 3.5.1 " ,
43+ "tsconfig-paths-webpack-plugin" : " 4.0.0 " ,
4444 "tslib" : " 2.3.1" ,
4545 "typescript" : " 4.4.2" ,
4646 "url-loader" : " 4.1.1" ,
8181 "react" : " 17.0.2" ,
8282 "react-dom" : " 17.0.2" ,
8383 "sync-request" : " 6.1.0" ,
84- "yaml" : " 1.10.2 "
84+ "yaml" : " 2.1.1 "
8585 }
8686}
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Set up JDK 11
18- uses : actions/setup-java@v2
18+ uses : actions/setup-java@v3
1919 with :
2020 java-version : 11
2121 distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 - name : Set up JDK 11
17- uses : actions/setup-java@v2
17+ uses : actions/setup-java@v3
1818 with :
1919 java-version : 11
2020 distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change 1818 node-version : [16.6.2]
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 - name : Use Node.js ${{ matrix.node-version }}
23- uses : actions/setup-node@v2
23+ uses : actions/setup-node@v3
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 - run : npm --prefix .build install
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 - product : RHOAD
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 name : Checkout Source
2626 - name : Use Node.js
27- uses : actions/setup-node@v2
27+ uses : actions/setup-node@v3
2828 with :
2929 node-version : 16.6.2
3030 - name : Set up JDK 9.0.4 for x64
31- uses : actions/setup-java@v2
31+ uses : actions/setup-java@v3
3232 with :
3333 java-version : 15
3434 distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 - product : RHOAD
2929 branch : modular-docs-rhoad
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v3
3232 name : Checkout Source
3333 - name : Use Node.js
34- uses : actions/setup-node@v2
34+ uses : actions/setup-node@v3
3535 with :
3636 node-version : 16.6.2
3737 - name : Set up JDK 9.0.4 for x64
38- uses : actions/setup-java@v2
38+ uses : actions/setup-java@v3
3939 with :
4040 java-version : 15
4141 distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change 1919 node-version : [16.6.2]
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - name : Use Node.js ${{ matrix.node-version }}
24- uses : actions/setup-node@v2
24+ uses : actions/setup-node@v3
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727 - run : npm --prefix .build install
You can’t perform that action at this time.
0 commit comments