Skip to content

Commit 334b6e7

Browse files
committed
update strict check to 2.2.10
1 parent 0710802 commit 334b6e7

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
@@ -255,7 +255,7 @@ async function checkVersions(conf: CheckConfiguration) {
255255
? [
256256
[pandocVersion, "3.6.3", "Pandoc"],
257257
[sassVersion, "1.87.0", "Dart Sass"],
258-
[denoVersion, "1.46.3", "Deno"],
258+
[denoVersion, "2.2.10", "Deno"],
259259
[typstVersion, "0.13.0", "Typst"],
260260
]
261261
: [

0 commit comments

Comments
 (0)