Skip to content

Commit

Permalink
update highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 9, 2023
1 parent d58f288 commit 2862aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Any BREAKING CHANGE between minor versions will be documented here in upper case

### Fixed
- Ignore error checking Lume version in offline environments [#496].
- Updated dependencies: `deno_dom`, `katex`, `preact`, `sass`, `svg2png`, `terser`.
- Updated dependencies: `deno_dom`, `katex`, `preact`, `sass`, `svg2png`, `terser`, `highlight`.

## [1.19.1] - 2023-09-29
### Added
Expand Down
4 changes: 2 additions & 2 deletions deps/highlight.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import hljs from "npm:highlight.js@11.8.0";
export * from "npm:highlight.js@11.8.0";
import hljs from "npm:highlight.js@11.9.0";
export * from "npm:highlight.js@11.9.0";
export default hljs;

0 comments on commit 2862aa0

Please sign in to comment.