Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Sep 16, 2024
1 parent 8e87464 commit 51f9032
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 346 deletions.
2 changes: 1 addition & 1 deletion website/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
31 changes: 15 additions & 16 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@octokit/rest": "^21.0.1",
"@next/mdx": "^14.2.11",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-icons": "^1.3.0",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"focus-visible": "^5.2.1",
"geist": "^1.3.1",
"marked": "^13.0.2",
"marked": "^14.1.2",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"motion": "^10.18.0",
"next": "14.2.5",
"next": "14.2.11",
"next-themes": "^0.3.0",
"postcss-focus-visible": "^9.0.1",
"postcss-focus-visible": "^10.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"recma-import-images": "^0.0.3",
Expand All @@ -37,20 +37,19 @@
"remark-gfm": "^4.0.0",
"remark-rehype-wrap": "^0.0.5",
"remark-unwrap-images": "^4.0.0",
"shiki": "^1.10.3",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.6",
"shiki": "^1.17.6",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@octokit/types": "^13.5.0",
"@types/marked": "^5.0.2",
"@types/node": "20.14.11",
"@types/react": "^18.3.3",
"@types/node": "22.5.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"sharp": "^0.33.4",
"typescript": "^5.5.3"
"sharp": "^0.33.5",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 51f9032

Please sign in to comment.