• 
      

    Update storybook and switch to @rollup/plugin-babel.

    Review Request #15125 — Created June 16, 2026 and updated

    Information

    Ink
    master

    Reviewers

    This change bumps us up to the latest storybook version for Ink, and
    replaces @vitejs/plugin-react with @rollup/plugin-babel (we were
    only using the react plugin because we needed a build setup that could
    invoke babel).

    In addition to simplifying things significantly by jettisoning the react
    dependencies, this allows us to pull in the latest esbuild, fixing audit
    errors.

    Ran storybook and verified that things worked correctly.

    Summary ID
    Update storybook and switch to @rollup/plugin-babel.
    This change bumps us up to the latest storybook version for Ink, and replaces `@vitejs/plugin-react` with `@rollup/plugin-babel` (we were only using the react plugin because we needed a build setup that could invoke babel). In addition to simplifying things significantly by jettisoning the react dependencies, this allows us to pull in the latest esbuild, fixing audit errors. Testing Done: Ran storybook and verified that things worked correctly.
    qzosqkyuzvqvkqxwzrwqmqttnmwusrty
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.