Skip to content

Commit 110629f

Browse files
fix(deps): update react monorepo to v19
1 parent 7c4035d commit 110629f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/runtime": "^7.18.9",
4848
"@types/react": "^18.0.17",
4949
"@types/react-dom": "^18.0.6",
50-
"react": "^18.2.0",
51-
"react-dom": "^18.2.0"
50+
"react": "^19.0.0",
51+
"react-dom": "^19.0.0"
5252
}
5353
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@uiw/react-monorepo-template": "1.1.0",
1212
"@uiw/react-markdown-preview-example": "^2.0.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^19.0.0",
14+
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^18.0.17",

0 commit comments

Comments
 (0)