From c30361e648278976a86858bfa45760ceb88d836a Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Wed, 18 Nov 2020 05:19:11 +0700 Subject: [PATCH] fix version requirement for gulp-dart-sass also bumped v1 version string to trigger rebuilding again it's mostly so that github actions' yarn cache gets rebuilt too or smth --- package.json | 2 +- src/versions.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 19405a6..fb503d5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "gulp": "~4.0.2", "gulp-buble": "~0.9.0", "gulp-cli": "~2.3.0", - "gulp-dart-sass": "^1.0.2", + "gulp-dart-sass": "~1.0.2", "gulp-eslint7": "~0.3.0", "gulp-if": "~3.0.0", "gulp-nodemon": "~2.5.0", diff --git a/src/versions.json b/src/versions.json index b05008f..6de15c3 100644 --- a/src/versions.json +++ b/src/versions.json @@ -1,5 +1,5 @@ { - "1": "1605636877", + "1": "1605636878", "2": "1602515119", "3": "1602515119", "4": "1602515119", diff --git a/yarn.lock b/yarn.lock index 0f05433..514466d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3032,7 +3032,7 @@ gulp-cli@^2.2.0, gulp-cli@~2.3.0: v8flags "^3.2.0" yargs "^7.1.0" -gulp-dart-sass@^1.0.2: +gulp-dart-sass@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/gulp-dart-sass/-/gulp-dart-sass-1.0.2.tgz#20e33c236b48d557c91e8dfe67a2aef2b8a2e328" integrity sha512-8fLttA824mbuc0jRVlGs00zWYZXBckat6INawx5kp66Eqsz5srNWTA51t0mbfB4C8a/a/GZ9muYLwXGklgAHlw==