build(antora): update extensions

This commit is contained in:
alandefreitas
2024-09-10 19:41:21 -03:00
committed by Alan de Freitas
parent f547869b3d
commit 4fca562bf5
2 changed files with 26 additions and 12 deletions

31
package-lock.json generated
View File

@@ -1,16 +1,19 @@
{
"name": "website-v2-docs",
"name": "site-docs",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@alandefreitas/antora-cpp-reference-extension": "^0.0.1",
"@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.2",
"@alandefreitas/antora-cpp-reference-extension": "^0.0.2",
"@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.3",
"@alandefreitas/antora-playbook-macros-extension": "^0.0.1",
"@alandefreitas/asciidoctor-boost-links": "^0.0.1",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@asciidoctor/tabs": "^1.0.0-beta.3",
"cache-directory": "^2.0.0",
"isomorphic-git": "^1.27.1",
"ospath": "^1.2.2",
"process": "^0.11.10"
},
"devDependencies": {
@@ -20,9 +23,9 @@
}
},
"node_modules/@alandefreitas/antora-cpp-reference-extension": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.1.tgz",
"integrity": "sha512-6DOPrTLKNturLUQ2aUTqYLdAYi35jmu1JmeGSxFG0AwHRyoaB50eNGnYQf/gjy4nZbUekUGbE3TxmXZy4Bq0dQ==",
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.2.tgz",
"integrity": "sha512-NtIUmB/sywzATA8gnZO8ZQ6PbslrCPlkg2Ag3yYtVZ2QoBR0QYGDnTtK+KMz/yXBvRfzL/YZJF3Zzzz1X89nvw==",
"dependencies": {
"@antora/expand-path-helper": "^2.0.0",
"axios": "^1.7.2",
@@ -33,12 +36,15 @@
}
},
"node_modules/@alandefreitas/antora-cpp-tagfiles-extension": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-tagfiles-extension/-/antora-cpp-tagfiles-extension-0.0.2.tgz",
"integrity": "sha512-Dw8PrtxL6eA3x0bK7upi2n80dha/mDjsZ5QnCRQGdU1BMxzdl8RJMjDbxRJK/wGJcqxGtOFaG9UslhRxHJ91Uw==",
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-tagfiles-extension/-/antora-cpp-tagfiles-extension-0.0.3.tgz",
"integrity": "sha512-BfIJuZaT8K0v2wNnGdGVjPhBZEjAwUaDJnkXtKYzDoPaY4WpsnVyqTuGxFyvZGr+jtpqPfh81l2x7SXFo9UOHg==",
"dependencies": {
"@antora/expand-path-helper": "^2.0.0",
"cache-directory": "^2.0.0",
"fast-xml-parser": "^4.4.1",
"he": "^1.2.0"
"he": "^1.2.0",
"isomorphic-git": "^1.27.1"
}
},
"node_modules/@alandefreitas/antora-playbook-macros-extension": {
@@ -2016,6 +2022,11 @@
"safe-buffer": "~5.1.0"
}
},
"node_modules/ospath": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz",
"integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA=="
},
"node_modules/pako": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",

View File

@@ -5,12 +5,15 @@
"antora": "3.1.2"
},
"dependencies": {
"@alandefreitas/antora-cpp-reference-extension": "^0.0.1",
"@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.2",
"@alandefreitas/antora-cpp-reference-extension": "^0.0.2",
"@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.3",
"@alandefreitas/antora-playbook-macros-extension": "^0.0.1",
"@alandefreitas/asciidoctor-boost-links": "^0.0.1",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@asciidoctor/tabs": "^1.0.0-beta.3",
"cache-directory": "^2.0.0",
"isomorphic-git": "^1.27.1",
"ospath": "^1.2.2",
"process": "^0.11.10"
}
}