feat: Update dependencies and import maps
Upgrades React to v19.2.4 and adjusts ESM import maps to ensure correct versioning and loading. Also, removes redundant API key check in geminiService.ts as it's handled at build time.
This commit is contained in:
+1
-1
@@ -9,9 +9,9 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"@google/genai": "^1.38.0",
|
||||
"react": "^19.2.4",
|
||||
"lucide-react": "^0.563.0",
|
||||
"recharts": "^3.7.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user