Skip to content

Commit 50b290e

Browse files
alan-agius4vikerman
authored andcommitted
fix(@angular-devkit/build-angular): rollback sass to version 1.22.7
sass version `1.22.8` was rolled back and is no longer available on NPM
1 parent 07780b9 commit 50b290e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"postcss-loader": "3.0.0",
3838
"raw-loader": "1.0.0",
3939
"rxjs": "6.4.0",
40-
"sass": "1.22.8",
40+
"sass": "1.22.7",
4141
"sass-loader": "7.1.0",
4242
"semver": "6.3.0",
4343
"source-map-support": "0.5.12",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9147,10 +9147,10 @@ [email protected]:
91479147
pify "^3.0.0"
91489148
semver "^5.5.0"
91499149

9150-
9151-
version "1.22.8"
9152-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.22.8.tgz#835178085177d5a934fb0e25a0f958b4b5bbff65"
9153-
integrity sha512-5md/TfquFCQw+Wp9/FoQuEolVuVsJJZ6dQjfCRihCYcyr8xoQICIU0Nads9CVH8z9khd7k8AnwCcgH6L7t+SAg==
9150+
9151+
version "1.22.7"
9152+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.22.7.tgz#5a1a77dc11aa659db4e782d238bf9f3d44a60546"
9153+
integrity sha512-ahREi0AdG7RTovSv14+yd1prQSfIvFcrDpOsth5EQf1+RM7SvOxsSttzNQaFmK1aa/k/3vyYwlYF5l0Xl+6c+g==
91549154
dependencies:
91559155
chokidar ">=2.0.0 <4.0.0"
91569156

0 commit comments

Comments
 (0)