Update frontend dependencies

This commit is contained in:
MerlinScheurer 2025-08-10 11:00:22 +02:00
parent b618a7c282
commit 9606eb44c7
2 changed files with 497 additions and 436 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,26 +12,26 @@
},
"dependencies": {
"dompurify": "^3.2.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.3",
"zustand": "^5.0.6"
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.8.0",
"zustand": "^5.0.7"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react-swc": "^3.10.2",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@vitejs/plugin-react-swc": "^4.0.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"prettier": "3.6.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite": ">=7.0.0",
"vite-plugin-checker": "^0.9.3"
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.0",
"vite": ">=7.1.1",
"vite-plugin-checker": "^0.10.2"
}
}