|
18 | 18 | "@mdx-js/react": "^3.1.0", |
19 | 19 | "@medusajs/icons": "2.12.0", |
20 | 20 | "@medusajs/ui": "4.0.28", |
21 | | - "@next/mdx": "15.3.5", |
| 21 | + "@next/mdx": "15.3.6", |
22 | 22 | "@react-hook/resize-observer": "^2.0.2", |
23 | 23 | "@readme/openapi-parser": "^2.5.0", |
24 | 24 | "algoliasearch": "4", |
|
29 | 29 | "jsdom": "^27.1.0", |
30 | 30 | "json-schema": "^0.4.0", |
31 | 31 | "json-stringify-pretty-compact": "^4.0.0", |
32 | | - "next": "15.3.5", |
| 32 | + "next": "15.3.6", |
33 | 33 | "next-mdx-remote": "5.0.0", |
34 | 34 | "openapi-sampler": "^1.3.1", |
35 | 35 | "pluralize": "^8.0.0", |
36 | 36 | "postcss": "8.4.27", |
37 | 37 | "posthog-js": "^1.298.1", |
38 | 38 | "prism-react-renderer": "2.4.0", |
39 | | - "react": "rc", |
40 | | - "react-dom": "rc", |
| 39 | + "react": "19.2.1", |
| 40 | + "react-dom": "19.2.1", |
41 | 41 | "react-intersection-observer": "^9.13.1", |
42 | 42 | "react-tooltip": "^5.28.0", |
43 | 43 | "react-transition-group": "^4.4.5", |
|
52 | 52 | "yaml": "^2.3.1" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@next/bundle-analyzer": "15.3.5", |
| 55 | + "@next/bundle-analyzer": "15.3.6", |
56 | 56 | "@types/jsdom": "^27.0.0", |
57 | 57 | "@types/mapbox__rehype-prism": "^0.8.0", |
58 | 58 | "@types/mdx": "^2.0.13", |
59 | 59 | "@types/node": "20.4.5", |
60 | 60 | "@types/pluralize": "^0.0.33", |
61 | | - "@types/react": "npm:types-react@rc", |
62 | | - "@types/react-dom": "npm:types-react@rc", |
| 61 | + "@types/react": "19.2.1", |
| 62 | + "@types/react-dom": "19.2.1", |
63 | 63 | "build-scripts": "*", |
64 | 64 | "eslint": "^9.13.0", |
65 | 65 | "eslint-plugin-prettier": "^5.2.1", |
|
70 | 70 | "node": ">=20" |
71 | 71 | }, |
72 | 72 | "overrides": { |
73 | | - "@types/react": "npm:types-react@rc", |
74 | | - "@types/react-dom": "npm:types-react-dom@rc" |
| 73 | + "@types/react": "19.2.1", |
| 74 | + "@types/react-dom": "19.2.1" |
75 | 75 | } |
76 | 76 | } |
0 commit comments