Skip to content

Commit 2aa8e41

Browse files
committed
stabilize storybook
1 parent e78c99b commit 2aa8e41

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/ui-components/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache",
2323
"lint": "turbo run lint:js lint:css",
2424
"lint:fix": "turbo run lint:js lint:css --no-cache -- --fix",
25-
"storybook": "pnpm exec cross-env NODE_NO_WARNINGS=1 storybook dev -p 6006 --quiet --no-open",
25+
"storybook": "pnpm exec cross-env NODE_NO_WARNINGS=1 storybook dev -p 6006 --quiet",
2626
"storybook:build": "pnpm exec cross-env NODE_NO_WARNINGS=1 storybook build --quiet --webpack-stats-json",
2727
"test:unit": "pnpm exec cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --test-coverage-exclude=**/*.test.* --enable-source-maps --import=global-jsdom/register --import=tsx --import=../../tests/setup.mjs --test **/*.test.*",
2828
"test:unit:watch": "pnpm exec cross-env NODE_OPTIONS=\"--watch\" pnpm test:unit",
@@ -58,14 +58,17 @@
5858
"@storybook/react-webpack5": "^8.6.12",
5959
"@testing-library/user-event": "~14.6.1",
6060
"cross-env": "7.0.3",
61+
"css-loader": "~6.11.0",
6162
"eslint-plugin-react": "~7.37.4",
6263
"eslint-plugin-storybook": "~0.12.0",
6364
"global-jsdom": "^26.0.0",
65+
"postcss-loader": "~8.1.1",
6466
"storybook": "^8.6.11",
6567
"stylelint": "^16.17.0",
6668
"stylelint-config-standard": "^37.0.0",
6769
"stylelint-order": "6.0.4",
6870
"stylelint-selector-bem-pattern": "4.0.1",
71+
"style-loader": "~3.3.4",
6972
"tsx": "^4.19.3",
7073
"typescript": "~5.8.2",
7174
"typescript-eslint": "~8.29.0"

0 commit comments

Comments
 (0)