|
25 | 25 | },
|
26 | 26 | "scripts": {
|
27 | 27 | "start": "pnpm run storybook",
|
28 |
| - "storybook": "storybook dev --port 6006 --static-dir ./fonts", |
29 |
| - "build:storybook": "storybook build --static-dir ./fonts --quiet", |
| 28 | + "storybook": "storybook dev -p 6006", |
| 29 | + "build:storybook": "storybook build --quiet", |
30 | 30 | "build": "pnpm run build:lib && pnpm run build:storybook",
|
31 | 31 | "build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css",
|
32 | 32 | "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs",
|
|
65 | 65 | "@babel/preset-env": "^7.24.3",
|
66 | 66 | "@babel/preset-react": "^7.24.1",
|
67 | 67 | "@babel/preset-typescript": "^7.24.1",
|
68 |
| - "@storybook/addon-essentials": "^7.6.17", |
69 |
| - "@storybook/addon-interactions": "^7.6.17", |
70 |
| - "@storybook/addon-links": "^7.6.17", |
71 |
| - "@storybook/react": "^7.6.17", |
72 |
| - "@storybook/react-webpack5": "^7.6.17", |
| 68 | + "@chromatic-com/storybook": "1.2.25", |
| 69 | + "@storybook/addon-essentials": "^8.0.5", |
| 70 | + "@storybook/addon-interactions": "^8.0.5", |
| 71 | + "@storybook/addon-links": "^8.0.5", |
| 72 | + "@storybook/addon-onboarding": "^8.0.5", |
| 73 | + "@storybook/addon-webpack5-compiler-swc": "1.0.2", |
| 74 | + "@storybook/blocks": "^8.0.5", |
| 75 | + "@storybook/react": "^8.0.5", |
| 76 | + "@storybook/react-webpack5": "^8.0.5", |
| 77 | + "@storybook/test": "^8.0.5", |
73 | 78 | "@testing-library/dom": "^9.3.4",
|
74 | 79 | "@testing-library/react": "^14.2.2",
|
75 | 80 | "@testing-library/user-event": "^14.5.2",
|
|
86 | 91 | "eslint-plugin-jest": "^27.9.0",
|
87 | 92 | "eslint-plugin-react": "^7.34.1",
|
88 | 93 | "eslint-plugin-react-hooks": "^4.6.0",
|
| 94 | + "eslint-plugin-storybook": "^0.8.0", |
89 | 95 | "jest": "^29.7.0",
|
90 | 96 | "jest-environment-jsdom": "^29.7.0",
|
91 | 97 | "ncp": "^2.0.0",
|
92 | 98 | "react": "^18.2.0",
|
93 | 99 | "react-dom": "^18.2.0",
|
94 | 100 | "react-is": "^18.2.0",
|
95 | 101 | "rimraf": "^5.0.5",
|
96 |
| - "storybook": "^7.6.17", |
| 102 | + "storybook": "^8.0.5", |
97 | 103 | "styled-components": "^5.3.11",
|
98 | 104 | "stylelint": "^16.3.1",
|
99 | 105 | "stylelint-config-standard": "^36.0.0",
|
|
0 commit comments