Skip to content

Commit bec1bda

Browse files
chore(deps): update react monorepo to v19
1 parent 34c5c24 commit bec1bda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/hook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/runtime": "^7.21.0",
3838
"@types/react": "^18.0.33",
3939
"@types/react-dom": "^18.0.11",
40-
"react": "^18.2.0",
41-
"react-dom": "^18.2.0"
40+
"react": "^19.0.0",
41+
"react-dom": "^19.0.0"
4242
}
4343
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@uiw/react-markdown-preview": "^5.0.0",
2323
"@uiw/reset.css": "^1.0.6",
2424
"kkt": "^7.4.9",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0"
25+
"react": "^19.0.0",
26+
"react-dom": "^19.0.0"
2727
},
2828
"browserslist": {
2929
"production": [

0 commit comments

Comments
 (0)