Skip to content

Commit 6b38b62

Browse files
committed
chore - deno 2 quarto check version check
1 parent d210c74 commit 6b38b62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/command/check/check.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ async function checkVersions(conf: CheckConfiguration) {
255255
? [
256256
[pandocVersion, "3.6.3", "Pandoc"],
257257
[sassVersion, "1.85.1", "Dart Sass"],
258-
[denoVersion, "1.46.3", "Deno"],
258+
[denoVersion, "2.2.10", "Deno"],
259259
[typstVersion, "0.13.0", "Typst"],
260260
]
261261
: [
262262
[pandocVersion, ">=2.19.2", "Pandoc"],
263263
[sassVersion, ">=1.32.8", "Dart Sass"],
264-
[denoVersion, ">=1.33.1", "Deno"],
264+
[denoVersion, ">=2.2.10", "Deno"],
265265
[typstVersion, ">=0.10.0", "Typst"],
266266
];
267267
const fun = strict ? strictCheckVersion : checkVersion;

0 commit comments

Comments
 (0)