Skip to content

Commit 3f2d998

Browse files
committed
Downgrade SASS to 1.64.x, until twbs/bootstrap#39028 is fixed
1 parent faaa6e8 commit 3f2d998

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-i18next": "^13.2.2",
3030
"react-redux": "^8.1.2",
3131
"react-router-dom": "^6.15.0",
32-
"sass": "^1.66.1",
32+
"sass": "~1.64.2",
3333
"vite-plugin-compression": "^0.5.1"
3434
},
3535
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4968,10 +4968,10 @@ safe-regex-test@^1.0.0:
49684968
get-intrinsic "^1.1.3"
49694969
is-regex "^1.1.4"
49704970

4971-
sass@^1.66.1:
4972-
version "1.66.1"
4973-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1"
4974-
integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==
4971+
sass@~1.64.2:
4972+
version "1.64.2"
4973+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.2.tgz#0d9805ad6acf31c59c3acc725fcfb91b7fcc6909"
4974+
integrity sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==
49754975
dependencies:
49764976
chokidar ">=3.0.0 <4.0.0"
49774977
immutable "^4.0.0"

0 commit comments

Comments
 (0)