ARTEMIS-4158 upgrade doc generation utils

Bump versions of NPM, Node, & HonKit. The changes to package-log.json
were automatically generated.
This commit is contained in:
Justin Bertram 2023-02-07 14:13:13 -06:00 committed by clebertsuconic
parent fb169bc4af
commit ef28cadfae
3 changed files with 832 additions and 2021 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,11 +8,6 @@
"url": "https://github.com/apache/activemq-artemis"
},
"devDependencies": {
"honkit": "~3.7.4"
},
"overrides": {
"nth-check": "^2.0.1",
"minimist": "^1.2.6",
"jsdom": "^16.5.0"
"honkit": "~4.0.4"
}
}

View File

@ -40,8 +40,8 @@
<skipPlaceholderJavadocGeneration>false</skipPlaceholderJavadocGeneration>
<frontend-maven-plugin-version>1.12.1</frontend-maven-plugin-version>
<nodeVersion>v16.14.0</nodeVersion>
<npmVersion>8.3.1</npmVersion>
<nodeVersion>v18.14.0</nodeVersion>
<npmVersion>9.3.1</npmVersion>
<skipWebsiteDocGeneration>false</skipWebsiteDocGeneration>
<skipWebsiteJavadocGeneration>false</skipWebsiteJavadocGeneration>
</properties>