deploy linting and first unit test maybe
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 9s

This commit is contained in:
2025-11-11 20:53:16 -08:00
parent 970907fe5b
commit 164c077682
2 changed files with 701 additions and 2377 deletions

3038
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,31 +11,31 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@google/genai": "^1.28.0",
"@supabase/supabase-js": "^2.78.0",
"@google/genai": "^1.29.0",
"@supabase/supabase-js": "^2.81.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.5",
"recharts": "^3.3.0",
"supabase": "^2.54.11"
"recharts": "^3.4.1",
"supabase": "^2.58.5"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.4.8",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^2.0.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"@testing-library/react": "^16.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "^4.0.8",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"jsdom": "^27.1.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.10",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^2.0.4"
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.3",
"vite": "^7.2.2",
"vitest": "^4.0.8"
}
}