Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ker0olos committed Jan 9, 2024
1 parent b22fc17 commit 821b924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/ZeroChanModal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useMemo } from 'preact/hooks';
import { useEffect } from 'preact/hooks';

import { type Signal, useSignal } from '@preact/signals';

Expand Down
12 changes: 5 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"nodeModulesDir": true,
"lint": {
"exclude": [
"fresh.gen.ts"
],
"exclude": ["fresh.gen.ts"],
"rules": {
"tags": ["fresh", "recommended"],
"include": [
Expand All @@ -30,16 +28,16 @@
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"exclude": ["**/_fresh/*"],
"imports": {
"#filter-boolean": "https://esm.sh/@total-typescript/ts-reset@0.4.2/filter-boolean",
"$fresh/": "https://deno.land/x/[email protected].0/",
"$std/": "https://deno.land/std@0.202.0/",
"#filter-boolean": "https://esm.sh/@total-typescript/ts-reset@0.5.1/filter-boolean",
"$fresh/": "https://deno.land/x/[email protected].1/",
"$std/": "https://deno.land/std@0.209.0/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"bson": "https://raw.githubusercontent.com/lucsoft/web_bson/v0.3.0/mod.js",
"icons/": "https://deno.land/x/[email protected].4/tsx/",
"icons/": "https://deno.land/x/[email protected].6/tsx/",
"tailwindcss": "npm:[email protected]",
"tailwindcss/": "npm:/[email protected]/",
"tailwindcss/plugin": "npm:/[email protected]/plugin.js"
Expand Down

0 comments on commit 821b924

Please sign in to comment.