Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"./": "./",
"@/": "./",
"@fresh/plugin-vite": "jsr:@fresh/plugin-vite@^1.0.5",
"@preact/signals": "npm:@preact/signals@^2.3.2",
"@preact/signals": "npm:@preact/signals@^2.9.0",
"@std/assert": "jsr:@std/assert@^1.0.12",
"@std/front-matter": "jsr:@std/front-matter@^0.224.3",
"@std/path": "jsr:@std/path@^1.0.0",
Expand All @@ -53,13 +53,12 @@
"@testing-library/dom": "npm:@testing-library/dom@^9.3.4",
"@algolia/autocomplete-js": "npm:@algolia/autocomplete-js@^1.19.4",
"@tailwindcss/typography": "npm:@tailwindcss/typography@^0.5.16",
"algoliasearch/lite": "npm:algoliasearch@^5/lite",

Check warning on line 56 in deno.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (algoliasearch)

Check warning on line 56 in deno.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (algoliasearch)
"autoprefixer": "npm:autoprefixer@^10.4.19",
"fresh": "jsr:@fresh/core@^2.1.2",
"fresh": "jsr:@fresh/core@^2.3.3",
"linkedom": "npm:linkedom@^0.18.4",

Check warning on line 59 in deno.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (linkedom)

Check warning on line 59 in deno.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (linkedom)
"marked": "npm:marked@^12.0.2",
"preact": "npm:preact@^10.27.2",
"preact-render-to-string": "npm:preact-render-to-string@^6.5.4",
"preact": "npm:preact@^10.29.1",
"tailwindcss": "npm:tailwindcss@^3.4.6",
"vite": "npm:vite@^7.1.3"
},
Expand Down
Loading
Loading