Skip to content

Commit a3aa4ec

Browse files
committed
fix: storybook crashing when entering variation pages
1 parent 99649d3 commit a3aa4ec

File tree

3 files changed

+15
-55
lines changed

3 files changed

+15
-55
lines changed

package-lock.json

Lines changed: 13 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/storybook/.storybook/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const config: StorybookConfig = {
88
"../addons/title",
99
"../addons/links",
1010
"../addons/package-info",
11-
"@storybook/addon-links",
1211
"@storybook/addon-essentials",
1312
"@storybook/addon-a11y",
1413
"@whitespace/storybook-addon-html",

packages/docs/storybook/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@
2929
"@react-ck/react-hooks": "^1.0.0",
3030
"@storybook/addon-a11y": "^7.5.3",
3131
"@storybook/addon-essentials": "^7.5.2",
32-
"@storybook/addon-links": "^7.5.2",
3332
"@storybook/blocks": "^7.5.2",
3433
"@storybook/react": "^7.5.2",
35-
"@whitespace/storybook-addon-html": "^5.1.6",
34+
"@whitespace/storybook-addon-html": "^6.1.1",
3635
"react": "^18.2.0",
3736
"react-dom": "^18.2.0",
3837
"react-syntax-highlighter": "^15.5.0",
3938
"storybook": "^7.5.2",
40-
"storybook-addon-performance": "^0.17.1"
39+
"storybook-addon-performance": "^0.17.3"
4140
}
4241
}

0 commit comments

Comments
 (0)