chore: align vite 8 and plugin-react 6 stack

* chore: align vite 8 and plugin-react 6 stack

* fix: remove array index keys from intake rows

* chore: format shared schedule test fix
This commit is contained in:
Daniel Volz
2026-03-16 08:26:50 +01:00
committed by GitHub
parent 01b59e66ca
commit 0f9458b7cb
5 changed files with 891 additions and 1587 deletions
+4 -4
View File
@@ -46,11 +46,11 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.0.18",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.0",
"jsdom": "^28.1.0",
"typescript": "^5.5.4",
"vite": "^7.3.1",
"vitest": "^4.0.17"
"vite": "^8.0.0",
"vitest": "^4.1.0"
}
}