This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/netbeans-antora-ui.git
commit f50780bbc2a69e9e40bfd1d18c9e538feecfdaf5 Merge: 2b94488 dcc0937 Author: Eric Barboni <[email protected]> AuthorDate: Mon Sep 29 10:36:16 2025 +0200 Merge pull request #92 from ebarboni/highlight use highlight js package to ease maintenance .gitignore | 2 + gulpfile.js | 20 +- package-lock.json | 11 + package.json | 1 + src/css/highlight-11.9.0.default.min.css | 9 - src/js/vendor/highlight-11.9.0.min.js | 1213 ------------------------------ src/partials/head.hbs | 2 +- src/partials/scripts.hbs | 2 +- 8 files changed, 34 insertions(+), 1226 deletions(-) diff --cc package.json index d8b7da2,5b7a81c..4243500 --- a/package.json +++ b/package.json @@@ -21,9 -21,10 +21,10 @@@ "gulp-rename": "~2.1.0", "gulp-sass": "~6.0", "handlebars": "~4.7", + "@highlightjs/cdn-assets":"~11.11.1", "js-yaml": "~4.1", "merge-stream": "~2.0", - "sass": "^1.93.0", + "sass": "^1.93.2", "vinyl-fs": "~4.0", "foundation-sites":"6.9.0", "motion-ui":"2.0.8" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
