Skip to content

Commit

Permalink
Merge pull request #29 from arrow2nd/update-dependencies
Browse files Browse the repository at this point in the history
chore: 依存関係を更新
  • Loading branch information
arrow2nd authored Feb 20, 2024
2 parents be3e7a6 + 5fbe2e2 commit aa18284
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"imports": {
"$fresh/": "https://deno.land/x/[email protected].3/",
"$fresh/": "https://deno.land/x/[email protected].5/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
Expand All @@ -16,7 +16,10 @@
"@libs/": "./libs/",
"@interfaces/": "./interfaces/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]"
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"@twind/core": "https://esm.sh/@twind/[email protected]",
"@twind/preset-tailwind": "https://esm.sh/@twind/[email protected]/",
"@twind/preset-autoprefix": "https://esm.sh/@twind/[email protected]/"
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"exclude": ["**/_fresh/*"]
Expand Down

0 comments on commit aa18284

Please sign in to comment.