Skip to content

Commit e23fed0

Browse files
committed
clean storybook upgrade
1 parent f6bb79b commit e23fed0

File tree

3 files changed

+80
-88
lines changed

3 files changed

+80
-88
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
3-
"name": "coder",
4-
"version": "0.0.0",
5-
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
6-
"scripts": {
7-
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
8-
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",
9-
"storybook": "pnpm run -C site/ storybook"
10-
},
11-
"devDependencies": {
12-
"@biomejs/biome": "2.2.0",
13-
"markdown-table-formatter": "^1.6.1",
14-
"markdownlint-cli2": "^0.16.0",
15-
"quicktype": "^23.0.0"
16-
}
2+
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
3+
"name": "coder",
4+
"version": "0.0.0",
5+
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
6+
"scripts": {
7+
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
8+
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",
9+
"storybook": "pnpm run -C site/ storybook"
10+
},
11+
"devDependencies": {
12+
"@biomejs/biome": "2.2.0",
13+
"markdown-table-formatter": "^1.6.1",
14+
"markdownlint-cli2": "^0.16.0",
15+
"quicktype": "^23.0.0"
16+
}
1717
}

site/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@
126126
},
127127
"devDependencies": {
128128
"@biomejs/biome": "2.2.0",
129-
"@chromatic-com/storybook": "4.0.1",
129+
"@chromatic-com/storybook": "4.1.0",
130130
"@octokit/types": "12.3.0",
131131
"@playwright/test": "1.47.0",
132-
"@storybook/addon-docs": "9.0.17",
133-
"@storybook/addon-links": "9.0.17",
134-
"@storybook/addon-themes": "9.0.17",
135-
"@storybook/react-vite": "9.0.17",
132+
"@storybook/addon-docs": "9.1.2",
133+
"@storybook/addon-links": "9.1.2",
134+
"@storybook/addon-themes": "9.1.2",
135+
"@storybook/react-vite": "9.1.2",
136136
"@swc/core": "1.3.38",
137137
"@swc/jest": "0.2.37",
138138
"@tailwindcss/typography": "0.5.16",

0 commit comments

Comments
 (0)