Skip to content

Commit

Permalink
⬆️ Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 19, 2023
1 parent cbe2ac7 commit 5e0dc8e
Show file tree
Hide file tree
Showing 11 changed files with 5,118 additions and 51 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Configure Nokogiri installation
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
JRUBY_OPTS: '-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
node-version: '16'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Ruby
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -32,7 +32,7 @@ jobs:
needs: build_ruby
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
Expand Down Expand Up @@ -60,8 +60,8 @@ jobs:
needs: publish_ruby
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.8
3.2.2
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"homepage": "https://github.com/asciidoctor/asciidoctor-reveal.js",
"dependencies": {
"@asciidoctor/cli": "~4.0",
"reveal.js": "4.5.0"
"reveal.js": "5.0.3"
},
"devDependencies": {
"@asciidoctor/core": "~3.0",
Expand All @@ -58,6 +58,6 @@
"pkg": "5.8.1"
},
"volta": {
"node": "16.20.1"
"node": "18.19.0"
}
}
4 changes: 2 additions & 2 deletions test/doctest/font-awesome-specific-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<link href="reveal.js/dist/reset.css" rel="stylesheet">
<link href="reveal.js/dist/reveal.css" rel="stylesheet">
<link href="reveal.js/dist/theme/black.css" id="theme" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/v4-shims.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/v4-shims.min.css" rel="stylesheet">
<div class="slides">
<section class="title" data-state="title">
<h1>Font Awesome Tests</h1>
Expand Down
4 changes: 2 additions & 2 deletions test/doctest/font-awesome.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<link href="reveal.js/dist/reset.css" rel="stylesheet">
<link href="reveal.js/dist/reveal.css" rel="stylesheet">
<link href="reveal.js/dist/theme/black.css" id="theme" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/v4-shims.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/v4-shims.min.css" rel="stylesheet">
<link href="font-awesome.css" rel="stylesheet">
<div class="slides">
<section class="title" data-state="title">
Expand Down
6 changes: 3 additions & 3 deletions test/doctest/source-highlightjs-languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ <h2>Use the Source</h2>
layoutSlideContents(960, 700)
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/yaml.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/scilab.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/yaml.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/scilab.min.js"></script>
<script>
/* highlightjs-line-numbers.js 2.6.0 | (C) 2018 Yauheni Pakala | MIT License | github.com/wcoder/highlightjs-line-numbers.js */
/* Edited by Hakim for reveal.js; removed async timeout */
Expand Down

0 comments on commit 5e0dc8e

Please sign in to comment.