Skip to content

Commit

Permalink
chore(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Feb 21, 2024
1 parent 58a58ff commit bd1f381
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,22 @@
"compile:mdx:watch": "deno run -A --watch=src/content/ tool/compile-mdx.ts"
},
"imports": {
"$std/": "https://deno.land/std@0.212.0/",
"$fresh/": "https://deno.land/x/fresh@1.6.3/",
"$std/": "https://deno.land/std@0.216.0/",
"$fresh/": "https://deno.land/x/fresh@1.6.5/",
"$tabler_icons/": "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/",
"zod": "https://deno.land/x/zod@v3.22.4/mod.ts",
"@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/",
"@mdx-js/mdx": "npm:@mdx-js/mdx@3.0.0",
"preact": "https://esm.sh/v135/preact@10.19.5",
"preact/": "https://esm.sh/v135/preact@10.19.5/",
"@mdx-js/mdx": "npm:@mdx-js/mdx@3.0.1",
"remark-frontmatter": "npm:remark-frontmatter@5.0.0",
"remark-mdx-frontmatter": "npm:remark-mdx-frontmatter@4.0.0",
"remark-preset-lint-consistent": "npm:remark-preset-lint-consistent@5.1.2",
"remark-preset-lint-recommended": "npm:remark-preset-lint-recommended@6.1.3",
"@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.10",
"tailwindcss": "npm:tailwindcss@3.4.1",
"tailwindcss/": "npm:tailwindcss@3.4.1/",
"tailwindcss/plugin": "npm:tailwindcss@3.4.1/plugin.js",
"vfile": "npm:vfile@6.0.1",
"vfile-matter": "npm:vfile-matter@5.0.0",
Expand Down

0 comments on commit bd1f381

Please sign in to comment.