nodejs v16で動くように
This commit is contained in:
parent
03101f001c
commit
878b154604
@ -135,7 +135,6 @@
|
|||||||
"eslint-plugin-vue": "7.9.0",
|
"eslint-plugin-vue": "7.9.0",
|
||||||
"eventemitter3": "4.0.7",
|
"eventemitter3": "4.0.7",
|
||||||
"feed": "4.2.2",
|
"feed": "4.2.2",
|
||||||
"fibers": "5.0.0",
|
|
||||||
"file-type": "16.3.0",
|
"file-type": "16.3.0",
|
||||||
"fluent-ffmpeg": "2.1.2",
|
"fluent-ffmpeg": "2.1.2",
|
||||||
"glob": "7.1.6",
|
"glob": "7.1.6",
|
||||||
|
@ -70,7 +70,7 @@ module.exports = {
|
|||||||
options: {
|
options: {
|
||||||
implementation: require('sass'),
|
implementation: require('sass'),
|
||||||
sassOptions: {
|
sassOptions: {
|
||||||
fiber: require('fibers')
|
fiber: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
@ -88,7 +88,7 @@ module.exports = {
|
|||||||
options: {
|
options: {
|
||||||
implementation: require('sass'),
|
implementation: require('sass'),
|
||||||
sassOptions: {
|
sassOptions: {
|
||||||
fiber: require('fibers')
|
fiber: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
@ -4288,13 +4288,6 @@ feed@4.2.2:
|
|||||||
dependencies:
|
dependencies:
|
||||||
xml-js "^1.6.11"
|
xml-js "^1.6.11"
|
||||||
|
|
||||||
fibers@5.0.0:
|
|
||||||
version "5.0.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/fibers/-/fibers-5.0.0.tgz#3a60e0695b3ee5f6db94e62726716fa7a59acc41"
|
|
||||||
integrity sha512-UpGv/YAZp7mhKHxDvC1tColrroGRX90sSvh8RMZV9leo+e5+EkRVgCEZPlmXeo3BUNQTZxUaVdLskq1Q2FyCPg==
|
|
||||||
dependencies:
|
|
||||||
detect-libc "^1.0.3"
|
|
||||||
|
|
||||||
figlet@^1.1.1:
|
figlet@^1.1.1:
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/figlet/-/figlet-1.3.0.tgz#c49e3d92907ba13bebadc7124f76ba71f1f32ef0"
|
resolved "https://registry.yarnpkg.com/figlet/-/figlet-1.3.0.tgz#c49e3d92907ba13bebadc7124f76ba71f1f32ef0"
|
||||||
|
Loading…
Reference in New Issue
Block a user