Skip to content

Commit 86a0f3e

Browse files
committed
build(deps-dev): bump storybook from v8 to v9
1 parent 6ac2f37 commit 86a0f3e

File tree

98 files changed

+857
-1736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+857
-1736
lines changed

.storybook/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ const config: StorybookConfig = {
2222
},
2323
},
2424
'@storybook/addon-links',
25-
'@storybook/addon-essentials',
2625
'@storybook/addon-a11y',
26+
'@chromatic-com/storybook',
2727
'../storyhelpers/storybook-readme',
28-
// TODO: Remove this when Chromatic supports this version of Storybook
29-
// '@chromatic-com/storybook',
3028
],
3129

3230
framework: {

.storybook/manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { addons } from '@storybook/manager-api';
1+
import { addons } from 'storybook/manager-api';
22
import umbracoTheme from './umbraco-theme';
33

44
addons.setConfig({

.storybook/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
setCustomElementsManifest,
33
type Preview,
4-
} from '@storybook/web-components';
4+
} from '@storybook/web-components-vite';
55
import '../packages/uui-css/dist/uui-css.css';
66
import customElements from '../custom-elements.json';
77
import { html } from 'lit';

.storybook/umbraco-theme.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)