This updates several depenedencies used by Antora and locks the version of `fast-xml-parser` to `4.5.2` to get around issue with Antora using `latest` version of that lib.
12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"dependencies": {
|
|
"antora": "3.2.0-alpha.8",
|
|
"@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.2",
|
|
"@springio/asciidoctor-extensions": "1.0.0-alpha.16",
|
|
"fast-xml-parser": "4.5.2"
|
|
}
|
|
}
|