chore: remove unused dependencies and explicit phantom deps

This commit is contained in:
Matthieu MALVACHE
2026-02-22 23:00:35 +01:00
committed by Matthieu MALVACHE
parent 15c14b1833
commit a0bb200da4
2 changed files with 6 additions and 1592 deletions
+4 -1588
View File
File diff suppressed because it is too large Load Diff
+2 -4
View File
@@ -32,11 +32,9 @@
}, },
"dependencies": { "dependencies": {
"@tanstack/react-virtual": "^3.13.18", "@tanstack/react-virtual": "^3.13.18",
"@types/dompurify": "^3.0.5",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"dompurify": "^3.3.1", "dompurify": "^3.3.1",
"jmap-jam": "^0.13.1",
"lucide-react": "^0.575.0", "lucide-react": "^0.575.0",
"next": "^16.1.5", "next": "^16.1.5",
"next-intl": "^4.5.8", "next-intl": "^4.5.8",
@@ -47,6 +45,7 @@
"zustand": "^5.0.9" "zustand": "^5.0.9"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.39.3",
"@playwright/test": "^1.58.2", "@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1", "@testing-library/dom": "^10.4.1",
@@ -60,12 +59,11 @@
"@vitejs/plugin-react": "^5.1.2", "@vitejs/plugin-react": "^5.1.2",
"@vitest/ui": "^4.0.16", "@vitest/ui": "^4.0.16",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"eslint-config-next": "^16.1.5",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.0.0", "globals": "^17.0.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jsdom": "^28.1.0", "jsdom": "^28.1.0",
"lint-staged": "^16.2.7",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vitest": "^4.0.16" "vitest": "^4.0.16"