diff --git a/examples/app-dir-mdx/package.json b/examples/app-dir-mdx/package.json index 62d793b801298..1203ce9385356 100644 --- a/examples/app-dir-mdx/package.json +++ b/examples/app-dir-mdx/package.json @@ -7,13 +7,13 @@ }, "dependencies": { "@next/mdx": "latest", - "@types/mdx": "2.0.3", - "@types/node": "18.11.18", - "@types/react": "18.0.27", - "@types/react-dom": "18.0.10", + "@types/mdx": "2.0.13", + "@types/node": "18.19.47", + "@types/react": "18.3.5", + "@types/react-dom": "18.3.0", "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "18.3.1", + "react-dom": "18.3.1", "typescript": "4.9.5" } }