Skip to content

Commit 1b42fb7

Browse files
committed
fix: pass the deno ok
1 parent 612aaa7 commit 1b42fb7

File tree

3 files changed

+211
-22
lines changed

3 files changed

+211
-22
lines changed

deno.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@std/async": "jsr:@std/async@^1.0.13",
7474
"@std/expect": "jsr:@std/expect@^1.0.16",
7575
"@std/testing": "jsr:@std/testing@^1.0.12",
76-
"postcss": "npm:postcss@8.4.35",
76+
"postcss": "npm:postcss@8.5.3",
7777
"tailwindcss": "npm:tailwindcss@^4.0.0",
7878
"ts-morph": "npm:ts-morph@^25.0.1",
7979
"@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts",
@@ -82,10 +82,12 @@
8282
"fresh/dev": "./src/dev/mod.ts",
8383
"fresh/runtime": "./src/runtime/shared.ts",
8484
"github-slugger": "npm:github-slugger@^2.0.0",
85+
"imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts",
86+
"astral": "jsr:@astral/astral",
8587
"marked": "npm:marked@^15.0.11",
8688
"marked-mangle": "npm:marked-mangle@^1.1.9",
8789
"prismjs": "npm:prismjs@^1.29.0"
88-
},
90+
},
8991
"compilerOptions": {
9092
"lib": ["dom", "dom.asynciterable", "deno.ns", "deno.unstable"],
9193
"jsx": "precompile",

0 commit comments

Comments
 (0)