Skip to content

Commit d8ecd6f

Browse files
committed
Update dependencies
1 parent fc63d9b commit d8ecd6f

File tree

11 files changed

+6871
-10579
lines changed

11 files changed

+6871
-10579
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
os:
1616
- ubuntu-latest
1717
node-version:
18-
- 14.x
19-
- 15.x
18+
- 16
19+
- 18
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v3
@@ -41,8 +41,8 @@ jobs:
4141
strategy:
4242
matrix:
4343
node-version:
44-
- 14.x
45-
- 15.x
44+
- 16
45+
- 18
4646
steps:
4747
- uses: actions/checkout@v3
4848
- name: Set up Node ${{ matrix.node-version }}

app/css/options.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/themes/asciidoctor.css

+54-53
Large diffs are not rendered by default.

app/js/converter.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ asciidoctor.browser.converter = (webExtension, Constants, Settings) => {
249249
},
250250
add: (_) => {
251251
// no-op
252-
}
252+
},
253+
dirname: () => ''
253254
}
254255
})
255256
}

app/js/vendor/asciidoctor.js

+1,362-1,348
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)