chore(deps): Update dependencies (#42)

This commit is contained in:
Rene Leonhardt
2025-04-16 08:45:53 +02:00
committed by GitHub
parent 6260d4f168
commit 42590a7371
8 changed files with 128 additions and 108 deletions

Binary file not shown.

View File

@@ -10,19 +10,19 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"@eslint/js": "^9.24.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.0",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"react-router-dom": "^7.4.0",
"vite": "^6.2.0"
"react-router-dom": "^7.5.0",
"vite": "^6.2.6"
}
}