Update react to v19

This commit is contained in:
2025-05-13 00:21:25 +00:00
parent 8f2337c325
commit c15845bb14

@ -13,13 +13,13 @@
"@fluentui/react-components": "^9.63.0",
"@fluentui/react-icons": "^2.0.300",
"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.4",
"@types/react-dom": "^19.1.4",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"@vitejs/plugin-react": "^4.4.1",