Skip to content

Commit

Permalink
Lock to old version of Dart sass
Browse files Browse the repository at this point in the history
The dart sass developers have decided that hiding deprecation warnings, even if they are out of our control, should not be allowed: sass/libsass#2822 (comment)

They have recommended locking to a version that does not have the warnings so this PR does just that.
  • Loading branch information
Robert Clark committed Jun 16, 2021
1 parent bb9b068 commit 42789d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Expand Up @@ -91,7 +91,7 @@
"prismjs": "^1.21.0",
"roboto-fontface": "*",
"sanitize-html": "^2.3.3",
"sass": "^1.23.6",
"sass": "~1.32.6",
"sass-loader": "^10.0.3",
"uuid": "^8.3.0",
"vue": "~2.6.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -17057,10 +17057,10 @@ sass-loader@^10.0.3:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.23.6:
version "1.35.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.1.tgz#90ecf774dfe68f07b6193077e3b42fb154b9e1cd"
integrity sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==
sass@~1.32.6:
version "1.32.13"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.13.tgz#8d29c849e625a415bce71609c7cf95e15f74ed00"
integrity sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==
dependencies:
chokidar ">=3.0.0 <4.0.0"

Expand Down

0 comments on commit 42789d2

Please sign in to comment.