Skip to content

Commit 8ef87ea

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/hook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"devDependencies": {
3737
"@babel/runtime": "^7.21.0",
38-
"@types/react": "^18.0.33",
39-
"@types/react-dom": "^18.0.11",
40-
"react": "^18.2.0",
41-
"react-dom": "^18.2.0"
38+
"@types/react": "^19.0.0",
39+
"@types/react-dom": "^19.0.0",
40+
"react": "^19.0.0",
41+
"react-dom": "^19.0.0"
4242
}
4343
}

website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"@kkt/less-modules": "^7.4.9",
1717
"@kkt/raw-modules": "^7.4.9",
1818
"@kkt/scope-plugin-options": "^7.4.9",
19-
"@types/react": "^18.0.33",
20-
"@types/react-dom": "^18.0.11",
19+
"@types/react": "^19.0.0",
20+
"@types/react-dom": "^19.0.0",
2121
"@uiw/react-github-corners": "^1.5.15",
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)