From 822be11205bd1a00c326881f4424cb13f8df04ce Mon Sep 17 00:00:00 2001 From: selfisekai Date: Sat, 31 Oct 2020 19:22:13 +0100 Subject: [PATCH] remove dependency on fibers --- front/gulpfile.js | 2 -- front/package.json | 2 -- front/yarn.lock | 17 ----------------- 3 files changed, 21 deletions(-) diff --git a/front/gulpfile.js b/front/gulpfile.js index e94cb91..c44dd00 100644 --- a/front/gulpfile.js +++ b/front/gulpfile.js @@ -2,7 +2,6 @@ const gulp = require("gulp"); const ts = require("gulp-typescript"); const sourceMaps = require("gulp-sourcemaps"); const babel = require("gulp-babel"); -const Fiber = require("fibers"); const sass = require("gulp-sass"); sass.compiler = require("sass"); @@ -28,7 +27,6 @@ const buildSass = () => .pipe( sass({ outputStyle: "compressed", - fiber: Fiber, }), ) .pipe(sourceMaps.write(".")) diff --git a/front/package.json b/front/package.json index e6b670b..f1b7559 100644 --- a/front/package.json +++ b/front/package.json @@ -19,7 +19,6 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", - "@types/fibers": "^3.1.0", "@types/gulp": "^4.0.7", "@types/gulp-babel": "^6.1.29", "@types/gulp-sass": "^4.0.0", @@ -35,7 +34,6 @@ "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.1.4", - "fibers": "^5.0.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-sass": "^4.1.0", diff --git a/front/yarn.lock b/front/yarn.lock index 0337f54..340f30f 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -889,11 +889,6 @@ resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5" integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg== -"@types/fibers@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@types/fibers/-/fibers-3.1.0.tgz#3afa6d302587f52e63631cf2bc1acca6c0c3f65e" - integrity sha512-1o3I9xtk2PZFxwaLCC6gTaBfBZ5rvw/DSZZPK89fwuwO6LNrzSbC6rEs1xI0bQ3fCRWmO+uNJQQeD2J56oTMDg== - "@types/geojson@*": version "7946.0.7" resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.7.tgz#c8fa532b60a0042219cdf173ca21a975ef0666ad" @@ -2181,11 +2176,6 @@ detect-file@^1.0.0: resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= -detect-libc@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" - integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= - detect-newline@2.X: version "2.1.0" resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" @@ -2680,13 +2670,6 @@ fastq@^1.6.0: dependencies: reusify "^1.0.4" -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" - file-entry-cache@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"