Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix) Fix Sass version to < 1.65.0 #752

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/tooling/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"css-loader": "^5.2.4",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"lodash": "^4.17.21",
"sass": "^1.44.0",
"sass": ">=1.45.0 <1.65.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3960,7 +3960,7 @@ __metadata:
css-loader: ^5.2.4
fork-ts-checker-webpack-plugin: ^6.5.0
lodash: ^4.17.21
sass: ^1.44.0
sass: ">=1.45.0 <1.65.0"
sass-loader: ^12.3.0
style-loader: ^3.3.1
swc-loader: ^0.2.3
Expand Down Expand Up @@ -16859,16 +16859,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.44.0":
version: 1.55.0
resolution: "sass@npm:1.55.0"
"sass@npm:>=1.45.0 <1.65.0":
version: 1.64.2
resolution: "sass@npm:1.64.2"
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: 7d769ed08efce4e6134e0f3dc11c4f07e32c413ac8eb43c5855f2686890fdcbd80da34165c91fb4ba407f478ca108e171574b5a60cb9814a5ed09d80f6014f96
checksum: 43a5c9b9b3b6ba27feb5c45eba90edc437b15a30fd443f5d2623bbd59fe4a922f2a6a9990296c6a6c2b5bce7f401922c5049357415f50b745952c2d478bc5526
languageName: node
linkType: hard

Expand Down
Loading