fix(stats): strip Season N suffix from AniList title searches (#121)

This commit is contained in:
2026-06-12 01:07:11 -07:00
committed by GitHub
parent 0a384a22c9
commit 94a65416ae
7 changed files with 218 additions and 6 deletions
+2 -1
View File
@@ -15,11 +15,12 @@
"recharts": "^2.15.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.4.0",
"happy-dom": "^20.10.2",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"typescript": "^5.9.0",
"vite": "^6.3.0"
}