Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Oct 22, 2024
1 parent a8b30c7 commit a2abe4b
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 209 deletions.
32 changes: 16 additions & 16 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.14",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.0",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-icons": "^1.3.0",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
Expand All @@ -22,11 +22,11 @@
"feed": "^4.2.2",
"focus-visible": "^5.2.1",
"geist": "^1.3.1",
"marked": "^14.1.2",
"marked": "^14.1.3",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"motion": "^10.18.0",
"next": "14.2.14",
"next": "15.0.0",
"next-themes": "^0.3.0",
"postcss-focus-visible": "^10.0.0",
"react": "18.3.1",
Expand All @@ -36,20 +36,20 @@
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-rehype-wrap": "^0.0.5",
"remark-unwrap-images": "^4.0.0",
"shiki": "^1.21.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"remark-unwrap-images": "^5.0.0",
"shiki": "^1.22.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@octokit/types": "^13.6.0",
"@types/node": "22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@biomejs/biome": "^1.9.4",
"@octokit/types": "^13.6.1",
"@types/node": "22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"sharp": "^0.33.5",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit a2abe4b

Please sign in to comment.