|
1 | 1 | { |
2 | 2 | "name": "@solana-foundation/ms-tools-ui", |
3 | | - "version": "0.9.1", |
| 3 | + "version": "0.9.2", |
4 | 4 | "description": "Reusable React components built with React, Tailwind CSS, and Shadcn, forming the visual building blocks of microsites", |
5 | 5 | "main": ".", |
6 | 6 | "types": "./dist/index.d.ts", |
|
50 | 50 | "@radix-ui/react-toggle-group": "^1.1.10", |
51 | 51 | "@radix-ui/react-tooltip": "^1.2.7", |
52 | 52 | "@solana-foundation/ms-tools-config": "workspace:^", |
53 | | - "@storybook/csf": "^0.1.13", |
54 | | - "@storybook/theming": "^8.6.14", |
55 | 53 | "@tailwindcss/postcss": "^4.1.5", |
56 | 54 | "@vitejs/plugin-react": "^4.5.1", |
57 | 55 | "class-variance-authority": "^0.7.1", |
58 | 56 | "clsx": "^2.1.1", |
59 | | - "dom": "link:@types/@testing-library/dom", |
60 | 57 | "jsdom": "^26.1.0", |
61 | 58 | "lucide-react": "^0.511.0", |
62 | 59 | "next-themes": "^0.4.6", |
|
65 | 62 | "sonner": "^2.0.3", |
66 | 63 | "tailwind-merge": "^3.2.0", |
67 | 64 | "tailwindcss": "^4.1.5", |
68 | | - "testing-react": "link:@types/@storybook/testing-react", |
69 | 65 | "vaul": "^1.1.2", |
70 | 66 | "zod": "^3.25.30" |
71 | 67 | }, |
72 | 68 | "devDependencies": { |
73 | 69 | "@ianvs/prettier-plugin-sort-imports": "^4.4.1", |
74 | 70 | "@playwright/test": "^1.52.0", |
75 | | - "@storybook/addon-a11y": "^9.0.5", |
76 | | - "@storybook/addon-docs": "^9.0.4", |
77 | | - "@storybook/addon-themes": "^9.0.5", |
78 | | - "@storybook/addon-vitest": "^9.0.4", |
| 71 | + "@storybook/addon-a11y": "^9.0.6", |
| 72 | + "@storybook/addon-docs": "^9.0.6", |
| 73 | + "@storybook/addon-themes": "^9.0.6", |
| 74 | + "@storybook/addon-vitest": "^9.0.6", |
79 | 75 | "@storybook/blocks": "^8.6.14", |
| 76 | + "@storybook/csf": "^0.1.13", |
80 | 77 | "@storybook/manager-api": "^8.6.14", |
81 | | - "@storybook/react-vite": "^9.0.5", |
| 78 | + "@storybook/react": "^9.0.6", |
| 79 | + "@storybook/react-vite": "^9.0.6", |
82 | 80 | "@storybook/test": "^8.6.14", |
83 | 81 | "@storybook/testing-react": "^2.0.1", |
| 82 | + "@storybook/theming": "^8.6.14", |
84 | 83 | "@testing-library/dom": "^10.4.0", |
85 | 84 | "@testing-library/jest-dom": "^6.6.3", |
86 | 85 | "@testing-library/react": "^16.3.0", |
87 | 86 | "@types/node": "^22.15.3", |
88 | 87 | "@types/react": "^19.1.2", |
89 | | - "@vitest/browser": "3.2.1", |
90 | | - "@vitest/coverage-v8": "3.2.1", |
| 88 | + "@types/testing-library__dom": "^7.5.0", |
| 89 | + "@vitest/browser": "3.2.3", |
| 90 | + "@vitest/coverage-v8": "3.2.3", |
91 | 91 | "autoprefixer": "^10.4.17", |
92 | 92 | "css-loader": "^7.1.2", |
93 | 93 | "playwright": "^1.52.0", |
|
97 | 97 | "process": "^0.11.10", |
98 | 98 | "react": "^19.1.0", |
99 | 99 | "react-dom": "^19.1.0", |
100 | | - "storybook": "^9.0.4", |
| 100 | + "storybook": "^9.0.6", |
101 | 101 | "style-loader": "^4.0.0", |
102 | | - "theming@latest": "link:storybook/theming@latest", |
103 | 102 | "tsup": "^8.2.4", |
104 | 103 | "tw-animate-css": "^1.3.0", |
105 | 104 | "typescript": "^5.5.3", |
106 | | - "vitest": "^3.1.2" |
| 105 | + "vitest": "3.2.3" |
107 | 106 | }, |
108 | 107 | "publishConfig": { |
109 | 108 | "registry": "https://npm.pkg.github.com", |
|
0 commit comments