Skip to content

Commit

Permalink
updated next
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Nov 27, 2024
1 parent a535377 commit 43648d7
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 45 deletions.
1 change: 0 additions & 1 deletion app/docs/[...document]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ interface Doc {

// Use the props type but cast as 'any' for the CI environment
export default async function DocPage(
// @ts-expect-error - Next.js App Router types inconsistency
props: { params: { document: string[] } }
) {
const { document } = props.params;
Expand Down
86 changes: 43 additions & 43 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"framer-motion": "^11.11.10",
"gray-matter": "^4.0.3",
"lucide-react": "0.461.0",
"next": "15.0.1",
"next": "15.0.3",
"next-mdx-remote": "^5.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down

0 comments on commit 43648d7

Please sign in to comment.