mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Pin sass to quieten warnings
https://github.com/ankitects/anki/issues/3462
This commit is contained in:
parent
e4630a0a07
commit
9142a22c19
2 changed files with 12 additions and 2 deletions
|
@ -56,7 +56,8 @@
|
||||||
"tsx": "^3.12.0",
|
"tsx": "^3.12.0",
|
||||||
"typescript": "^5.0.4",
|
"typescript": "^5.0.4",
|
||||||
"vite": "=5.4.7",
|
"vite": "=5.4.7",
|
||||||
"vitest": "^1.2.1"
|
"vitest": "^1.2.1",
|
||||||
|
"sass": "<1.77"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bufbuild/protobuf": "^1.2.1",
|
"@bufbuild/protobuf": "^1.2.1",
|
||||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -1445,7 +1445,7 @@ check-error@^1.0.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
get-func-name "^2.0.2"
|
get-func-name "^2.0.2"
|
||||||
|
|
||||||
chokidar@^3.4.1:
|
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.1:
|
||||||
version "3.6.0"
|
version "3.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
|
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
|
||||||
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
|
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
|
||||||
|
@ -3895,6 +3895,15 @@ sander@^0.5.0:
|
||||||
mkdirp "^0.5.1"
|
mkdirp "^0.5.1"
|
||||||
rimraf "^2.5.2"
|
rimraf "^2.5.2"
|
||||||
|
|
||||||
|
sass@<1.77:
|
||||||
|
version "1.76.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/sass/-/sass-1.76.0.tgz#fe15909500735ac154f0dc7386d656b62b03987d"
|
||||||
|
integrity sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==
|
||||||
|
dependencies:
|
||||||
|
chokidar ">=3.0.0 <4.0.0"
|
||||||
|
immutable "^4.0.0"
|
||||||
|
source-map-js ">=0.6.2 <2.0.0"
|
||||||
|
|
||||||
sass@^1.7.3:
|
sass@^1.7.3:
|
||||||
version "1.79.3"
|
version "1.79.3"
|
||||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.3.tgz#7811b000eb68195fe51dea89177e73e7ef7f546f"
|
resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.3.tgz#7811b000eb68195fe51dea89177e73e7ef7f546f"
|
||||||
|
|
Loading…
Reference in a new issue