Update frontend dependencies

This commit is contained in:
MerlinScheurer
2025-04-05 13:36:26 +02:00
parent b7a29897dd
commit 2b71dbca9a
2 changed files with 188 additions and 341 deletions

View File

@@ -11,27 +11,27 @@
"preview": "vite preview"
},
"dependencies": {
"dompurify": "^3.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5",
"dompurify": "^3.2.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.5.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"@vitejs/plugin-react-swc": "^3.8.1",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"prettier": "3.5.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0",
"vite": ">=6.2.4",
"vite-plugin-checker": "^0.8.0"
"globals": "^16.0.0",
"prettier": "3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0",
"vite": ">=6.2.5",
"vite-plugin-checker": "^0.9.1"
}
}