Skip to content

Commit 54b4c6c

Browse files
committed
chore: update dependencies
1 parent c1b8783 commit 54b4c6c

File tree

3 files changed

+565
-560
lines changed

3 files changed

+565
-560
lines changed

app/[...mdxPath]/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ export default async function Page(props: PageProps) {
2121
default: MDXContent,
2222
toc,
2323
metadata,
24-
// sourceCode
24+
sourceCode
2525
} = await importPage(params.mdxPath)
2626
return (
27-
// <Wrapper toc={toc} metadata={metadata} sourceCode={sourceCode}>
28-
<Wrapper toc={toc} metadata={metadata}>
27+
<Wrapper toc={toc} metadata={metadata} sourceCode={sourceCode}>
2928
<MDXContent {...props} params={params}/>
3029
</Wrapper>
3130
)

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
"motion": "^12.23.12",
2222
"next": "15.4.6",
2323
"next-themes": "^0.4.6",
24-
"nextra": "^4.3.0",
25-
"nextra-theme-docs": "^4.3.0",
24+
"nextra": "^4.4.0",
25+
"nextra-theme-docs": "^4.4.0",
2626
"react": "19.1.0",
2727
"react-dom": "19.1.0",
2828
"react-icons": "^5.5.0",
2929
"swr": "^2.3.6",
3030
"tailwind-merge": "^3.3.1",
31-
"tw-animate-css": "^1.3.6"
31+
"tw-animate-css": "^1.3.7"
3232
},
3333
"devDependencies": {
34-
"@eslint/eslintrc": "^3",
35-
"@tailwindcss/postcss": "^4",
36-
"@types/node": "^20",
37-
"@types/react": "^19",
38-
"@types/react-dom": "^19",
39-
"eslint": "^9",
34+
"@eslint/eslintrc": "^3.3.1",
35+
"@tailwindcss/postcss": "^4.1.12",
36+
"@types/node": "^20.19.11",
37+
"@types/react": "^19.1.12",
38+
"@types/react-dom": "^19.1.9",
39+
"eslint": "^9.34.0",
4040
"eslint-config-next": "15.4.6",
4141
"patch-package": "^8.0.0",
42-
"tailwindcss": "^4",
43-
"typescript": "^5"
42+
"tailwindcss": "^4.1.12",
43+
"typescript": "^5.9.2"
4444
},
4545
"pnpm": {
4646
"patchedDependencies": {

0 commit comments

Comments
 (0)