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.
2 parents a6507ee + 8b4c18e commit 3e3c950Copy full SHA for 3e3c950
configuration
@@ -11,12 +11,12 @@
11
# in src/command/check/check.ts
12
13
# Binary dependencies
14
-export DENO=v2.3.1
+export DENO=v2.4.5
15
# TODO figure out where 0.1.41 apple silicon libs are available
16
export DENO_DOM=v0.1.41-alpha-artifacts
17
export PANDOC=3.6.3
18
export DARTSASS=1.87.0
19
-export ESBUILD=0.25.3
+export ESBUILD=0.25.10
20
export TYPST=0.13.0
21
22
news/changelog-1.9.md
@@ -1,3 +1,7 @@
1
All changes included in 1.9:
2
3
+## Dependencies
4
+
5
+- Update `esbuild` to 0.25.10
6
+- Update `deno` to 2.4.5
7
0 commit comments