mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-11 21:57:57 +00:00
chore(frontend): upgrade react to 19 (#10202)
* Initial plan * Upgrade React from 18.3.1 to 19.1.1 with TypeScript fixes Co-authored-by: matmair <66015116+matmair@users.noreply.github.com> * Update Vite React plugin to 5.0.1 for better React 19 support Co-authored-by: matmair <66015116+matmair@users.noreply.github.com> * Fix biome style issue in PluginUIFeature.tsx Co-authored-by: matmair <66015116+matmair@users.noreply.github.com> * remove biome --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -90,11 +90,11 @@
|
||||
"mantine-contextmenu": "^7.15.3",
|
||||
"mantine-datatable": "^7.17.1",
|
||||
"qrcode": "^1.5.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-grid-layout": "1.4.4",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-is": "^18.3.1",
|
||||
"react-is": "^19.1.1",
|
||||
"react-router-dom": "^6.26.2",
|
||||
"react-select": "^5.9.0",
|
||||
"react-simplemde-editor": "^5.2.0",
|
||||
@@ -115,13 +115,13 @@
|
||||
"@playwright/test": "^1.52.0",
|
||||
"@types/node": "^22.13.14",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/react": "^18.3.8",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react": "^19.1.10",
|
||||
"@types/react-dom": "^19.1.7",
|
||||
"@types/react-grid-layout": "^1.3.5",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-window": "^1.8.8",
|
||||
"@vanilla-extract/vite-plugin": "^5.0.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"@vitejs/plugin-react": "^5.0.1",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"nyc": "^17.1.0",
|
||||
"path": "^0.12.7",
|
||||
|
||||
Reference in New Issue
Block a user