File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
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 ,
Original file line number Diff line number Diff line change 2108
2108
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
2109
2109
2110
2110
"@types/node@*":
2111
- version "16.11.11 "
2112
- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.11 .tgz#6ea7342dfb379ea1210835bada87b3c512120234 "
2113
- integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw ==
2111
+ version "16.11.12 "
2112
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12 .tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10 "
2113
+ integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw ==
2114
2114
2115
2115
"@types/node@^12.0.8":
2116
2116
version "12.20.37"
@@ -4305,7 +4305,7 @@ cli@~1.0.0:
4305
4305
exit "0.1.2"
4306
4306
glob "^7.1.1"
4307
4307
4308
- clipboard@^2.0.0, clipboard@^2.0. 8:
4308
+ clipboard@^2.0.8:
4309
4309
version "2.0.8"
4310
4310
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.8.tgz#ffc6c103dd2967a83005f3f61976aa4655a4cdba"
4311
4311
integrity sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==
@@ -12774,13 +12774,6 @@ pretty@^2.0.0:
12774
12774
extend-shallow "^2.0.1"
12775
12775
js-beautify "^1.6.12"
12776
12776
12777
- prismjs@1.23.0:
12778
- version "1.23.0"
12779
- resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.23.0.tgz#d3b3967f7d72440690497652a9d40ff046067f33"
12780
- integrity sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==
12781
- optionalDependencies:
12782
- clipboard "^2.0.0"
12783
-
12784
12777
prismjs@^1.25.0:
12785
12778
version "1.25.0"
12786
12779
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756"
You can’t perform that action at this time.
0 commit comments