Private
Public Access
1
0

chg: pkg: upgrade all front-end packages to the latest available version - and fix all eslint warnings & errors #7

This commit is contained in:
2026-04-19 21:04:15 +02:00
parent 9256db7f8c
commit db37ab45b2
4 changed files with 92 additions and 80 deletions

View File

@@ -31,13 +31,13 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@stylistic/eslint-plugin": "^4.4.1",
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint": "10.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^15.15.0",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "17.5.0",
"sass": "^1.99.0",
"vite": "^8.0.8",
"vite-plugin-symfony": "^8.2.4"