We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e8ab7 commit c6c859cCopy full SHA for c6c859c
core/package.json
@@ -25,7 +25,7 @@
25
"react-dom": ">=16.8.0"
26
},
27
"devDependencies": {
28
- "react": "^18.2.0",
29
- "react-dom": "^18.2.0"
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0"
30
}
31
www/package.json
@@ -12,12 +12,12 @@
12
"@uiw/react-split": "5.9.3"
13
14
15
- "@types/react": "^18.2.14",
16
- "@types/react-dom": "^18.2.6",
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0",
17
"kkt": "^7.4.9",
18
"markdown-react-code-preview-loader": "^2.1.2",
19
20
- "react-dom": "^18.2.0",
+ "react-dom": "^19.0.0",
21
"uiw": "^4.21.14"
22
23
"eslintConfig": {
0 commit comments