Skip to content

Commit 1c9a838

Browse files
committed
chore(deps): upgrade dependencies
1 parent 9142f4c commit 1c9a838

File tree

62 files changed

+1670
-2639
lines changed

Some content is hidden

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

62 files changed

+1670
-2639
lines changed

.storybook/dadsTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { create } from '@storybook/theming/create';
1+
import { create } from 'storybook/theming/create';
22

33
export default create({
44
base: 'light',

.storybook/main.ts

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@ import type { StorybookConfig } from '@storybook/react-vite';
22

33
const config: StorybookConfig = {
44
stories: ['../src/docs/*.stories.@(js|jsx|ts|tsx)', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
5-
addons: [
6-
'@storybook/addon-links',
7-
'@storybook/addon-essentials',
8-
'@storybook/addon-interactions',
9-
'@storybook/addon-a11y',
10-
'@storybook/addon-storysource',
11-
],
5+
addons: ['@storybook/addon-links', '@storybook/addon-a11y', '@storybook/addon-docs'],
6+
127
framework: {
138
name: '@storybook/react-vite',
149
options: {},
1510
},
16-
docs: {
17-
autodocs: 'tag',
18-
},
19-
staticDirs: ['../public'],
11+
12+
staticDirs: ['../public']
2013
};
2114
export default config;

.storybook/manager.ts

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

33
import CustomTheme from "./dadsTheme";
44

.storybook/preview.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
import type { Preview } from '@storybook/react';
1+
import type { Preview } from '@storybook/react-vite';
22
import './globals.css';
33

44
const preview: Preview = {
55
parameters: {
66
actions: { argTypesRegex: '^on[A-Z].*' },
7+
78
controls: {
89
matchers: {
910
color: /(background|color)$/i,
@@ -47,6 +48,10 @@ const preview: Preview = {
4748
],
4849
},
4950
},
51+
52+
docs: {
53+
codePanel: true
54+
}
5055
},
5156
};
5257

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 デジタル庁
3+
Copyright (c) 2025 デジタル庁
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)