Skip to content

Commit 928bccd

Browse files
fix(deps): update react monorepo to v19
1 parent fc72234 commit 928bccd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@mui/material": "5.18.0",
1313
"@material-ui/lab": "4.0.0-alpha.61",
1414
"cross-fetch": "4.1.0",
15-
"react": "^16.12.0",
16-
"react-dom": "^16.12.0",
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0",
1717
"react-json-view": "1.21.3",
1818
"react-scripts": "3.4.4"
1919
},
2020
"devDependencies": {
21-
"@types/react": "16.14.68",
22-
"@types/react-dom": "16.9.25",
21+
"@types/react": "19.2.7",
22+
"@types/react-dom": "19.2.3",
2323
"typescript": "5.9.3"
2424
},
2525
"scripts": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@fontsource/roboto": "^5.0.0",
1414
"@mui/icons-material": "^5.10.9",
1515
"@mui/material": "^5.10.12",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0"
16+
"react": "^19.0.0",
17+
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.0.25",
21-
"@types/react-dom": "^18.0.8",
20+
"@types/react": "^19.0.0",
21+
"@types/react-dom": "^19.0.0",
2222
"typescript": "^5.0.0",
2323
"vite": "^7.0.0",
2424
"@vitejs/plugin-react": "^4.0.0"

0 commit comments

Comments
 (0)