We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a48ba commit bd71301Copy full SHA for bd71301
src/command/check/check.ts
@@ -252,7 +252,7 @@ async function checkVersions(conf: CheckConfiguration) {
252
const checkData: [string | undefined, string, string][] = strict
253
? [
254
[pandocVersion, "3.6.3", "Pandoc"],
255
- [sassVersion, "1.85.1", "Dart Sass"],
+ [sassVersion, "1.87.0", "Dart Sass"],
256
[denoVersion, "1.46.3", "Deno"],
257
[typstVersion, "0.13.0", "Typst"],
258
]
0 commit comments