Skip to content

Commit 74ffb38

Browse files
committed
build: bump to sass version
Updates us to Sass version 1.41.0, because it includes some potentially breaking changes related to `calc`.
1 parent 505c0d1 commit 74ffb38

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"rollup-plugin-commonjs": "^10.1.0",
216216
"rollup-plugin-node-resolve": "^5.2.0",
217217
"rollup-plugin-sourcemaps": "^0.6.3",
218-
"sass": "^1.38.0",
218+
"sass": "^1.41.0",
219219
"selenium-webdriver": "^3.6.0",
220220
"semver": "^7.3.4",
221221
"send": "^0.17.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11929,10 +11929,10 @@ sass-lookup@^3.0.0:
1192911929
dependencies:
1193011930
commander "^2.16.0"
1193111931

11932-
sass@^1.26.3, sass@^1.38.0:
11933-
version "1.38.0"
11934-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.38.0.tgz#2f3e60a1efdcdc910586fa79dc89d3399a145b4f"
11935-
integrity sha512-WBccZeMigAGKoI+NgD7Adh0ab1HUq+6BmyBUEaGxtErbUtWUevEbdgo5EZiJQofLUGcKtlNaO2IdN73AHEua5g==
11932+
sass@^1.26.3, sass@^1.41.0:
11933+
version "1.41.1"
11934+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.41.1.tgz#bca5bed2154192779c29f48fca9c644c60c38d98"
11935+
integrity sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==
1193611936
dependencies:
1193711937
chokidar ">=3.0.0 <4.0.0"
1193811938

0 commit comments

Comments
 (0)