update dependencies + remove package-lock.json

This commit is contained in:
Sadallah
2026-02-17 15:46:34 +01:00
parent f66fcd3248
commit 671d15c4e4
2 changed files with 8 additions and 3534 deletions
-3526
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -23,14 +23,14 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"prettier": "^3.7.1",
"vite": "^6.3.5"
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"vite": "^7.3.1"
}
}