Skip to content

Commit

Permalink
fix: downgrade react version to resolve use-sync-external-store issue (
Browse files Browse the repository at this point in the history
…#66)

- Downgraded React version to address compatibility issues with the use-sync-external-store package.
- Ensured all dependencies remain functional after the downgrade.
  • Loading branch information
Fingertips18 authored Dec 22, 2024
1 parent b9f3826 commit 872ce33
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
57 changes: 35 additions & 22 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"framer-motion": "^11.15.0",
"lucide-react": "^0.469.0",
"mern-auth-backend": "file:..",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.2",
"sonner": "^1.7.1",
"zustand": "^5.0.2"
Expand Down

0 comments on commit 872ce33

Please sign in to comment.