Skip to content

Commit

Permalink
Update @highlightjs/cdn-assets requirement from ^11.11.0 to ^11.11.1 …
Browse files Browse the repository at this point in the history
…in /cdn-deps-versions (#6)

* Update @highlightjs/cdn-assets requirement in /cdn-deps-versions

Updates the requirements on [@highlightjs/cdn-assets](https://github.com/highlightjs/highlight.js) to permit the latest version.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.11.0...11.11.1)

---
updated-dependencies:
- dependency-name: "@highlightjs/cdn-assets"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update templates

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lprimak <[email protected]>
  • Loading branch information
dependabot[bot] and lprimak authored Dec 25, 2024
1 parent 863e452 commit 564717c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdn-deps-versions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@highlightjs/cdn-assets": "^11.11.0"
"@highlightjs/cdn-assets": "^11.11.1"
}
}
2 changes: 1 addition & 1 deletion templates/footer.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

<script src="${content.rootpath}js/main.min.b5fc1b29d2465835844254bd4d804738eaf24c0cec53009b4c6899989be55a47.js"></script>
<script src="${content.rootpath}js/blocks.js" ></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected].0/build/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected].1/build/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
2 changes: 1 addition & 1 deletion templates/header.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
rel="stylesheet">
<link href="${content.rootpath}css/asciidoctor.css" rel="stylesheet">
<link href="${content.rootpath}css/flowlogix.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected].0/build/styles/github.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected].1/build/styles/github.min.css">

<!-- favicon generated with https://www.favicon-generator.org/ -->
<link rel="shortcut icon" href="${content.rootpath}favicon.ico">
Expand Down

0 comments on commit 564717c

Please sign in to comment.