-
Notifications
You must be signed in to change notification settings - Fork 118
draft:update tailwindcss, daisyui and storybook to latest stable version #477
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
Open
ankkho
wants to merge
12
commits into
daisyui:main
Choose a base branch
from
ankkho:upgrade
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…kages, update all to latest stable versions
…ions - Migrate .storybook/main.ts to new default export format for Storybook 8+ - Remove deprecated @storybook/addon-styling package - Update all Storybook packages to latest compatible versions (8.6.14) - Fix @vitejs/plugin-react version to 4.6.0 (latest stable) - Ensure npm run start works correctly
- Remove redundant 'default' condition from exports field - Update tailwindcss peerDependency to use range '>=3.2.7' for better compatibility - Keep Storybook at v8.6.14 (latest stable with all addons compatible) - Ensure npm run start works without warnings
- Move 'types' condition to first position in exports field - Remove redundant 'types' field (already in exports) - Follow Node.js package exports best practices - Eliminate 'conditions will never be used' warning
…8.6.14 - Revert all Storybook packages to v8.6.14 (latest stable with full compatibility) - Add missing @storybook/manager-api and @storybook/theming packages - Fix preview.tsx import to use @storybook/react-vite for v8 compatibility - Add @storybook/addon-essentials back to main.ts configuration - Ensure all components display correctly in Storybook - Resolve 500 Internal Server Error and missing component issues
👷 Deploy Preview for react-daisyui processing.
|
1 similar comment
👷 Deploy Preview for react-daisyui processing.
|
✅ Deploy Preview for react-daisyui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Note: I've used cursor for these task