Skip to content

Commit 89ddbc4

Browse files
chore: update preact version (#3664)
1 parent ab14d10 commit 89ddbc4

File tree

4 files changed

+417
-222
lines changed

4 files changed

+417
-222
lines changed

deno.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"esbuild-wasm": "npm:esbuild-wasm@0.25.7",
5959
"fresh": "jsr:@fresh/core@^2.0.0",
6060
"mime-db": "npm:mime-db@^1.54.0",
61-
"preact": "npm:preact@^10.27.0",
62-
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
61+
"preact": "npm:preact@^10.28.2",
62+
"preact-render-to-string": "npm:preact-render-to-string@^6.6.5",
6363
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
6464
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
65-
"@preact/signals": "npm:@preact/signals@^2.2.1",
65+
"@preact/signals": "npm:@preact/signals@^2.5.1",
6666
"@std/encoding": "jsr:@std/encoding@1",
6767
"@std/fmt": "jsr:@std/fmt@^1.0.7",
6868
"@std/fs": "jsr:@std/fs@1",
@@ -73,7 +73,7 @@
7373
"@std/semver": "jsr:@std/semver@1",
7474
"@std/streams": "jsr:@std/streams@1",
7575

76-
"@astral/astral": "jsr:@astral/astral@^0.5.4",
76+
"@astral/astral": "jsr:@astral/astral@^0.5.5",
7777
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.3",
7878
"linkedom": "npm:linkedom@^0.18.10",
7979
"@std/async": "jsr:@std/async@^1.0.13",
@@ -82,7 +82,7 @@
8282

8383
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.10",
8484
"redis": "npm:redis@^5.8.2",
85-
"rollup": "npm:rollup@^4.50.0",
85+
"rollup": "npm:rollup@^4.55.1",
8686
"tailwindcss": "npm:tailwindcss@^4.1.10",
8787
"postcss": "npm:postcss@8.5.6",
8888

@@ -94,7 +94,7 @@
9494
"marked": "npm:marked@^15.0.11",
9595
"marked-mangle": "npm:marked-mangle@^1.1.9",
9696
"prismjs": "npm:prismjs@^1.29.0",
97-
"vite": "npm:vite@^7.1.5"
97+
"vite": "npm:vite@^7.3.1"
9898
},
9999
"compilerOptions": {
100100
"lib": ["dom", "dom.asynciterable", "deno.ns", "deno.unstable"],

0 commit comments

Comments
 (0)