feat: Update storybook to 6.5.12 - #2506
Conversation
1. Add `react-transition-group` because `primereact` depend on it. We only use Calendar in `primereact` to develop `DatetimePicker`, I think we can remove `primereact` later, it's a too big package. 2. Add `webpack` devDependencies because `storybook` need explicitly specify `webpack`.
|
@yanguoyu Does this pr affect functionality or user experience? If necessary, pls list specific functional impact points. |
Only the data picker component may be affected when sending |
got it. |
|
@yanguoyu The style of the button here is not affected by this change? |
Of course, it was caused by |

react-transition-groupbecauseprimereactdepend on it. We only useCalendarinprimereactto developDatetimePicker, I think we can removeprimereactlater, it's a too-big package. We don't need addreact-transition-groupbefore because@storybook/addon-knobsdepend on it, and now we remove@storybook/addon-knobs.webpackdevDependencies becausestorybookneed explicitly specifywebpack.