Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the frontend鈥檚 dependency set (Next.js/React ecosystem, linting/tooling) and applies small formatting cleanups to keep the codebase consistent.
Changes:
- Bumped several runtime and dev dependencies in
frontend/package.jsonand updatedfrontend/bun.lockaccordingly. - Applied formatting adjustments in UI component types and
next.config.ts.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| frontend/src/components/ui/button.tsx | Reformatted the variant union type in ButtonProps. |
| frontend/package.json | Upgraded core dependencies (Next.js/React) and various dev tooling packages. |
| frontend/next.config.ts | Compressed the placeholder Next config object into a single line. |
| frontend/bun.lock | Refreshed Bun lockfile to reflect updated dependency graph/versions. |
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
4
to
+5
| variant?: | ||
| | 'default' | ||
| | 'destructive' | ||
| | 'outline' | ||
| | 'secondary' | ||
| | 'ghost' | ||
| | 'link'; | ||
| 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link'; |
Comment on lines
+24
to
+28
| "framer-motion": "^12.43.0", | ||
| "lucide-react": "^1.33.0", | ||
| "next": "^16.3.1", | ||
| "react": "^19.2.8", | ||
| "react-dom": "^19.2.8", |
AlphsX
added a commit
that referenced
this pull request
Aug 20, 2026
fix(build): drop bun runtime, upgrade deps & optimize mobile transitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.