Update react to v19

This commit is contained in:
2025-05-08 00:28:16 +00:00
parent ee6991c240
commit a75a6df5b4

@ -13,13 +13,13 @@
"@fluentui/react-components": "^9.63.0",
"@fluentui/react-icons": "^2.0.298",
"filesize": "^10.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/react": "^18.3.21",
"@types/react-dom": "^18.3.7",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.31.1",
"@vitejs/plugin-react": "^4.4.1",