Skip to content

Commit

Permalink
Update NodeJS dependecy versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tran Ngoc Nhan <[email protected]>
  • Loading branch information
ngocnhan-tran1996 authored Feb 25, 2025
1 parent a199ed5 commit 5c5c012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ asciidoc:
extensions:
- '@asciidoctor/tabs'
- '@springio/asciidoctor-extensions'
- '@springio/asciidoctor-extensions/javadoc-extension'
urls:
latest_version_segment_strategy: redirect:to
latest_version_segment: ''
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ antora {
options = [clean: true, fetch: true, stacktrace: true]
// NOTE remember to update the versions in lib/antora/templates/per-branch-antora-playbook.yml as well
dependencies = [
'@antora/atlas-extension' : '1.0.0-alpha.1',
'@antora/collector-extension' : '1.0.0-alpha.3',
'@asciidoctor/tabs' : '1.0.0-beta.3',
'@springio/antora-extensions' : '1.11.1',
'@springio/asciidoctor-extensions': '1.0.0-alpha.10',
'@antora/atlas-extension' : '1.0.0-alpha.2',
'@antora/collector-extension' : '1.0.1',
'@asciidoctor/tabs' : '1.0.0-beta.6',
'@springio/antora-extensions' : '1.14.4',
'@springio/asciidoctor-extensions': '1.0.0-alpha.16',
]
}

0 comments on commit 5c5c012

Please sign in to comment.