Skip to content

chore(deps): upgrade dependencies & apply code formatting - #35

Merged
AlphsX merged 1 commit into
mainfrom
Develop
Aug 20, 2026
Merged

chore(deps): upgrade dependencies & apply code formatting#35
AlphsX merged 1 commit into
mainfrom
Develop

Conversation

@AlphsX

@AlphsX AlphsX commented Aug 20, 2026

Copy link
Copy Markdown
Owner

No description provided.

@AlphsX
AlphsX requested a lite review from Copilot August 20, 2026 07:15
@AlphsX AlphsX self-assigned this Aug 20, 2026
@AlphsX AlphsX added the enhancement New feature or request label Aug 20, 2026
@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
accio-labs Error Error Aug 20, 2026 7:15am

@AlphsX
AlphsX merged commit c2692fe into main Aug 20, 2026
3 of 5 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json and updated frontend/bun.lock accordingly.
  • 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 thread frontend/package.json
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants