Skip to content

Commit 051bbed

Browse files
committed
Remove fibers because the project is dead and it is node 18 incompatible.
1 parent 935fd4b commit 051bbed

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

.core/gulp.tasks.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const gulpif = require('gulp-if');
1111
const gulpwatch = require('@atomic-reactor/gulp-watch');
1212
const prefix = require('gulp-autoprefixer');
1313
const sass = require('gulp-sass')(require('sass'));
14-
const fiber = require('fibers');
1514
const gzip = require('gulp-gzip');
1615
const reactiumImporter = require('@atomic-reactor/node-sass-reactium-importer');
1716
const cleanCSS = require('gulp-clean-css');
@@ -770,7 +769,6 @@ $assets: (
770769
sass({
771770
importer: reactiumImporter,
772771
includePaths: config.src.includes,
773-
fiber,
774772
}).on('error', sass.logError),
775773
)
776774
.pipe(prefix(config.browsers))

package-lock.json

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
"eslint-plugin-react": "^7.28.0",
126126
"eslint-plugin-react-hooks": "^2.5.0",
127127
"fast-diff": "^1.2.0",
128-
"fibers": "^5.0.3",
129128
"file-api": "^0.10.4",
130129
"fs-readdir-recursive": "^1.1.0",
131130
"gettext-extract": "^2.0.1",

0 commit comments

Comments
 (0)