UPDATE: Update to React 19.0.0

Diverse fixes
This commit is contained in:
Nicolás Hatcher
2025-02-02 22:48:12 +01:00
committed by Nicolás Hatcher Andrés
parent 8a54f45d75
commit d866e283e9
15 changed files with 698 additions and 697 deletions

View File

@@ -14,16 +14,15 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ironcalc/workbook": "file:../../IronCalc/",
"@mui/material": "^6.3.1",
"lucide": "^0.469.0",
"lucide-react": "^0.469.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"@mui/material": "^6.4",
"lucide-react": "^0.473.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@biomejs/biome": "1.9.4",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"vite": "^6.0.5",