Skip to content

Commit 516a33a

Browse files
chore(deps): update all non-major dependencies (minor) (#8366)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [chromatic](https://www.chromatic.com) ([source](https://redirect.github.com/chromaui/chromatic-cli)) | [`15.2.0` → `15.3.0`](https://renovatebot.com/diffs/npm/chromatic/15.2.0/15.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/15.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/15.2.0/15.3.0?slim=true) | | [eslint-plugin-storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/eslint-plugin#readme) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin)) | [`10.2.19` → `10.3.1`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.2.19/10.3.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/10.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/10.2.19/10.3.1?slim=true) | | [yarn](https://redirect.github.com/yarnpkg/berry) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.12.0` → `4.13.0`](https://renovatebot.com/diffs/npm/yarn/4.12.0/4.13.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.13.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.12.0/4.13.0?slim=true) | --- ### Release Notes <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v15.3.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1530-Mon-Mar-16-2026) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v15.2.0...v15.3.0) ##### 🚀 Enhancement - Integrate manifest generation script [#&#8203;1244](https://redirect.github.com/chromaui/chromatic-cli/pull/1244) ([@&#8203;codykaup](https://redirect.github.com/codykaup)) ##### Authors: 1 - Cody Kaup ([@&#8203;codykaup](https://redirect.github.com/codykaup)) *** </details> <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v10.3.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1031) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.3.0...v10.3.1) - CLI: Use npm info to fetch versions in repro command - [#&#8203;34214](https://redirect.github.com/storybookjs/storybook/pull/34214), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Prevent story-local viewport from persisting in URL - [#&#8203;34153](https://redirect.github.com/storybookjs/storybook/pull/34153), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! ### [`v10.3.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1030) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.2.19...v10.3.0) *> Improved developer experience, AI-assisting tools, and broader ecosystem support* Storybook 10.3 contains hundreds of fixes and improvements including: - 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React) - ⚡ Vite 8 support - ▲ Next.js 16.2 support - 📝 ESLint 10 support - 🧪 React: Experimental `react-component-meta` prop extraction tool for accurate controls and args tables - 〰️ Addon Pseudo-States: Tailwind v4 support - 🔧 Addon-Vitest: Simplified configuration - no more setup files required - ♿ Numerous accessibility improvements across the UI <details> <summary>List of all updates</summary> - A11y: Add ScrollArea prop focusable for when it has static children - [#&#8203;33876](https://redirect.github.com/storybookjs/storybook/pull/33876), thanks @&#8203;Sidnioulz! - A11y: Ensure popover dialogs have an ARIA label - [#&#8203;33500](https://redirect.github.com/storybookjs/storybook/pull/33500), thanks @&#8203;gayanMatch! - A11y: Make resize handles for addon panel and sidebar accessible [#&#8203;33980](https://redirect.github.com/storybookjs/storybook/pull/33980) - A11y: Underline MDX links for WCAG SC 1.4.1 compliance - [#&#8203;33139](https://redirect.github.com/storybookjs/storybook/pull/33139), thanks @&#8203;NikhilChowdhury27! - Actions: Add expandLevel parameter to configure tree depth - [#&#8203;33977](https://redirect.github.com/storybookjs/storybook/pull/33977), thanks @&#8203;mixelburg! - Actions: Fix HandlerFunction type to support async callback props - [#&#8203;33864](https://redirect.github.com/storybookjs/storybook/pull/33864), thanks @&#8203;mixelburg! - Addon-Docs: Add React as optimizeDeps entry - [#&#8203;34176](https://redirect.github.com/storybookjs/storybook/pull/34176), thanks @&#8203;valentinpalkovic! - Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - [#&#8203;33627](https://redirect.github.com/storybookjs/storybook/pull/33627), thanks @&#8203;quisido! - Addon-docs: Restore `docs.components` overrides for doc blocks [#&#8203;34111](https://redirect.github.com/storybookjs/storybook/pull/34111) - Addon-Vitest: Add channel API to programmatically trigger test runs - [#&#8203;33206](https://redirect.github.com/storybookjs/storybook/pull/33206), thanks @&#8203;JReinhold! - Addon-Vitest: Handle additional vitest config export patterns in postinstall - [#&#8203;34106](https://redirect.github.com/storybookjs/storybook/pull/34106), thanks @&#8203;copilot-swe-agent! - Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux [#&#8203;34121](https://redirect.github.com/storybookjs/storybook/pull/34121) - Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - [#&#8203;34025](https://redirect.github.com/storybookjs/storybook/pull/34025), thanks @&#8203;valentinpalkovic! - Addon-Vitest: Support Vitest canaries - [#&#8203;33833](https://redirect.github.com/storybookjs/storybook/pull/33833), thanks @&#8203;valentinpalkovic! - Angular: Add moduleResolution: bundler to tsconfig - [#&#8203;34085](https://redirect.github.com/storybookjs/storybook/pull/34085), thanks @&#8203;valentinpalkovic! - Angular: only load webpack dependencies on demand - [#&#8203;34043](https://redirect.github.com/storybookjs/storybook/pull/34043), thanks @&#8203;sod! - Angular: Storybook fails with unknown option silent - [#&#8203;33736](https://redirect.github.com/storybookjs/storybook/pull/33736), thanks @&#8203;tanujbhaud! - Build: Update @&#8203;types/node - [#&#8203;34037](https://redirect.github.com/storybookjs/storybook/pull/34037), thanks @&#8203;valentinpalkovic! - Builder-Vite: Centralize Vite plugins for builder-vite and addon-vitest - [#&#8203;33819](https://redirect.github.com/storybookjs/storybook/pull/33819), thanks @&#8203;valentinpalkovic! - Builder-Vite: Fix cold-cache vitest failures for story paths containing glob special characters - [#&#8203;34044](https://redirect.github.com/storybookjs/storybook/pull/34044), thanks @&#8203;copilot-swe-agent! - Builder-Vite: Use preview annotations as entry points for optimizeDeps - [#&#8203;33875](https://redirect.github.com/storybookjs/storybook/pull/33875), thanks @&#8203;copilot-swe-agent! - CI: declare explicit permissions for stale and weekly cron workflows - [#&#8203;33902](https://redirect.github.com/storybookjs/storybook/pull/33902), thanks @&#8203;Rohan5commit! - CLI: Add vike CLI metadata - [#&#8203;34189](https://redirect.github.com/storybookjs/storybook/pull/34189), thanks @&#8203;yannbf! - CLI: Avoid hanging of postinstall during init - [#&#8203;34175](https://redirect.github.com/storybookjs/storybook/pull/34175), thanks @&#8203;valentinpalkovic! - CLI: Fix onboarding not opening - [#&#8203;33609](https://redirect.github.com/storybookjs/storybook/pull/33609), thanks @&#8203;ndelangen! - CLI: Show multiple favicons warning as debug message - [#&#8203;34069](https://redirect.github.com/storybookjs/storybook/pull/34069), thanks @&#8203;remino! - Cli: Use npm for registry URL in PNPMProxy to avoid workspace errors - [#&#8203;33571](https://redirect.github.com/storybookjs/storybook/pull/33571), thanks @&#8203;ia319! - Controls: Allow story argTypes to override control: false from meta - [#&#8203;33729](https://redirect.github.com/storybookjs/storybook/pull/33729), thanks @&#8203;jonathan-fulton! - Controls: Fix Object contrast issue and tidy up code - [#&#8203;33923](https://redirect.github.com/storybookjs/storybook/pull/33923), thanks @&#8203;Sidnioulz! - Core: Ensure telemetry is never triggered on initial load of checklist data - [#&#8203;33918](https://redirect.github.com/storybookjs/storybook/pull/33918), thanks @&#8203;ghengeveld! - Core: Fix event source URL based on refId when multiple iframes share the same origin [#&#8203;34105](https://redirect.github.com/storybookjs/storybook/pull/34105) - Core: Fix false-positive CJS warning when 'exports' appears in strings or comments - [#&#8203;33572](https://redirect.github.com/storybookjs/storybook/pull/33572), thanks @&#8203;reeseo3o! - Core: Fix handling complex viewport sizes [#&#8203;33615](https://redirect.github.com/storybookjs/storybook/pull/33615) - Core: Fix iframe reference for composed Storybook on a subpath [#&#8203;34100](https://redirect.github.com/storybookjs/storybook/pull/34100) - Core: Fix typos: occured -> occurred, recieves -> receives - [#&#8203;33727](https://redirect.github.com/storybookjs/storybook/pull/33727), thanks @&#8203;jonathan-fulton! - Core: Handle BROWSER=none correctly and improve error messages - [#&#8203;33730](https://redirect.github.com/storybookjs/storybook/pull/33730), thanks @&#8203;jonathan-fulton! - Core: Ignore empty files when indexing - [#&#8203;33782](https://redirect.github.com/storybookjs/storybook/pull/33782), thanks @&#8203;JReinhold! - Core: Register CORS middleware before index.json route - [#&#8203;33728](https://redirect.github.com/storybookjs/storybook/pull/33728), thanks @&#8203;jonathan-fulton! - Core: Revert Pull Request #&#8203;33420 from Maelryn/fix/copy-button-overlap - [#&#8203;33877](https://redirect.github.com/storybookjs/storybook/pull/33877), thanks @&#8203;Sidnioulz! - Core: Zoom tool refinements - Hide reset button when value is initial - [#&#8203;33635](https://redirect.github.com/storybookjs/storybook/pull/33635), thanks @&#8203;superLipbalm! - Docs: Edit JSON button is now accessible at 320x256 viewport (WCAG 2.1 Reflow test) - [#&#8203;33707](https://redirect.github.com/storybookjs/storybook/pull/33707), thanks @&#8203;TheSeydiCharyyev! - Docs: Make CSS ordering in DocsContainer more predictable [#&#8203;34015](https://redirect.github.com/storybookjs/storybook/pull/34015) - ESLint-plugin: Disallow extra properties in eslint plugin rule options - [#&#8203;32056](https://redirect.github.com/storybookjs/storybook/pull/32056), thanks @&#8203;andreww2012! - ESLint: bail out config setup if eslint-plugin-storybook is already imported - [#&#8203;34089](https://redirect.github.com/storybookjs/storybook/pull/34089), thanks @&#8203;copilot-swe-agent! - HMR: Fix race conditions causing stale play functions to fire on re-rendered stories - [#&#8203;33930](https://redirect.github.com/storybookjs/storybook/pull/33930), thanks @&#8203;copilot-swe-agent! - Maintenance: Revert pull request #&#8203;33930 HMR events - [#&#8203;34190](https://redirect.github.com/storybookjs/storybook/pull/34190), thanks @&#8203;yannbf! - Maintenance: Use std-env for AI agent detection in telemetry [#&#8203;34114](https://redirect.github.com/storybookjs/storybook/pull/34114) - Manifest: Add docs entries to debugger - [#&#8203;33607](https://redirect.github.com/storybookjs/storybook/pull/33607), thanks @&#8203;JReinhold! - Manifest: Rename `experimentalComponentsManifest` → `componentsManifest`, default to `true` [#&#8203;33974](https://redirect.github.com/storybookjs/storybook/pull/33974) - Manifests: Fix Attached MDX causing wrong component entries [#&#8203;34101](https://redirect.github.com/storybookjs/storybook/pull/34101) - Next.js-Vite: Fix failing postcss mutation - [#&#8203;33879](https://redirect.github.com/storybookjs/storybook/pull/33879), thanks @&#8203;valentinpalkovic! - Next.js: Move image configuration from FrameworkOptions to parameters [#&#8203;32639](https://redirect.github.com/storybookjs/storybook/pull/32639), thanks @&#8203;y-hsgw! - Preact: Support inferring props from component types - [#&#8203;33828](https://redirect.github.com/storybookjs/storybook/pull/33828), thanks @&#8203;JoviDeCroock! - React Native Web: Fix inconsistent example stories - [#&#8203;33891](https://redirect.github.com/storybookjs/storybook/pull/33891), thanks @&#8203;danielalanbates! - React: Add react-docgen-typescript to component manifest - [#&#8203;33818](https://redirect.github.com/storybookjs/storybook/pull/33818), thanks @&#8203;kasperpeulen! - Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown" - [#&#8203;34099](https://redirect.github.com/storybookjs/storybook/pull/34099), thanks @&#8203;valentinpalkovic! - Test: Fix clearing mocks in Vitest [#&#8203;34078](https://redirect.github.com/storybookjs/storybook/pull/34078) - Test: Update @&#8203;testing-library/jest-dom - [#&#8203;33928](https://redirect.github.com/storybookjs/storybook/pull/33928), thanks @&#8203;valentinpalkovic! - Theming: Export interface declaration for `ThemesGlobals` - [#&#8203;33343](https://redirect.github.com/storybookjs/storybook/pull/33343), thanks @&#8203;icopp! - Toolbar: Remove extra toolbar divider when zoom controls not shown - [#&#8203;33731](https://redirect.github.com/storybookjs/storybook/pull/33731), thanks @&#8203;jonathan-fulton! - UI: Allow direct kb/mouse actions on zoom tool button - [#&#8203;33496](https://redirect.github.com/storybookjs/storybook/pull/33496), thanks @&#8203;Sidnioulz! - UI: Avoid large animation for reduced motion users - [#&#8203;33530](https://redirect.github.com/storybookjs/storybook/pull/33530), thanks @&#8203;Sidnioulz! - UI: Ensure Link without href is keyboard-reachable - [#&#8203;34163](https://redirect.github.com/storybookjs/storybook/pull/34163), thanks @&#8203;Sidnioulz! - UI: Fix `z-index` problem with `popover`s and `modal`s nesting - [#&#8203;33757](https://redirect.github.com/storybookjs/storybook/pull/33757), thanks @&#8203;ndelangen! - UI: Fix code/copy buttons overlap with content - [#&#8203;33889](https://redirect.github.com/storybookjs/storybook/pull/33889), thanks @&#8203;Sidnioulz! - UI: Fix Copy button overlapping code in portrait mode - [#&#8203;33420](https://redirect.github.com/storybookjs/storybook/pull/33420), thanks @&#8203;Maelryn! - UI: Fix modal text selection - [#&#8203;33967](https://redirect.github.com/storybookjs/storybook/pull/33967), thanks @&#8203;Sidnioulz! - UI: Fix tab navigation after closing addon panel - [#&#8203;33971](https://redirect.github.com/storybookjs/storybook/pull/33971), thanks @&#8203;copilot-swe-agent! - UI: Handle kb nav edge cases when preview and panel are hidden - [#&#8203;33588](https://redirect.github.com/storybookjs/storybook/pull/33588), thanks @&#8203;Sidnioulz! - UI: Hide addon panel Drag on pages without a panel - [#&#8203;34162](https://redirect.github.com/storybookjs/storybook/pull/34162), thanks @&#8203;Sidnioulz! - UI: Hide manifest tag for now - [#&#8203;34165](https://redirect.github.com/storybookjs/storybook/pull/34165), thanks @&#8203;Sidnioulz! - UI: Make disabled Buttons keyboard-focusable - [#&#8203;34166](https://redirect.github.com/storybookjs/storybook/pull/34166), thanks @&#8203;Sidnioulz! - UI: Make TagsFilter state persistent [#&#8203;33374](https://redirect.github.com/storybookjs/storybook/pull/33374) - UI: Use correct selector for addon panel focus check - [#&#8203;34164](https://redirect.github.com/storybookjs/storybook/pull/34164), thanks @&#8203;Sidnioulz! - UI: Zoom faster when pressing shift - [#&#8203;34185](https://redirect.github.com/storybookjs/storybook/pull/34185), thanks @&#8203;Sidnioulz! - Viewport: Skip viewport validation before parameters load - [#&#8203;33794](https://redirect.github.com/storybookjs/storybook/pull/33794), thanks @&#8203;ia319! - Vite: Add mock entries to optimizeDeps.entries - [#&#8203;34167](https://redirect.github.com/storybookjs/storybook/pull/34167), thanks @&#8203;valentinpalkovic! - Vue3-Vite: Allow paths in docgen tsconfig option [#&#8203;32310](https://redirect.github.com/storybookjs/storybook/pull/32310), thanks @&#8203;Thomaash! </details> </details> <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.13.0`](https://redirect.github.com/yarnpkg/berry/compare/8385300e30af7dd7cbf9e8a9ecb8db730ba69bba...81f3e15d2b6259cb64245411220fa1bf61242526) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/8385300e30af7dd7cbf9e8a9ecb8db730ba69bba...81f3e15d2b6259cb64245411220fa1bf61242526) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45244a0 commit 516a33a

File tree

5 files changed

+955
-957
lines changed

5 files changed

+955
-957
lines changed

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@types/react-dom": "19.2.3",
7474
"@ui5/webcomponents-tools": "2.20.2",
7575
"@vitejs/plugin-react": "5.2.0",
76-
"chromatic": "15.2.0",
76+
"chromatic": "15.3.0",
7777
"cssnano": "7.1.3",
7878
"cypress": "15.12.0",
7979
"cypress-real-events": "1.15.0",
@@ -87,7 +87,7 @@
8787
"eslint-plugin-prettier": "5.5.5",
8888
"eslint-plugin-react": "7.37.5",
8989
"eslint-plugin-react-hooks": "7.0.1",
90-
"eslint-plugin-storybook": "10.2.19",
90+
"eslint-plugin-storybook": "10.3.1",
9191
"glob": "13.0.6",
9292
"globals": "17.4.0",
9393
"husky": "9.1.7",
@@ -128,5 +128,5 @@
128128
"lcov"
129129
]
130130
},
131-
"packageManager": "yarn@4.12.0"
131+
"packageManager": "yarn@4.13.0"
132132
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7302,9 +7302,9 @@ __metadata:
73027302
languageName: node
73037303
linkType: hard
73047304

7305-
"chromatic@npm:15.2.0":
7306-
version: 15.2.0
7307-
resolution: "chromatic@npm:15.2.0"
7305+
"chromatic@npm:15.3.0":
7306+
version: 15.3.0
7307+
resolution: "chromatic@npm:15.3.0"
73087308
peerDependencies:
73097309
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
73107310
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
@@ -7317,7 +7317,7 @@ __metadata:
73177317
chroma: dist/bin.js
73187318
chromatic: dist/bin.js
73197319
chromatic-cli: dist/bin.js
7320-
checksum: 10c0/b46c9e288236c76128935373ca90eda0127eb604a0431ba25c4600e952fc2bba414dbc3268513be7cc35b9d0ffff8566ca95e838bc9d4341940a99ef33a5808b
7320+
checksum: 10c0/0145783d5a38c10e60a8d9d630dd971f5544353cd359b7b74b01904003a20720acabf0b370ff821dcf976ee5b077687430d810e2658b0fb01ae209edf50e9c29
73217321
languageName: node
73227322
linkType: hard
73237323

@@ -9870,15 +9870,15 @@ __metadata:
98709870
languageName: node
98719871
linkType: hard
98729872

9873-
"eslint-plugin-storybook@npm:10.2.19":
9874-
version: 10.2.19
9875-
resolution: "eslint-plugin-storybook@npm:10.2.19"
9873+
"eslint-plugin-storybook@npm:10.3.1":
9874+
version: 10.3.1
9875+
resolution: "eslint-plugin-storybook@npm:10.3.1"
98769876
dependencies:
98779877
"@typescript-eslint/utils": "npm:^8.48.0"
98789878
peerDependencies:
98799879
eslint: ">=8"
9880-
storybook: ^10.2.19
9881-
checksum: 10c0/6b0c6c26c293d7af92303b7a7328a400d9e9a849f77d8fcb9865769603cd6c459c11568b847b1254535a06bd0f4ec0928785e1971f2866645c1f5500a63b76a5
9880+
storybook: ^10.3.1
9881+
checksum: 10c0/b33a6bad0fc2bad3640c951021d0597c39b434e3d1d98c394556eab02bef4872d997e4c5b00ca3500f79b5b7418378087f830d114f6a851a54d24b97f04a1e48
98829882
languageName: node
98839883
linkType: hard
98849884

@@ -20418,7 +20418,7 @@ __metadata:
2041820418
"@ui5/webcomponents-icons": "npm:2.20.2"
2041920419
"@ui5/webcomponents-tools": "npm:2.20.2"
2042020420
"@vitejs/plugin-react": "npm:5.2.0"
20421-
chromatic: "npm:15.2.0"
20421+
chromatic: "npm:15.3.0"
2042220422
cssnano: "npm:7.1.3"
2042320423
cypress: "npm:15.12.0"
2042420424
cypress-real-events: "npm:1.15.0"
@@ -20432,7 +20432,7 @@ __metadata:
2043220432
eslint-plugin-prettier: "npm:5.5.5"
2043320433
eslint-plugin-react: "npm:7.37.5"
2043420434
eslint-plugin-react-hooks: "npm:7.0.1"
20435-
eslint-plugin-storybook: "npm:10.2.19"
20435+
eslint-plugin-storybook: "npm:10.3.1"
2043620436
glob: "npm:13.0.6"
2043720437
globals: "npm:17.4.0"
2043820438
husky: "npm:9.1.7"

0 commit comments

Comments
 (0)