update dependencies and remove test credentials from Login component

This commit is contained in:
Alireza Vaezi
2025-07-23 11:46:12 -04:00
parent 4919efb845
commit 511ed848a3
5 changed files with 14 additions and 7 deletions

2
.gitignore vendored
View File

@@ -23,3 +23,5 @@ dist-ssr
*.sln
*.sw?
.env
web scrape
augment unfinished chat.md

10
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "pecan_experiments",
"version": "0.0.0",
"dependencies": {
"@heroicons/react": "^2.2.0",
"@supabase/supabase-js": "^2.52.0",
"@tailwindcss/vite": "^4.1.11",
"react": "^19.1.0",
@@ -893,6 +894,15 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@heroicons/react": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz",
"integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==",
"license": "MIT",
"peerDependencies": {
"react": ">= 16 || ^19.0.0-rc"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",

View File

@@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@supabase/supabase-js": "^2.52.0",
"@tailwindcss/vite": "^4.1.11",
"react": "^19.1.0",

View File

@@ -97,12 +97,6 @@ export function Login({ onLoginSuccess }: LoginProps) {
{loading ? 'Signing in...' : 'Sign in'}
</button>
</div>
<div className="text-center">
<p className="text-sm text-gray-600">
Test credentials: s.alireza.v@gmail.com / 2517392
</p>
</div>
</form>
</div>
</div>

View File

@@ -1 +1 @@
v2.31.4
v2.31.8