⬆️(frontend) update vite-related dependencies

Bring packages to the latest compatible versions.
This commit is contained in:
lebaudantoine
2026-02-23 10:50:44 +01:00
committed by aleb_the_flash
parent db3d3d61ef
commit 1b09683938
2 changed files with 634 additions and 144 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,7 +53,7 @@
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.35.1",
"@typescript-eslint/parser": "8.35.1",
"@vitejs/plugin-react": "4.6.0",
"@vitejs/plugin-react": "5.1.4",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-jsx-a11y": "6.10.2",
@@ -62,7 +62,7 @@
"postcss": "8.5.6",
"prettier": "3.8.1",
"typescript": "5.8.3",
"vite": "7.0.8",
"vite-tsconfig-paths": "5.1.4"
"vite": "7.3.1",
"vite-tsconfig-paths": "6.1.1"
}
}