fix: lucide react and offline

This commit is contained in:
Julien Froidefond
2025-04-03 10:23:54 +02:00
parent 9b130f2056
commit fff45628ba
6 changed files with 25 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
@@ -25,7 +25,7 @@
"framer-motion": "12.4.10",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"lucide-react": "^0.476.0",
"lucide-react": "^0.487.0",
"mongoose": "8.1.0",
"next": "15.2.0",
"next-auth": "4.24.5",