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

@@ -34,12 +34,12 @@
"lint": "eslint src --fix"
},
"devDependencies": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react@rc",
"@types/react": "19.2.1",
"@types/react-dom": "19.2.1",
"clsx": "^2.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^9.13.0",
"next": "15.3.5",
"next": "15.3.6",
"rimraf": "^5.0.1",
"schema-dts": "^1.1.5",
"tailwind": "*",
@@ -62,7 +62,7 @@
"@kapaai/react-sdk": "^0.9.0",
"@medusajs/icons": "2.12.0",
"@medusajs/ui": "4.0.28",
"@next/third-parties": "15.3.5",
"@next/third-parties": "15.3.6",
"@react-hook/resize-observer": "^1.2.6",
"@segment/analytics-next": "^1.75.0",
"@uidotdev/usehooks": "^2.4.1",
@@ -72,8 +72,8 @@
"minisearch": "^7.1.1",
"npm-to-yarn": "^2.1.0",
"prism-react-renderer": "2.4.0",
"react": "rc",
"react-dom": "rc",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-instantsearch": "^7.13.6",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.10",
@@ -84,7 +84,7 @@
"slugify": "^1.6.6"
},
"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"
}
}