Skip to content

Commit

Permalink
Pin an exact sass version to workaround sass/dart-sass#1995
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jun 7, 2023
1 parent e95ded0 commit 9f70eb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

## Unreleased

* (Temporarily) Pin an exact `sass` version to workaround sass/dart-sass#1995

## v3.6.1 (June 6, 2023)

* Improved error handling for Astro Bookshop sites.
Expand Down
2 changes: 1 addition & 1 deletion javascript-modules/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"normalize-path": "^3.0.0",
"postcss": "^8.3.6",
"postcss-load-config": "^3.1.0",
"sass": "^1.37.0"
"sass": "1.62.1"
},
"engines": {
"node": ">=14.16"
Expand Down
4 changes: 2 additions & 2 deletions javascript-modules/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ __metadata:
postcss: ^8.3.6
postcss-fluidvars: ^1.1.2
postcss-load-config: ^3.1.0
sass: ^1.37.0
sass: 1.62.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10732,7 +10732,7 @@ resolve@~1.1.7:
languageName: node
linkType: hard

"sass@npm:^1.37.0":
"sass@npm:1.62.1":
version: 1.62.1
resolution: "sass@npm:1.62.1"
dependencies:
Expand Down

0 comments on commit 9f70eb7

Please sign in to comment.