fix image asset refs

This commit is contained in:
Ra
2025-08-25 15:16:13 -07:00
parent cf670c84b3
commit ea3cfbcc54
4 changed files with 51 additions and 29 deletions

View File

@@ -16,7 +16,7 @@
"emulators": "firebase emulators:start"
},
"dependencies": {
"@google/genai": "^1.14.0",
"@google/genai": "^1.15.0",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/vite": "^4.1.12",
"cors": "^2.8.5",
@@ -25,27 +25,27 @@
"firebase-admin": "^13.4.0",
"firebase-functions": "^6.4.0",
"lucide-react": "^0.539.0",
"openai": "^5.12.2",
"openai": "^5.15.0",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.8.0",
"react-router-dom": "^7.8.2",
"recharts": "^3.1.2",
"tailwindcss": "^4.1.12",
"zod": "^4.0.17"
"zod": "^4.1.1"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/dotenv": "^8.2.3",
"@types/express": "^4.17.23",
"@types/node": "^22.17.1",
"@types/react": "^19.1.10",
"@types/node": "^22.18.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"concurrently": "^9.2.0",
"@vitejs/plugin-react": "^5.0.1",
"concurrently": "^9.2.1",
"dotenv": "^17.2.1",
"tsx": "^4.20.4",
"tsx": "^4.20.5",
"typescript": "~5.8.3",
"vite": "^7.1.2"
"vite": "^7.1.3"
}
}