|
99 | 99 | "@testing-library/react": "16.1.0", |
100 | 100 | "@types/hast": "3.0.4", |
101 | 101 | "@types/lodash-es": "4.17.12", |
102 | | - "@types/react": "18.3.17", |
103 | | - "@types/react-dom": "18.3.5", |
| 102 | + "@types/react": "19.0.2", |
| 103 | + "@types/react-dom": "19.0.2", |
104 | 104 | "@types/react-syntax-highlighter": "15.5.13", |
105 | 105 | "@types/turndown": "5.0.5", |
106 | 106 | "@types/unist": "3.0.3", |
|
125 | 125 | "lint-staged": "15.2.11", |
126 | 126 | "npm-run-all2": "7.0.2", |
127 | 127 | "prettier": "3.2.5", |
128 | | - "react": "18.3.1", |
129 | | - "react-dom": "18.3.1", |
| 128 | + "react": "19.0.0", |
| 129 | + "react-dom": "19.0.0", |
130 | 130 | "react-icons": "5.4.0", |
131 | 131 | "react-markdown": "9.0.1", |
132 | 132 | "react-syntax-highlighter": "15.6.1", |
|
152 | 152 | "mdast-util-gfm-strikethrough": "^2.0.0", |
153 | 153 | "micromark-extension-gfm-autolink-literal": "^2.0.0", |
154 | 154 | "micromark-extension-gfm-strikethrough": "^2.0.0", |
155 | | - "react": "^17.0.0 || ^18.0.0", |
156 | | - "react-dom": "^17.0.0 || ^18.0.0", |
| 155 | + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| 156 | + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0", |
157 | 157 | "rehype": "^13.0.0", |
158 | 158 | "rehype-minify-whitespace": "^6.0.0", |
159 | 159 | "rehype-raw": "^7.0.0", |
|
0 commit comments