|
10 | 10 | "lint:ci": "eslint . -f json -o eslint-report.json", |
11 | 11 | "lint:fix": "eslint . --fix", |
12 | 12 | "start": "storybook dev", |
| 13 | + "start:built": "python3 -m http.server 6006 --directory storybook-static", |
13 | 14 | "storybook:build": "storybook build", |
14 | 15 | "storybook:docs": "storybook dev --docs -p 6008", |
15 | 16 | "storybook:start": "storybook dev", |
|
19 | 20 | "dependencies": { |
20 | 21 | "@codemirror/lang-sql": "^6.10.0", |
21 | 22 | "@dnd-kit/core": "^6.3.1", |
22 | | - "@faker-js/faker": "^10.3.0", |
| 23 | + "@faker-js/faker": "^10.4.0", |
23 | 24 | "@lezer/highlight": "^1.2.3", |
24 | 25 | "@qlik/design-tokens": "workspace:*", |
25 | 26 | "@qlik/sprout-css-modules": "workspace:*", |
|
28 | 29 | "@qlik/sprout-react-hooks": "workspace:*", |
29 | 30 | "@qlik/sprout-storybook": "workspace:*", |
30 | 31 | "@qlik/sprout-table": "workspace:*", |
31 | | - "@tanstack/react-virtual": "^3.13.21", |
32 | | - "@uiw/codemirror-themes": "^4.25.8", |
33 | | - "@uiw/react-codemirror": "^4.25.8", |
| 32 | + "@tanstack/react-virtual": "^3.13.23", |
| 33 | + "@uiw/codemirror-themes": "^4.25.9", |
| 34 | + "@uiw/react-codemirror": "^4.25.9", |
34 | 35 | "@uiw/react-json-view": "2.0.0-alpha.41", |
35 | 36 | "chroma-js": "^3.2.0", |
36 | 37 | "classnames": "^2.5.1", |
37 | 38 | "d3": "^7.9.0", |
38 | 39 | "react": "^18.3.1", |
39 | 40 | "react-color": "^2.19.3", |
40 | 41 | "react-dom": "^18.3.1", |
41 | | - "react-hook-form": "^7.71.2" |
| 42 | + "react-hook-form": "^7.72.0" |
42 | 43 | }, |
43 | 44 | "devDependencies": { |
44 | 45 | "@axe-core/playwright": "^4.11.1", |
45 | | - "@chromatic-com/storybook": "^5.0.1", |
46 | 46 | "@eslint/eslintrc": "^3.3.5", |
47 | 47 | "@eslint/js": "^9.39.4", |
48 | 48 | "@playwright/experimental-ct-react": "^1.58.2", |
49 | 49 | "@playwright/test": "^1.58.2", |
50 | | - "@qlik/eslint-config": "^1.4.23", |
| 50 | + "@qlik/eslint-config": "^1.4.27", |
51 | 51 | "@qlik/eslint-config-sprout": "workspace:*", |
52 | 52 | "@qlik/tsconfig": "^0.3.1", |
53 | | - "@storybook/addon-a11y": "^10.2.17", |
54 | | - "@storybook/addon-designs": "^11.1.2", |
55 | | - "@storybook/addon-docs": "^10.2.17", |
56 | | - "@storybook/addon-links": "^10.2.17", |
57 | | - "@storybook/addon-themes": "^10.2.17", |
58 | | - "@storybook/react": "^10.2.17", |
59 | | - "@storybook/react-vite": "^10.2.17", |
| 53 | + "@storybook/addon-a11y": "^10.3.3", |
| 54 | + "@storybook/addon-designs": "^11.1.3", |
| 55 | + "@storybook/addon-docs": "^10.3.3", |
| 56 | + "@storybook/addon-links": "^10.3.3", |
| 57 | + "@storybook/addon-themes": "^10.3.3", |
| 58 | + "@storybook/react": "^10.3.3", |
| 59 | + "@storybook/react-vite": "^10.3.3", |
60 | 60 | "@types/chroma-js": "^3.1.2", |
61 | 61 | "@types/d3": "^7.4.3", |
62 | 62 | "@types/react": "^19.2.14", |
|
68 | 68 | "eslint": "^9.39.2", |
69 | 69 | "eslint-config-prettier": "^10.1.8", |
70 | 70 | "eslint-plugin-import": "^2.32.0", |
71 | | - "eslint-plugin-storybook": "^10.2.17", |
| 71 | + "eslint-plugin-storybook": "^10.3.3", |
72 | 72 | "eslint-plugin-vitest": "^0.5.4", |
73 | 73 | "rimraf": "^6.1.3", |
74 | | - "storybook": "^10.2.17", |
75 | | - "storybook-addon-pseudo-states": "^10.2.17", |
| 74 | + "storybook": "^10.3.3", |
| 75 | + "storybook-addon-pseudo-states": "^10.3.3", |
76 | 76 | "storybook-addon-rtl": "^3.0.1", |
77 | 77 | "typescript": "^5.9.3" |
78 | 78 | } |
|
0 commit comments