Skip to content

Commit b8c75ec

Browse files
authored
chore: update dependencies (#2975)
Updates relating to Tailwind CSS v4 can be handled in #2903 or #2829.
1 parent 144ed2e commit b8c75ec

2 files changed

Lines changed: 137 additions & 144 deletions

File tree

deno.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0",
5353
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
5454
"@preact/signals": "npm:@preact/signals@^2.0.4",
55-
"esbuild": "npm:esbuild@0.23.1",
56-
"esbuild-wasm": "npm:esbuild-wasm@0.23.1",
55+
"esbuild": "npm:esbuild@0.25.4",
56+
"esbuild-wasm": "npm:esbuild-wasm@0.25.4",
5757
"@std/crypto": "jsr:@std/crypto@1",
5858
"@std/datetime": "jsr:@std/datetime@^0.225.2",
5959
"@std/encoding": "jsr:@std/encoding@1",
@@ -68,25 +68,25 @@
6868

6969
"@astral/astral": "jsr:@astral/astral@^0.5.2",
7070
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1",
71-
"linkedom": "npm:linkedom@^0.16.11",
72-
"@std/async": "jsr:@std/async@1",
73-
"@std/expect": "jsr:@std/expect@1",
74-
"@std/testing": "jsr:@std/testing@1",
71+
"linkedom": "npm:linkedom@^0.18.10",
72+
"@std/async": "jsr:@std/async@^1.0.13",
73+
"@std/expect": "jsr:@std/expect@^1.0.16",
74+
"@std/testing": "jsr:@std/testing@^1.0.12",
7575

7676
"autoprefixer": "npm:autoprefixer@10.4.17",
7777
"cssnano": "npm:cssnano@6.0.3",
7878
"postcss": "npm:postcss@8.4.35",
7979
"tailwindcss": "npm:tailwindcss@^3.4.1",
8080

81-
"ts-morph": "npm:ts-morph@^22.0.0",
81+
"ts-morph": "npm:ts-morph@^25.0.1",
8282

8383
"@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7",
8484
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
8585
"fresh/compat": "./src/compat/mod.ts",
8686
"fresh/dev": "./src/dev/mod.ts",
8787
"fresh/runtime": "./src/runtime/shared.ts",
8888
"github-slugger": "npm:github-slugger@^2.0.0",
89-
"marked": "npm:marked@^14.1.2",
89+
"marked": "npm:marked@^15.0.11",
9090
"marked-mangle": "npm:marked-mangle@^1.1.9",
9191
"prismjs": "npm:prismjs@^1.29.0"
9292
},

0 commit comments

Comments
 (0)