Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed May 6, 2023
1 parent fc63d9b commit 7b9f09a
Show file tree
Hide file tree
Showing 11 changed files with 6,871 additions and 10,579 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
os:
- ubuntu-latest
node-version:
- 14.x
- 15.x
- 16
- 18
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -41,8 +41,8 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 15.x
- 16
- 18
steps:
- uses: actions/checkout@v3
- name: Set up Node ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions app/css/options.min.css

Large diffs are not rendered by default.

107 changes: 54 additions & 53 deletions app/css/themes/asciidoctor.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion app/js/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ asciidoctor.browser.converter = (webExtension, Constants, Settings) => {
},
add: (_) => {
// no-op
}
},
dirname: () => ''
}
})
}
Expand Down
2,710 changes: 1,362 additions & 1,348 deletions app/js/vendor/asciidoctor.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7b9f09a

Please sign in to comment.