Skip to content

Commit

Permalink
upgrade highlight.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 29, 2023
1 parent f4631d4 commit c987779
Showing 1 changed file with 2 additions and 2 deletions.
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.7.0";
export * from "npm:highlight.js@11.7.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 c987779

Please sign in to comment.