-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update all dependencies to latest versions #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,25 +11,25 @@ | |
| "@fsf/shared": "*", | ||
| "d3": "^7.9.0", | ||
| "leaflet": "^1.9.4", | ||
| "lucide-react": "^0.575.0", | ||
| "portos-ai-toolkit": "^0.1.0", | ||
| "lucide-react": "^0.577.0", | ||
| "portos-ai-toolkit": "^0.8.0", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
| "react-hot-toast": "^2.6.0", | ||
| "react-leaflet": "^4.2.1", | ||
| "react-router-dom": "^7.1.1", | ||
| "react-router-dom": "^7.13.1", | ||
|
Comment on lines
18
to
+20
|
||
| "socket.io-client": "^4.8.3", | ||
| "zustand": "^5.0.2" | ||
| "zustand": "^5.0.11" | ||
| }, | ||
| "devDependencies": { | ||
| "@testing-library/react": "^16.3.2", | ||
| "@tailwindcss/vite": "^4.2.1", | ||
| "@types/d3": "^7.4.3", | ||
| "@types/leaflet": "^1.9.21", | ||
| "@types/react": "^18.3.18", | ||
| "@types/react-dom": "^18.3.5", | ||
| "@types/react": "^18.3.28", | ||
| "@types/react-dom": "^18.3.7", | ||
| "@vitejs/plugin-react": "^5.1.4", | ||
| "autoprefixer": "^10.4.20", | ||
| "postcss": "^8.4.49", | ||
| "tailwindcss": "^3.4.17", | ||
| "tailwindcss": "^4.2.1", | ||
| "typescript": "^5.7.2", | ||
| "vite": "^7.3.1" | ||
| } | ||
|
|
||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
portos-ai-toolkitis upgraded here alongside React 19, but the toolkit’s published peer range in the lockfile is still React 18. Given the client importsportos-ai-toolkit/client, this is likely to result in multiple React versions in the dependency tree and runtime hook errors. Please ensure the toolkit version used has React 19-compatible peer ranges before merging.