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 8080 "preact-render-to-string" : " ^4.1.0" ,
8181 "preload-webpack-plugin" : " ^3.0.0-beta.3" ,
8282 "pretty" : " ^2.0.0" ,
83- "prismjs" : " 1.23 .0" ,
83+ "prismjs" : " ^1.25 .0" ,
8484 "pwa-helpers" : " ^0.9.1" ,
8585 "react-autosuggest" : " ^9.4.2" ,
8686 "react-dom" : " ^16.8.6" ,
Original file line number Diff line number Diff line change 44/* eslint-disable no-param-reassign, no-unused-vars */
55
66import Hogan from 'hogan.js' ;
7- import Normalizer from 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js' ;
87import pretty from 'pretty' ;
98import { html , render } from 'lit-html' ;
109import { unsafeHTML } from 'lit-html/directives/unsafe-html.js' ;
@@ -13,6 +12,7 @@ import { panelsUtil } from './panels-util';
1312import { urlHandler , Dispatcher } from '../utils' ;
1413import './pl-copy-to-clipboard/pl-copy-to-clipboard' ;
1514import { PrismLanguages as Prism } from './prism-languages' ;
15+ import Normalizer from 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js' ;
1616
1717const normalizeWhitespace = new Normalizer ( {
1818 'remove-trailing' : true ,
You can’t perform that action at this time.
0 commit comments