docs: update Next.js + React (#14210)
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
"@medusajs/icons": "2.12.0",
|
||||
"@medusajs/ui": "4.0.28",
|
||||
"@medusajs/ui-preset": "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",
|
||||
@@ -37,8 +37,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",
|
||||
@@ -55,7 +55,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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user