Skip to content

Commit bd71301

Browse files
committed
update strict version on quarto check
1 parent 74a48ba commit bd71301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/check/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ async function checkVersions(conf: CheckConfiguration) {
252252
const checkData: [string | undefined, string, string][] = strict
253253
? [
254254
[pandocVersion, "3.6.3", "Pandoc"],
255-
[sassVersion, "1.85.1", "Dart Sass"],
255+
[sassVersion, "1.87.0", "Dart Sass"],
256256
[denoVersion, "1.46.3", "Deno"],
257257
[typstVersion, "0.13.0", "Typst"],
258258
]

0 commit comments

Comments
 (0)