Skip to content

Commit

Permalink
Revert "update highlight"
Browse files Browse the repository at this point in the history
Revert update highlight due it fails with Deno DOM (b-fuze/deno-dom#112)

This reverts commit 2862aa0.
  • Loading branch information
oscarotero committed Oct 9, 2023
1 parent 2862aa0 commit 93c2117
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`, `highlight`.
- Updated dependencies: `deno_dom`, `katex`, `preact`, `sass`, `svg2png`, `terser`.

## [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.9.0";
export * from "npm:highlight.js@11.9.0";
import hljs from "npm:highlight.js@11.8.0";
export * from "npm:highlight.js@11.8.0";
export default hljs;

0 comments on commit 93c2117

Please sign in to comment.