Disallow sass 1.77.7+ to remove deprecations
This restriction can be removed when Bootstrap 5.3.4 is released. Closes #19301 Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
73873baf50
commit
68401eecbf
@ -50,7 +50,7 @@
|
||||
"postcss-loader": "^7.1.0",
|
||||
"rtlcss": "^4.0.0",
|
||||
"rtlcss-webpack-plugin": "^4.0.7",
|
||||
"sass": "^1.60.0",
|
||||
"sass": "^1.60.0 <=1.77.6",
|
||||
"sass-loader": "^13.2.2",
|
||||
"tablesorter": "^2.31.3",
|
||||
"tracekit": "0.4.6",
|
||||
|
||||
@ -4937,10 +4937,10 @@ sass-loader@^13.2.2:
|
||||
dependencies:
|
||||
neo-async "^2.6.2"
|
||||
|
||||
sass@^1.60.0:
|
||||
version "1.77.8"
|
||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.8.tgz#9f18b449ea401759ef7ec1752a16373e296b52bd"
|
||||
integrity sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==
|
||||
"sass@^1.60.0 <=1.77.6":
|
||||
version "1.77.6"
|
||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4"
|
||||
integrity sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==
|
||||
dependencies:
|
||||
chokidar ">=3.0.0 <4.0.0"
|
||||
immutable "^4.0.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user