File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
"preact-render-to-string" : " ^4.1.0" ,
81
81
"preload-webpack-plugin" : " ^3.0.0-beta.3" ,
82
82
"pretty" : " ^2.0.0" ,
83
- "prismjs" : " 1.23 .0" ,
83
+ "prismjs" : " ^1.25 .0" ,
84
84
"pwa-helpers" : " ^0.9.1" ,
85
85
"react-autosuggest" : " ^9.4.2" ,
86
86
"react-dom" : " ^16.8.6" ,
Original file line number Diff line number Diff line change 4
4
/* eslint-disable no-param-reassign, no-unused-vars */
5
5
6
6
import Hogan from 'hogan.js' ;
7
- import Normalizer from 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js' ;
8
7
import pretty from 'pretty' ;
9
8
import { html , render } from 'lit-html' ;
10
9
import { unsafeHTML } from 'lit-html/directives/unsafe-html.js' ;
@@ -13,6 +12,7 @@ import { panelsUtil } from './panels-util';
13
12
import { urlHandler , Dispatcher } from '../utils' ;
14
13
import './pl-copy-to-clipboard/pl-copy-to-clipboard' ;
15
14
import { PrismLanguages as Prism } from './prism-languages' ;
15
+ import Normalizer from 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js' ;
16
16
17
17
const normalizeWhitespace = new Normalizer ( {
18
18
'remove-trailing' : true ,
You can’t perform that action at this time.
0 commit comments