This repository was archived by the owner on Feb 5, 2024. It is now read-only.
File tree 3 files changed +2
-10
lines changed
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 135
135
"eslint-plugin-vue" : " 7.9.0" ,
136
136
"eventemitter3" : " 4.0.7" ,
137
137
"feed" : " 4.2.2" ,
138
- "fibers" : " 5.0.0" ,
139
138
"file-type" : " 16.3.0" ,
140
139
"fluent-ffmpeg" : " 2.1.2" ,
141
140
"glob" : " 7.1.6" ,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ module.exports = {
70
70
options : {
71
71
implementation : require ( 'sass' ) ,
72
72
sassOptions : {
73
- fiber : require ( 'fibers' )
73
+ fiber : false
74
74
}
75
75
}
76
76
} ]
@@ -88,7 +88,7 @@ module.exports = {
88
88
options : {
89
89
implementation : require ( 'sass' ) ,
90
90
sassOptions : {
91
- fiber : require ( 'fibers' )
91
+ fiber : false
92
92
}
93
93
}
94
94
} ]
Original file line number Diff line number Diff line change 4288
4288
dependencies :
4289
4289
xml-js "^1.6.11"
4290
4290
4291
-
4292
- version "5.0.0"
4293
- resolved "https://registry.yarnpkg.com/fibers/-/fibers-5.0.0.tgz#3a60e0695b3ee5f6db94e62726716fa7a59acc41"
4294
- integrity sha512-UpGv/YAZp7mhKHxDvC1tColrroGRX90sSvh8RMZV9leo+e5+EkRVgCEZPlmXeo3BUNQTZxUaVdLskq1Q2FyCPg==
4295
- dependencies :
4296
- detect-libc "^1.0.3"
4297
-
4298
4291
figlet@^1.1.1 :
4299
4292
version "1.3.0"
4300
4293
resolved "https://registry.yarnpkg.com/figlet/-/figlet-1.3.0.tgz#c49e3d92907ba13bebadc7124f76ba71f1f32ef0"
You can’t perform that action at this time.
0 commit comments