docs: update next and react (#14288)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@medusajs/icons": "2.12.2",
|
||||
"@medusajs/ui": "4.0.30",
|
||||
"@next/mdx": "15.3.6",
|
||||
"@next/mdx": "15.3.8",
|
||||
"@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.6",
|
||||
"next": "15.3.8",
|
||||
"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": "19.2.1",
|
||||
"react-dom": "19.2.1",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"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.6",
|
||||
"@next/bundle-analyzer": "15.3.8",
|
||||
"@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": "19.2.1",
|
||||
"@types/react-dom": "19.2.1",
|
||||
"@types/react": "19.2.3",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"build-scripts": "*",
|
||||
"eslint": "^9.13.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
@@ -70,7 +70,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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user