Skip to content

Commit f837b19

Browse files
chore(deps): update dependency storybook to v10 (#2833)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [storybook](https://storybook.js.org) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/core)) | [`9.1.16` -> `10.0.3`](https://renovatebot.com/diffs/npm/storybook/9.1.16/10.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/10.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/9.1.16/10.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>storybookjs/storybook (storybook)</summary> ### [`v10.0.3`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1003) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.2...v10.0.3) - Core: Better handling for TypeScript satisfies/as syntaxes - [#&#8203;32891](https://redirect.github.com/storybookjs/storybook/pull/32891), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Fix wrong import to fix Yarn PnP support - [#&#8203;32928](https://redirect.github.com/storybookjs/storybook/pull/32928), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - [#&#8203;32909](https://redirect.github.com/storybookjs/storybook/pull/32909), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - React Native: Update withStorybook setup instructions - [#&#8203;32919](https://redirect.github.com/storybookjs/storybook/pull/32919), thanks [@&#8203;dannyhw](https://redirect.github.com/dannyhw)! ### [`v10.0.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1002) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.1...v10.0.2) - CLI: Fix glob string formatting in csf-factories codemod - [#&#8203;32880](https://redirect.github.com/storybookjs/storybook/pull/32880), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Improve file path resolution on Windows - [#&#8203;32893](https://redirect.github.com/storybookjs/storybook/pull/32893), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - [#&#8203;32881](https://redirect.github.com/storybookjs/storybook/pull/32881), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! ### [`v10.0.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1001) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.0...v10.0.1) - Presets: Fix incorrect imports - [#&#8203;32875](https://redirect.github.com/storybookjs/storybook/pull/32875), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Upgrade: Satellite compatible with 10.1 prerelease - [#&#8203;32877](https://redirect.github.com/storybookjs/storybook/pull/32877), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! ### [`v10.0.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1000) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.16...v10.0.0) Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows: - 🧩 Module automocking for easier testing - 🏭 Typesafe CSF factories Preview for React - 💫 UI editing and sharing optimizations - 🏷️ Tag filtering exclusion and configuration for sidebar management - 🔀 Next 16, Vitest 4, Svelte async components, and more! <details> <summary>List of all updates</summary> - A11Y: Bugfix missing `manager.js` entry-file - [#&#8203;32780](https://redirect.github.com/storybookjs/storybook/pull/32780), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - A11y: Persist tab/highlight across docs navigation - [#&#8203;32762](https://redirect.github.com/storybookjs/storybook/pull/32762), thanks [@&#8203;404Dealer](https://redirect.github.com/404Dealer)! - Addon A11y: Prevent setting highlights for old results - [#&#8203;32178](https://redirect.github.com/storybookjs/storybook/pull/32178), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Addon Docs: Fix Symbol conversion issue in docs page and controls panel - [#&#8203;32220](https://redirect.github.com/storybookjs/storybook/pull/32220), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Addon Vitest: Fix incorrect file modifications during setup - [#&#8203;32844](https://redirect.github.com/storybookjs/storybook/pull/32844), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Addon Vitest: Support modifying mergeConfig on addon setup - [#&#8203;32753](https://redirect.github.com/storybookjs/storybook/pull/32753), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Addon-docs: Add eject button to canvas toolbar - [#&#8203;29825](https://redirect.github.com/storybookjs/storybook/pull/29825), thanks [@&#8203;mihkeleidast](https://redirect.github.com/mihkeleidast)! - AddonA11Y: Fix postinstall - [#&#8203;32309](https://redirect.github.com/storybookjs/storybook/pull/32309), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - AddonViewport: Stricter types - [#&#8203;32324](https://redirect.github.com/storybookjs/storybook/pull/32324), thanks [@&#8203;hpohlmeyer](https://redirect.github.com/hpohlmeyer)! - Angular: Add fileURLToPath for preview annotation paths - [#&#8203;32812](https://redirect.github.com/storybookjs/storybook/pull/32812), thanks [@&#8203;brandonroberts](https://redirect.github.com/brandonroberts)! - Angular: Fix `entry.polyfills` undefined error - [#&#8203;32230](https://redirect.github.com/storybookjs/storybook/pull/32230), thanks [@&#8203;sk-pub](https://redirect.github.com/sk-pub)! - Angular: Inherit options from browserTarget - [#&#8203;32108](https://redirect.github.com/storybookjs/storybook/pull/32108), thanks [@&#8203;gingeekrishna](https://redirect.github.com/gingeekrishna)! - AutoMigration: Fix sb10 migration when main config contains `require` - [#&#8203;32558](https://redirect.github.com/storybookjs/storybook/pull/32558), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Build: Fix dts bundling external detection - [#&#8203;32366](https://redirect.github.com/storybookjs/storybook/pull/32366), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Cleanup: Remove duplicated entrypoints in core - [#&#8203;32507](https://redirect.github.com/storybookjs/storybook/pull/32507), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - CLI: Add addon-console automigration - [#&#8203;32083](https://redirect.github.com/storybookjs/storybook/pull/32083), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - CLI: Avoid mixed CSF in files with unconventional stories - [#&#8203;32716](https://redirect.github.com/storybookjs/storybook/pull/32716), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - CLI: Change message in downgrade-blocker - [#&#8203;32745](https://redirect.github.com/storybookjs/storybook/pull/32745), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - CLI: CSF factories codemod - support annotations in npx context - [#&#8203;32741](https://redirect.github.com/storybookjs/storybook/pull/32741), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - CLI: Fix CSF factories addon syncing in storybook add command - [#&#8203;32728](https://redirect.github.com/storybookjs/storybook/pull/32728), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - CLI: Fix throwing in readonly environments - [#&#8203;31785](https://redirect.github.com/storybookjs/storybook/pull/31785), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - CLI: Init not running `dev` when it should fixed - [#&#8203;32457](https://redirect.github.com/storybookjs/storybook/pull/32457), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - CLI: Make relative imports default in csf-factories codemod - [#&#8203;32610](https://redirect.github.com/storybookjs/storybook/pull/32610), thanks [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)! - CLI: Switch over to modern-tar - [#&#8203;32763](https://redirect.github.com/storybookjs/storybook/pull/32763), thanks [@&#8203;ayuhito](https://redirect.github.com/ayuhito)! - Codemod: Replace `globby` with `tinyglobby` - [#&#8203;31407](https://redirect.github.com/storybookjs/storybook/pull/31407), thanks [@&#8203;benmccann](https://redirect.github.com/benmccann)! - Controls: Allow primitive values of ReactNode argType - [#&#8203;31931](https://redirect.github.com/storybookjs/storybook/pull/31931), thanks [@&#8203;alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov)! - Controls: Fix adding new values to arrays - [#&#8203;32512](https://redirect.github.com/storybookjs/storybook/pull/32512), thanks [@&#8203;takashi-kasajima](https://redirect.github.com/takashi-kasajima)! - Core: Add "open in editor" feature - [#&#8203;32452](https://redirect.github.com/storybookjs/storybook/pull/32452), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Add parameter typings for addon-pseudo-state - [#&#8203;32384](https://redirect.github.com/storybookjs/storybook/pull/32384), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Core: Dedupe aria-query and [@&#8203;testing-library/dom](https://redirect.github.com/testing-library/dom) packages - [#&#8203;32801](https://redirect.github.com/storybookjs/storybook/pull/32801), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Core: Enhance warning for Testing Library's `screen` usage in docs mode - [#&#8203;32851](https://redirect.github.com/storybookjs/storybook/pull/32851), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Ensure valid QR code URL - [#&#8203;32661](https://redirect.github.com/storybookjs/storybook/pull/32661), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix `external-globals-plugin` handle `undefined` cache dir - [#&#8203;32579](https://redirect.github.com/storybookjs/storybook/pull/32579), thanks [@&#8203;walkerburgin](https://redirect.github.com/walkerburgin)! - Core: Fix Node 24 deprecation warning - [#&#8203;32382](https://redirect.github.com/storybookjs/storybook/pull/32382), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Core: Fix staticCopy not copying `index.html` to sub directory - [#&#8203;32259](https://redirect.github.com/storybookjs/storybook/pull/32259), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Core: Fix stepping back through story interactions panel - [#&#8203;32793](https://redirect.github.com/storybookjs/storybook/pull/32793), thanks [@&#8203;ia319](https://redirect.github.com/ia319)! - Core: Improve addon detection in automigrations on windows - [#&#8203;31937](https://redirect.github.com/storybookjs/storybook/pull/31937), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Core: Improve es-toolkit usage for better tree-shaking - [#&#8203;32787](https://redirect.github.com/storybookjs/storybook/pull/32787), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Core: Join framework preset path with slash - [#&#8203;32838](https://redirect.github.com/storybookjs/storybook/pull/32838), thanks [@&#8203;brandonroberts](https://redirect.github.com/brandonroberts)! - Core: Make `subtype` an optional property on an index input - [#&#8203;32602](https://redirect.github.com/storybookjs/storybook/pull/32602), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Core: Mark pnp support as deprecated - [#&#8203;32645](https://redirect.github.com/storybookjs/storybook/pull/32645), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Core: Prevent `BAIL` state from showing in interactions panel when switching stories - [#&#8203;32172](https://redirect.github.com/storybookjs/storybook/pull/32172), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Prevent navigating to hidden (filtered) item - [#&#8203;32715](https://redirect.github.com/storybookjs/storybook/pull/32715), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Remove CJS bundles, only ship ESM - [#&#8203;31819](https://redirect.github.com/storybookjs/storybook/pull/31819), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Core: Replace es-toolkit compat imports with non-compat - [#&#8203;32837](https://redirect.github.com/storybookjs/storybook/pull/32837), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Core: Switch from `mlly` to `exsolve` - [#&#8203;32383](https://redirect.github.com/storybookjs/storybook/pull/32383), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Core: Update tags filter UI - [#&#8203;32343](https://redirect.github.com/storybookjs/storybook/pull/32343), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Use `exsolve` `resolveModulePath` for `safeResolveModule` - [#&#8203;32477](https://redirect.github.com/storybookjs/storybook/pull/32477), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Core: Various QA fixes - [#&#8203;32629](https://redirect.github.com/storybookjs/storybook/pull/32629), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - CoreServer: Fix `Arc can't get every window` - [#&#8203;32508](https://redirect.github.com/storybookjs/storybook/pull/32508), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - CSF: Add Storybook test syntax (Storybook v10) - [#&#8203;32455](https://redirect.github.com/storybookjs/storybook/pull/32455), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - CSF: Enhance config-to-csf-factory to support type wrappers - [#&#8203;32543](https://redirect.github.com/storybookjs/storybook/pull/32543), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Dev: Improve the browser opening experience - [#&#8203;32488](https://redirect.github.com/storybookjs/storybook/pull/32488), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Dts: Ensure `.tsx` files emit `.d.ts` type files - [#&#8203;32461](https://redirect.github.com/storybookjs/storybook/pull/32461), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Fix: Allow proceeding without selecting automigrations in upgrade command - [#&#8203;32597](https://redirect.github.com/storybookjs/storybook/pull/32597), thanks [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)! - Fix: ESLint plugin homepage URL updates - [#&#8203;32445](https://redirect.github.com/storybookjs/storybook/pull/32445), thanks [@&#8203;VivekKavala](https://redirect.github.com/VivekKavala)! - Fix: Incorrect URLS for the upgrade command - [#&#8203;32624](https://redirect.github.com/storybookjs/storybook/pull/32624), thanks [@&#8203;jonniebigodes](https://redirect.github.com/jonniebigodes)! - Maintenance: Fix bundle size bloat caused by `SyntaxHighlighter` (`createElement`) - [#&#8203;32800](https://redirect.github.com/storybookjs/storybook/pull/32800), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Maintenance: Hotfix for missing nextjs dts files, thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Maintenance: Remove globalization for dropped entrypoints - [#&#8203;32491](https://redirect.github.com/storybookjs/storybook/pull/32491), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Mock: Catch errors when transforming preview files - [#&#8203;32216](https://redirect.github.com/storybookjs/storybook/pull/32216), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Modernize: Replace `fs-extra` with native APIs - [#&#8203;32296](https://redirect.github.com/storybookjs/storybook/pull/32296), thanks [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw)! - Move: Addon jest into it's own repository - [#&#8203;32646](https://redirect.github.com/storybookjs/storybook/pull/32646), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Next.js-vite: Use `fileURLToPath` for module resolution in preset - [#&#8203;32386](https://redirect.github.com/storybookjs/storybook/pull/32386), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Next.js: Avoid multiple webpack versions at runtime - [#&#8203;32313](https://redirect.github.com/storybookjs/storybook/pull/32313), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Next.js: Remove next/config usage in Next.js >=v16 projects - [#&#8203;32547](https://redirect.github.com/storybookjs/storybook/pull/32547), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Next.js: Return mocked router instead of actual router in useRouter - [#&#8203;32131](https://redirect.github.com/storybookjs/storybook/pull/32131), thanks [@&#8203;JulioJ11](https://redirect.github.com/JulioJ11)! - Nextjs: Fix config access for Vite - [#&#8203;32759](https://redirect.github.com/storybookjs/storybook/pull/32759), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Nextjs: Fix Nextjs version detection with prereleases - [#&#8203;32724](https://redirect.github.com/storybookjs/storybook/pull/32724), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Onboarding: Prevent confetti overlay from intercepting pointer events - [#&#8203;32660](https://redirect.github.com/storybookjs/storybook/pull/32660), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Onboarding: Tweak referral wording in survey - [#&#8203;32185](https://redirect.github.com/storybookjs/storybook/pull/32185), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! - PreactVite: Add `node` entry point - [#&#8203;32534](https://redirect.github.com/storybookjs/storybook/pull/32534), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Presets: Support extensionless imports in TS-based presets - [#&#8203;32641](https://redirect.github.com/storybookjs/storybook/pull/32641), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - React Native: Fix document reference error in open-in-editor - [#&#8203;32572](https://redirect.github.com/storybookjs/storybook/pull/32572), thanks [@&#8203;dannyhw](https://redirect.github.com/dannyhw)! - React: Simplify version detection - [#&#8203;32802](https://redirect.github.com/storybookjs/storybook/pull/32802), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Replace: Use `empathic` over `find-up` - [#&#8203;31338](https://redirect.github.com/storybookjs/storybook/pull/31338), thanks [@&#8203;beeequeue](https://redirect.github.com/beeequeue)! - Svelte: Improve support for async components - [#&#8203;31476](https://redirect.github.com/storybookjs/storybook/pull/31476), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Svelte: Simplify public types - use modern `Component` - [#&#8203;31394](https://redirect.github.com/storybookjs/storybook/pull/31394), thanks [@&#8203;xeho91](https://redirect.github.com/xeho91)! - SvelteKit: Add support for mocking `$app/state` - [#&#8203;31369](https://redirect.github.com/storybookjs/storybook/pull/31369), thanks [@&#8203;xeho91](https://redirect.github.com/xeho91)! - SvelteKit: Fix `set_context_after_init` error when experimental async is enabled - [#&#8203;32513](https://redirect.github.com/storybookjs/storybook/pull/32513), thanks [@&#8203;Jakeii](https://redirect.github.com/Jakeii)! - Tags: Remove undocumented x-only tags - [#&#8203;32360](https://redirect.github.com/storybookjs/storybook/pull/32360), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! - Telemetry: Improve dev cancellation handling - [#&#8203;32218](https://redirect.github.com/storybookjs/storybook/pull/32218), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! - Telemetry: Send index stats on dev exit - [#&#8203;32168](https://redirect.github.com/storybookjs/storybook/pull/32168), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! - UI: Allow showing or hiding the addon panel - [#&#8203;32348](https://redirect.github.com/storybookjs/storybook/pull/32348), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Improve sidebar empty state - [#&#8203;32548](https://redirect.github.com/storybookjs/storybook/pull/32548), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - UI: Improve syntax-highlighter bundling - [#&#8203;32776](https://redirect.github.com/storybookjs/storybook/pull/32776), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Update: Satellite repos after major version bump - [#&#8203;32303](https://redirect.github.com/storybookjs/storybook/pull/32303), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Upgrade: Enhance ESM compatibility checks and banner generation - [#&#8203;32694](https://redirect.github.com/storybookjs/storybook/pull/32694), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Upgrade: Packages `open` - [#&#8203;32484](https://redirect.github.com/storybookjs/storybook/pull/32484), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Upgrades: Packages `boxen` `commander` `giget` - [#&#8203;32469](https://redirect.github.com/storybookjs/storybook/pull/32469), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Vite: Optimize @&#8203;storybook/addon-docs/blocks dependency - [#&#8203;32798](https://redirect.github.com/storybookjs/storybook/pull/32798), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cccdaf3 commit f837b19

File tree

2 files changed

+44
-52
lines changed

2 files changed

+44
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"prettier": "3.6.2",
140140
"prettier-plugin-organize-imports": "4.3.0",
141141
"prisma": "6.15.0",
142-
"storybook": "9.1.16",
142+
"storybook": "10.0.3",
143143
"storybook-vue-addon": "0.6.3",
144144
"tailwindcss": "3.4.18",
145145
"typescript": "5.9.3",

0 commit comments

Comments
 (0)