Skip to content

Commit

Permalink
chore: rules_sass patch needs to include yarn.lock
Browse files Browse the repository at this point in the history
it also needs to match our major version
  • Loading branch information
Alex Eagle committed Dec 16, 2020
1 parent d5ddea0 commit 795f578
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions rules_sass.issue127.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,47 @@
diff --git a/sass/package.json b/sass/package.json
index 584a86c..1f54da3 100644
index 584a86c..43b3e50 100644
--- a/sass/package.json
+++ b/sass/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@bazel/worker": "2.3.1",
- "@bazel/worker": "2.3.1",
- "sass": "1.30.0"
+ "@bazel/worker": "3.0.0-rc.0",
+ "sass": "1.29.0"
}
}
diff --git a/sass/yarn.lock b/sass/yarn.lock
index 0d07771..9f64953 100644
--- a/sass/yarn.lock
+++ b/sass/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1


-"@bazel/[email protected]":
- version "2.3.1"
- resolved "https://registry.yarnpkg.com/@bazel/worker/-/worker-2.3.1.tgz#da0e02c1c9239788a1cb2be99224d0cdae226760"
- integrity sha512-4iN6bWrZivT2U5x63t8XJrIQlizkGnxldFdCX5B1YKBrkPUmMq7ffG00Yi+Ahg4WWpCt2TwLoToZMPxz/6tCtw==
+"@bazel/[email protected]":
+ version "3.0.0-rc.0"
+ resolved "https://registry.yarnpkg.com/@bazel/worker/-/worker-3.0.0-rc.0.tgz#7ae01d92580cf953d83a25e22a1ef3cfa77e3e74"
+ integrity sha512-Tm+hSYBCP359L2AnyEnvhwVa+Cjyj9KGd+5NUxwZnhocsTtcPP7Wk8q4AQO1yKHvDu8SPLCfQdLQtQKyGtVesg==
dependencies:
protobufjs "6.8.8"

@@ -191,10 +191,10 @@ readdirp@^3.1.1:
dependencies:
picomatch "^2.0.4"

-[email protected]:
- version "1.30.0"
- resolved "https://registry.yarnpkg.com/sass/-/sass-1.30.0.tgz#60bbbbaf76ba10117e61c6c24f00161c3d60610e"
- integrity sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==
+[email protected]:
+ version "1.29.0"
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.29.0.tgz#ec4e1842c146d8ea9258c28c141b8c2b7c6ab7f1"
+ integrity sha512-ZpwAUFgnvAUCdkjwPREny+17BpUj8nh5Yr6zKPGtLNTLrmtoRYIjm7njP24COhjJldjwW1dcv52Lpf4tNZVVRA==
dependencies:
chokidar ">=2.0.0 <4.0.0"

0 comments on commit 795f578

Please sign in to comment.