Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82cc7ee

Browse files
committedDec 29, 2021
Upgraded highlight.js
1 parent f64003a commit 82cc7ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ofzza/entt-rxjs": "^3.2.1",
2828
"@themesberg/volt-bootstrap-5-dashboard": "^1.0.1",
2929
"bootstrap": "^5.1.3",
30-
"highlight.js": "^9.18.1",
30+
"highlight.js": "^11.3.1",
3131
"ng-packagr": "^13.1.2",
3232
"rxjs": "^7.5.1",
3333
"startbootstrap-sb-admin": "^7.0.4",

‎projects/iqui-ngx/src/lib/components/code/highlight-js/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
TemplateRef,
1818
ChangeDetectorRef,
1919
} from '@angular/core';
20-
import { default as hljs } from 'highlight.js/lib/highlight';
20+
import { default as hljs } from 'highlight.js';
2121

2222
// Import data
2323
import { Phrase } from '../../../data';

0 commit comments

Comments
 (0)
Please sign in to comment.