Skip to content

Commit

Permalink
chore(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 17, 2023
1 parent 7e6f78e commit 29521b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"**/src/fresh.gen.ts"
],
"imports": {
"$std/": "https://deno.land/std@0.208.0/",
"$std/": "https://deno.land/std@0.209.0/",
"$fresh/": "https://deno.land/x/fresh@1.6.1/",
"tabler_icons_tsx/": "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/",
"@headlessui/react": "https://esm.sh/v135/*@headlessui/react@1.7.17",
"@preact/signals-core": "https://esm.sh/v135/@preact/signals-core@1.5.1",
"@preact/signals": "https://esm.sh/v135/*@preact/signals@1.2.2",
"preact": "https://esm.sh/v135/preact@10.19.3",
"preact/": "https://esm.sh/v135/preact@10.19.3/",
"tailwindcss/": "npm:/tailwindcss@3.3.5/",
"tailwindcss/plugin": "npm:/tailwindcss@3.3.5/plugin.js",
"@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.10",
"tailwindcss": "npm:tailwindcss@3.3.5"
"tailwindcss": "npm:tailwindcss@3.3.6",
"tailwindcss/": "npm:tailwindcss@3.3.6/",
"tailwindcss/plugin": "npm:tailwindcss@3.3.6/plugin.js"
},
"compilerOptions": {
"jsx": "react-jsx",
Expand Down

0 comments on commit 29521b7

Please sign in to comment.