docs: update Next.js + React (#14210)

This commit is contained in:
Shahed Nasser
2025-12-04 11:50:25 +02:00
committed by GitHub
parent 7652329489
commit a33ef1e4d9
10 changed files with 172 additions and 154 deletions

View File

@@ -17,14 +17,14 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@medusajs/icons": "2.12.0",
"@next/mdx": "15.3.5",
"@next/mdx": "15.3.6",
"@stefanprobst/rehype-extract-toc": "^3.0.0",
"clsx": "^2.1.0",
"docs-ui": "*",
"next": "15.3.5",
"next": "15.3.6",
"posthog-js": "^1.298.1",
"react": "rc",
"react-dom": "rc",
"react": "19.2.1",
"react-dom": "19.2.1",
"rehype-mdx-code-props": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
@@ -34,8 +34,8 @@
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react@rc",
"@types/react": "19.2.1",
"@types/react-dom": "19.2.1",
"autoprefixer": "^10.0.1",
"build-scripts": "*",
"eslint": "^9.13.0",
@@ -52,7 +52,7 @@
"node": ">=20"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
"@types/react": "19.2.1",
"@types/react-dom": "19.2.1"
}
}