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 12, 2023
1 parent c16a949 commit c5dd970
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec

group :development do
# Asciidoctor.js 3.0.0 requires Opal 1.7.3
gem 'opal', '1.7.3'
gem 'opal', '1.8.2'
# Asciidoctor Doctest based on Nokogiri 1.13
gem 'asciidoctor-doctest', git: 'https://github.com/ggrossetie/asciidoctor-doctest.git', :ref => 'c2cba5240'
end
12 changes: 6 additions & 6 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": "4.6.1"
},
"devDependencies": {
"@asciidoctor/core": "~3.0",
Expand All @@ -58,6 +58,6 @@
"pkg": "^4.4.2"
},
"volta": {
"node": "16.20.1"
"node": "16.20.2"
}
}

0 comments on commit c5dd970

Please sign in to comment.