feat: explicitly install idb + use react-router instead of react-router-dom

This commit is contained in:
2025-05-29 17:03:44 +02:00
parent 6be3aa07a1
commit 83c26bb94a
7 changed files with 18 additions and 10 deletions

View File

@ -13,6 +13,7 @@
"@emotion/react": "^11.14.0",
"@tailwindcss/vite": "^4.1.7",
"axios": "^1.9.0",
"idb": "^8.0.3",
"lucide-react": "^0.511.0",
"next-themes": "^0.4.6",
"react": "^19.1.0",
@ -20,7 +21,7 @@
"react-hook-form": "^7.56.4",
"react-icons": "^5.5.0",
"react-jwt": "^1.3.0",
"react-router": "^7.6.0",
"react-router": "^7.6.1",
"tailwindcss": "^4.1.7",
"zustand": "^5.0.5"
},