|
1 | 1 | { |
2 | 2 | "name": "@hivemq/ui-library", |
3 | | - "version": "1.1.0", |
| 3 | + "version": "2.0.0-rc.1", |
4 | 4 | "type": "module", |
5 | 5 | "main": "./dist/index.es.js", |
6 | 6 | "types": "./dist/index.d.ts", |
|
31 | 31 | "lint:all": "pnpm run lint:check && pnpm run lint:headers && pnpm run lint:format", |
32 | 32 | "test:unit": "TZ=UTC pnpm vitest run --outputFile.junit=./test-results/junit.xml", |
33 | 33 | "test:unit:ci": "pnpm test:unit --coverage --silent", |
| 34 | + "generate:theme": "chakra typegen ./.storybook/theme.ts", |
| 35 | + "generate": "pnpm generate:theme", |
| 36 | + "postinstall": "pnpm generate", |
34 | 37 | "preview": "vite preview", |
35 | 38 | "storybook": "BUILD_ENV='storybook' storybook dev -p 6006", |
36 | 39 | "storybook:build": "BUILD_ENV='storybook' storybook build" |
37 | 40 | }, |
38 | 41 | "devDependencies": { |
39 | 42 | "@biomejs/biome": "^1.9.4", |
40 | | - "@chakra-ui/cli": "^2.4.1", |
41 | | - "@chakra-ui/react": "^2.10.4", |
42 | | - "@chakra-ui/styled-system": "^2.11.2", |
43 | | - "@emotion/react": "^11.13.5", |
44 | | - "@emotion/styled": "^11.13.5", |
45 | | - "@fontsource/raleway": "^5.0.19", |
46 | | - "@fontsource/roboto": "^5.0.13", |
47 | | - "@radix-ui/react-slot": "^1.1.0", |
48 | | - "@storybook/addon-a11y": "^8.2.6", |
49 | | - "@storybook/addon-essentials": "^8.2.4", |
50 | | - "@storybook/addon-interactions": "^8.2.4", |
51 | | - "@storybook/addon-links": "^8.2.4", |
52 | | - "@storybook/addon-onboarding": "^8.2.4", |
| 43 | + "@chakra-ui/cli": "^3.14.2", |
| 44 | + "@chakra-ui/react": "^3.14.2", |
| 45 | + "@emotion/react": "^11.14.0", |
| 46 | + "@fontsource/raleway": "^5.2.5", |
| 47 | + "@fontsource/roboto": "^5.2.5", |
| 48 | + "@radix-ui/react-slot": "^1.1.2", |
| 49 | + "@hivemq/ui-theme": "^1.0.0-rc.1", |
| 50 | + "@storybook/addon-a11y": "^8.6.8", |
| 51 | + "@storybook/addon-essentials": "^8.6.8", |
| 52 | + "@storybook/addon-interactions": "^8.6.8", |
| 53 | + "@storybook/addon-links": "^8.6.8", |
| 54 | + "@storybook/addon-onboarding": "^8.6.8", |
53 | 55 | "@storybook/addon-styling": "^1.3.7", |
54 | | - "@storybook/blocks": "^8.2.4", |
55 | | - "@storybook/manager-api": "^8.2.4", |
56 | | - "@storybook/react": "^8.2.4", |
57 | | - "@storybook/react-vite": "^8.2.4", |
| 56 | + "@storybook/blocks": "^8.6.8", |
| 57 | + "@storybook/manager-api": "^8.6.8", |
| 58 | + "@storybook/react": "^8.6.8", |
| 59 | + "@storybook/react-vite": "^8.6.8", |
58 | 60 | "@storybook/testing-library": "^0.2.2", |
59 | | - "@storybook/theming": "^8.2.4", |
60 | | - "@types/node": "^20.14.11", |
61 | | - "@types/react": "^18.3.3", |
62 | | - "@types/react-dom": "^18.3.0", |
63 | | - "@vitejs/plugin-react": "^4.3.1", |
64 | | - "@vitest/coverage-v8": "^2.0.3", |
65 | | - "autoprefixer": "^10.4.19", |
66 | | - "lucide-react": "^0.410.0", |
67 | | - "postcss": "^8.4.39", |
| 61 | + "@storybook/theming": "^8.6.8", |
| 62 | + "@types/node": "^22.13.12", |
| 63 | + "@types/react": "^18.3.16", |
| 64 | + "@types/react-dom": "^18.3.5", |
| 65 | + "@vitejs/plugin-react": "^4.3.4", |
| 66 | + "@vitest/coverage-v8": "^3.0.9", |
| 67 | + "autoprefixer": "^10.4.21", |
| 68 | + "lucide-react": "^0.483.0", |
| 69 | + "postcss": "^8.5.3", |
68 | 70 | "react": "^18.3.1", |
69 | 71 | "react-dom": "^18.3.1", |
70 | | - "storybook": "^8.2.4", |
71 | | - "tailwindcss": "^3.4.6", |
72 | | - "tsc-alias": "^1.8.10", |
73 | | - "typescript": "^5.5.3", |
74 | | - "vite": "^5.3.4", |
75 | | - "vite-plugin-dts": "4.0.0-beta.1", |
76 | | - "vite-plugin-static-copy": "^1.0.6", |
77 | | - "vitest": "^2.0.3" |
| 72 | + "storybook": "^8.6.8", |
| 73 | + "tailwindcss": "^4.0.15", |
| 74 | + "tsc-alias": "^1.8.11", |
| 75 | + "typescript": "^5.8.2", |
| 76 | + "vite": "^6.2.2", |
| 77 | + "vite-plugin-dts": "4.5.3", |
| 78 | + "vite-plugin-static-copy": "^2.3.0", |
| 79 | + "vitest": "^3.0.9" |
78 | 80 | }, |
79 | 81 | "peerDependencies": { |
80 | | - "@chakra-ui/react": "^2.10.4", |
81 | | - "@chakra-ui/styled-system": "^2.11.2", |
82 | | - "@emotion/react": "^11.13.5", |
83 | | - "@emotion/styled": "^11.13.5", |
84 | | - "@hivemq/ui-theme": "^0.5.0", |
85 | | - "react": "^18.2.0", |
86 | | - "react-dom": "^18.2.0" |
| 82 | + "@chakra-ui/react": "^3.14.2", |
| 83 | + "@emotion/react": "^11.14.0", |
| 84 | + "react": "^18.3.1", |
| 85 | + "react-dom": "^18.3.1" |
87 | 86 | } |
88 | 87 | } |
0 commit comments