Skip to content

Commit

Permalink
Fix a breaking change made by sass that dropped support for Node.js 1…
Browse files Browse the repository at this point in the history
…2 in a minor release
  • Loading branch information
marcomontalbano committed May 11, 2023
1 parent 11dff46 commit c1c4625
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-config-next": "^12.3.4",
"npm-run-all": "~4.1.5",
"rimraf": "~3.0.2",
"sass": "~1.62.1"
"sass": "~1.60.0"
},
"dependencies": {
"next": "^12.3.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
rimraf: ~3.0.2
sass: ~1.62.1
sass: ~1.60.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10100,16 +10100,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:~1.62.1":
version: 1.62.1
resolution: "sass@npm:1.62.1"
"sass@npm:~1.60.0":
version: 1.60.0
resolution: "sass@npm:1.60.0"
dependencies:
chokidar: ">=3.0.0 <4.0.0"
immutable: ^4.0.0
source-map-js: ">=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 1b1b3584b38a63dd94156b65f13b90e3f84b170a38c3d5e3fa578b7a32a37aeb349b4926b0eaf9448d48e955e86b1ee01b13993f19611dad8068af07a607c13b
checksum: 06e163c37af466ec194cf2ed8dab616372afeb19322d356947d48ea664fc38398ae77c4d91bea9cb0ace954ce289d5518d0f8555ecc49f6bf2539a8ef52fc580
languageName: node
linkType: hard

Expand Down

0 comments on commit c1c4625

Please sign in to comment.