docs: update next and react (#14288)

This commit is contained in:
Shahed Nasser
2025-12-12 09:55:13 +02:00
committed by GitHub
parent f2b1ba2f1f
commit 4bf0dac97d
9 changed files with 146 additions and 146 deletions

View File

@@ -17,15 +17,15 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@medusajs/icons": "2.12.2",
"@next/mdx": "15.3.6",
"@next/mdx": "15.3.8",
"@sanity/client": "^7.11.0",
"@stefanprobst/rehype-extract-toc": "^3.0.0",
"clsx": "^2.1.0",
"docs-ui": "*",
"next": "15.3.6",
"next": "15.3.8",
"posthog-js": "^1.298.1",
"react": "19.2.1",
"react-dom": "19.2.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"rehype-mdx-code-props": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
@@ -36,8 +36,8 @@
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "19.2.1",
"@types/react-dom": "19.2.1",
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10.0.1",
"build-scripts": "*",
"eslint": "^9.13.0",
@@ -54,7 +54,7 @@
"node": ">=20"
},
"overrides": {
"@types/react": "19.2.1",
"@types/react-dom": "19.2.1"
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3"
}
}