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

@@ -18,7 +18,7 @@
"@mdx-js/react": "^3.1.0",
"@medusajs/icons": "2.12.0",
"@medusajs/ui": "4.0.28",
"@next/mdx": "15.3.5",
"@next/mdx": "15.3.6",
"@react-hook/resize-observer": "^2.0.2",
"@readme/openapi-parser": "^2.5.0",
"algoliasearch": "4",
@@ -29,15 +29,15 @@
"jsdom": "^27.1.0",
"json-schema": "^0.4.0",
"json-stringify-pretty-compact": "^4.0.0",
"next": "15.3.5",
"next": "15.3.6",
"next-mdx-remote": "5.0.0",
"openapi-sampler": "^1.3.1",
"pluralize": "^8.0.0",
"postcss": "8.4.27",
"posthog-js": "^1.298.1",
"prism-react-renderer": "2.4.0",
"react": "rc",
"react-dom": "rc",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-intersection-observer": "^9.13.1",
"react-tooltip": "^5.28.0",
"react-transition-group": "^4.4.5",
@@ -52,14 +52,14 @@
"yaml": "^2.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "15.3.5",
"@next/bundle-analyzer": "15.3.6",
"@types/jsdom": "^27.0.0",
"@types/mapbox__rehype-prism": "^0.8.0",
"@types/mdx": "^2.0.13",
"@types/node": "20.4.5",
"@types/pluralize": "^0.0.33",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react@rc",
"@types/react": "19.2.1",
"@types/react-dom": "19.2.1",
"build-scripts": "*",
"eslint": "^9.13.0",
"eslint-plugin-prettier": "^5.2.1",
@@ -70,7 +70,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"
}
}