Skip to content

Commit 40b9ba1

Browse files
committed
fix: external dependencies
1 parent f82bd7e commit 40b9ba1

File tree

2 files changed

+440
-235
lines changed

2 files changed

+440
-235
lines changed

deno.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"nodeModulesDir": "auto",
2+
"nodeModulesDir": "none",
33
"workspace": [
44
"./packages/*",
55
"./www"
@@ -39,58 +39,58 @@
3939
"exclude": ["**/*_test.*", "src/__OLD/**", "*.todo", "**/tests/**"]
4040
},
4141
"imports": {
42-
"@deno/doc": "jsr:@deno/doc@^0.172.0",
42+
"@deno/doc": "jsr:@deno/doc@^0.183.0",
4343
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.2.0",
44-
"@fresh/build-id": "jsr:@fresh/build-id@^1.0.0",
45-
"@std/cli": "jsr:@std/cli@^1.0.19",
46-
"@std/collections": "jsr:@std/collections@^1.1.2",
44+
"@fresh/build-id": "jsr:@fresh/build-id@^1.0.1",
45+
"@std/cli": "jsr:@std/cli@^1.0.22",
46+
"@std/collections": "jsr:@std/collections@^1.1.3",
4747
"@std/dotenv": "jsr:@std/dotenv@^0.225.5",
48-
"@std/http": "jsr:@std/http@^1.0.15",
49-
"@std/uuid": "jsr:@std/uuid@^1.0.7",
48+
"@std/http": "jsr:@std/http@^1.0.20",
49+
"@std/uuid": "jsr:@std/uuid@^1.0.9",
5050
"@supabase/postgrest-js": "npm:@supabase/postgrest-js@^1.21.4",
51-
"@types/node": "npm:@types/node@^24.3.0",
51+
"@types/node": "npm:@types/node@^24.5.2",
5252
"docsearch": "https://esm.sh/@docsearch/js@3.5.2?target=es2020",
53-
"esbuild": "npm:esbuild@0.25.7",
54-
"esbuild-wasm": "npm:esbuild-wasm@0.25.7",
55-
"fresh": "jsr:@fresh/core@^2.0.0",
53+
"esbuild": "npm:esbuild@0.25.10",
54+
"esbuild-wasm": "npm:esbuild-wasm@0.25.10",
55+
"fresh": "jsr:@fresh/core@^2.1.1",
5656
"mime-db": "npm:mime-db@^1.54.0",
57-
"preact": "npm:preact@^10.27.0",
58-
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
57+
"preact": "npm:preact@^10.27.2",
58+
"preact-render-to-string": "npm:preact-render-to-string@^6.6.1",
5959
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
6060
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
61-
"@preact/signals": "npm:@preact/signals@^2.2.1",
62-
"@std/encoding": "jsr:@std/encoding@1",
63-
"@std/fmt": "jsr:@std/fmt@^1.0.7",
64-
"@std/fs": "jsr:@std/fs@1",
65-
"@std/html": "jsr:@std/html@1",
66-
"@std/jsonc": "jsr:@std/jsonc@1",
67-
"@std/media-types": "jsr:@std/media-types@1",
68-
"@std/path": "jsr:@std/path@1",
69-
"@std/semver": "jsr:@std/semver@1",
70-
"@std/streams": "jsr:@std/streams@1",
61+
"@preact/signals": "npm:@preact/signals@^2.3.1",
62+
"@std/encoding": "jsr:@std/encoding@^1.0.10",
63+
"@std/fmt": "jsr:@std/fmt@^1.0.8",
64+
"@std/fs": "jsr:@std/fs@^1.0.19",
65+
"@std/html": "jsr:@std/html@^1.0.4",
66+
"@std/jsonc": "jsr:@std/jsonc@^1.0.2",
67+
"@std/media-types": "jsr:@std/media-types@^1.1.0",
68+
"@std/path": "jsr:@std/path@^1.1.2",
69+
"@std/semver": "jsr:@std/semver@^1.0.5",
70+
"@std/streams": "jsr:@std/streams@^1.0.12",
7171

72-
"@astral/astral": "jsr:@astral/astral@^0.5.3",
72+
"@astral/astral": "jsr:@astral/astral@^0.5.4",
7373
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.3",
74-
"linkedom": "npm:linkedom@^0.18.10",
75-
"@std/async": "jsr:@std/async@^1.0.13",
76-
"@std/expect": "jsr:@std/expect@^1.0.16",
77-
"@std/testing": "jsr:@std/testing@^1.0.12",
74+
"linkedom": "npm:linkedom@^0.18.12",
75+
"@std/async": "jsr:@std/async@^1.0.14",
76+
"@std/expect": "jsr:@std/expect@^1.0.17",
77+
"@std/testing": "jsr:@std/testing@^1.0.15",
7878

79-
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.10",
79+
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.13",
8080
"redis": "npm:redis@^5.8.2",
81-
"rollup": "npm:rollup@^4.50.0",
82-
"tailwindcss": "npm:tailwindcss@^4.1.10",
81+
"rollup": "npm:rollup@^4.52.2",
82+
"tailwindcss": "npm:tailwindcss@^4.1.13",
8383
"postcss": "npm:postcss@8.5.6",
8484

85-
"ts-morph": "npm:ts-morph@^26.0.0",
85+
"ts-morph": "npm:ts-morph@^27.0.0",
8686

87-
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
87+
"@std/front-matter": "jsr:@std/front-matter@^1.0.9",
8888
"github-slugger": "npm:github-slugger@^2.0.0",
8989
"imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts",
90-
"marked": "npm:marked@^15.0.11",
91-
"marked-mangle": "npm:marked-mangle@^1.1.9",
92-
"prismjs": "npm:prismjs@^1.29.0",
93-
"vite": "npm:vite@^7.1.5"
90+
"marked": "npm:marked@^16.3.0",
91+
"marked-mangle": "npm:marked-mangle@^1.1.11",
92+
"prismjs": "npm:prismjs@^1.30.0",
93+
"vite": "npm:vite@^7.1.7"
9494
},
9595
"compilerOptions": {
9696
"lib": ["dom", "dom.asynciterable", "deno.ns", "deno.unstable"],

0 commit comments

Comments
 (0)