File tree 3 files changed +16
-11
lines changed
3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class Watcher {
86
86
cleanup ( code )
87
87
} )
88
88
}
89
- const bundle = bundler . watch ( ( err : any , buildEvent : string ) => {
89
+ const bundle = bundler . watch ( ( err : FixMeLater , buildEvent : string ) => {
90
90
if ( err ) {
91
91
console . error ( err )
92
92
Watcher . log ( "parcel watcher terminated unexpectedly" )
@@ -180,7 +180,7 @@ class Watcher {
180
180
}
181
181
182
182
private createBundler ( out = "dist" ) : FixMeLater {
183
- return new ( Parcel as any ) ( {
183
+ return new ( Parcel as FixMeLater ) ( {
184
184
entries : [
185
185
path . join ( this . rootPath , "src/browser/register.ts" ) ,
186
186
path . join ( this . rootPath , "src/browser/serviceWorker.ts" ) ,
Original file line number Diff line number Diff line change 82
82
"postcss" : " ^8.2.1" ,
83
83
"browserslist" : " ^4.16.5" ,
84
84
"safe-buffer" : " ^5.1.1" ,
85
- "vfile-message" : " ^2.0.2"
85
+ "vfile-message" : " ^2.0.2" ,
86
+ "parcel/@parcel/config-default/@parcel/optimizer-cssnano/cssnano/cssnano-preset-default/postcss-svgo/svgo/css-select/css-what" : " 5.0.1" ,
87
+ "parcel/@parcel/config-default/@parcel/optimizer-htmlnano/htmlnano/cssnano/cssnano-preset-default/postcss-svgo/svgo/css-select/css-what" : " 5.0.1" ,
88
+ "parcel/@parcel/config-default/@parcel/optimizer-htmlnano/htmlnano/svgo/css-select/css-what" : " 5.0.1" ,
89
+ "parcel/@parcel/config-default/@parcel/optimizer-cssnano/cssnano/cssnano-preset-default/postcss-normalize-url/normalize-url" : " 4.5.1" ,
90
+ "parcel/@parcel/config-default/@parcel/optimizer-htmlnano/htmlnano/cssnano/cssnano-preset-default/postcss-normalize-url/normalize-url" : " 4.5.1"
86
91
},
87
92
"dependencies" : {
88
93
"@coder/logger" : " 1.1.16" ,
Original file line number Diff line number Diff line change @@ -2453,10 +2453,10 @@ css-tree@^1.1.2:
2453
2453
mdn-data "2.0.14"
2454
2454
source-map "^0.6.1"
2455
2455
2456
- css-what@^3.2.1 :
2457
- version "3.4.2 "
2458
- resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2 .tgz#ea7026fcb01777edbde52124e21f327e7ae950e4 "
2459
- integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ ==
2456
+ css-what@5.0.1, css-what@ ^3.2.1 :
2457
+ version "5.0.1 "
2458
+ resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1 .tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad "
2459
+ integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg ==
2460
2460
2461
2461
cssesc@^3.0.0 :
2462
2462
version "3.0.0"
@@ -5253,10 +5253,10 @@ normalize-selector@^0.2.0:
5253
5253
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
5254
5254
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=
5255
5255
5256
- normalize-url@^3.0.0 :
5257
- version "3.3.0 "
5258
- resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0 .tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559 "
5259
- integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg ==
5256
+ normalize-url@4.5.1, normalize-url@ ^3.0.0 :
5257
+ version "4.5.1 "
5258
+ resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1 .tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a "
5259
+ integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA ==
5260
5260
5261
5261
npmlog@^4.1.2 :
5262
5262
version "4.1.2"
You can’t perform that action at this time.
0 commit comments