-
-
Notifications
You must be signed in to change notification settings - Fork 191
chore(deps): upgrade to base-ui v1 #447
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
Conversation
…onents/react to @base-ui/react Co-authored-by: Jean <jean@analoginterface.io>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No issues found across 6 files
apps/web/package.json
Outdated
| "@ai-sdk/react": "^2.0.118", | ||
| "@ariakit/react": "^0.4.20", | ||
| "@base-ui-components/react": "^1.0.0-rc.0", | ||
| "@base-ui/react": "^1.0.0-rc.0", |
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.
upgrade to "^1.0.0"
|
@tembo upgrade base-ui to "^1.0.0" |
upgraded @base-ui/react to ^1.0.0 and updated the lockfile |
Description
Updated package imports from
@base-ui-components/reactto@base-ui/reactacross multiple files in the web application.Changes Made
package.jsonto use@base-ui/reactinstead of@base-ui-components/reactautocomplete.tsxbutton.tsxinput.tsxpopover.tsxType of Change
Related Areas
Testing
Checklist
Summary by cubic
Migrated Base UI imports from @base-ui-components/react to @base-ui/react across the app. Aligns with the package rename and avoids deprecated imports. No behavior changes.
Refactors
Dependencies
Written for commit 4d041d4. Summary will update on new commits.