Dependencies upgrade

This commit is contained in:
Julien Valverdé
2025-09-17 02:20:56 +02:00
parent f6fb73b8db
commit c4affb227c
4 changed files with 69 additions and 63 deletions

View File

@@ -19,15 +19,15 @@
"react-dom": "^19.1.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"@eslint/js": "^9.35.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
"globals": "^16.4.0",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.5"
}
}