Skip to content

Commit

Permalink
www updates
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskuhl committed Dec 13, 2024
1 parent c59cea5 commit b4b7159
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 374 deletions.
2 changes: 1 addition & 1 deletion bin/ffremote.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { parseArgs } from "jsr:@std/cli/parse-args";
import { parseArgs } from "jsr:@std/cli@1.0.8/parse-args";
import { main } from "../src/cli/ffr/main.ts";
import type { CliArgs } from "../src/types.ts";

Expand Down
40 changes: 33 additions & 7 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@code-hike/mdx": "^0.9.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.4",
"@next/mdx": "^15.1.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
Expand All @@ -23,17 +23,17 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.2",
"@supabase/supabase-js": "^2.47.6",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query": "^5.62.7",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codehike": "^1.0.4",
"cookie": "^1.0.2",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next": "15.1.0",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"react": "^19.0.0",
Expand All @@ -48,12 +48,12 @@
},
"devDependencies": {
"@eslint/plugin-kit": "^0.2.4",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"eslint-config-next": "15.1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.16",
Expand Down
Loading

0 comments on commit b4b7159

Please sign in to comment.