|
62 | 62 | "dist" |
63 | 63 | ], |
64 | 64 | "scripts": { |
65 | | - "build": "tsup && npm run fix:types", |
| 65 | + "build": "tsup", |
66 | 66 | "changeset": "changeset && pnpm install", |
67 | 67 | "changeset:publish": "changeset publish", |
68 | 68 | "changeset:version": "changeset version && pnpm install --lockfile-only", |
69 | 69 | "dev": "tsup --watch", |
70 | | - "fix:types": "node scripts/fix-type-defs.js", |
71 | 70 | "format": "prettier -w src", |
72 | 71 | "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
73 | 72 | "prepare": "husky install", |
|
87 | 86 | "dependencies": { |
88 | 87 | "@radix-ui/react-slot": "^1.0.2", |
89 | 88 | "class-variance-authority": "^0.7.0", |
90 | | - "clsx": "^2.0.0", |
91 | | - "tailwind-merge": "^1.14.0" |
| 89 | + "clsx": "^2.1.0", |
| 90 | + "tailwind-merge": "^2.2.2" |
92 | 91 | }, |
93 | 92 | "devDependencies": { |
94 | | - "@changesets/cli": "^2.26.2", |
95 | | - "@storybook/addon-essentials": "^7.3.1", |
96 | | - "@storybook/addon-interactions": "^7.3.1", |
97 | | - "@storybook/addon-links": "^7.3.1", |
98 | | - "@storybook/addon-onboarding": "^1.0.8", |
99 | | - "@storybook/addon-styling": "^1.3.6", |
100 | | - "@storybook/blocks": "^7.3.1", |
101 | | - "@storybook/react": "^7.3.1", |
102 | | - "@storybook/react-vite": "^7.3.1", |
103 | | - "@storybook/testing-library": "^0.2.0", |
104 | | - "@typescript-eslint/eslint-plugin": "^6.13.2", |
105 | | - "@typescript-eslint/parser": "^6.13.2", |
106 | | - "autoprefixer": "^10.4.15", |
107 | | - "eslint": "^8.55.0", |
108 | | - "eslint-plugin-react": "^7.33.2", |
109 | | - "eslint-plugin-storybook": "^0.6.15", |
110 | | - "husky": "^8.0.0", |
111 | | - "lint-staged": "^14.0.0", |
112 | | - "postcss": "^8.4.28", |
113 | | - "prettier": "^3.0.2", |
114 | | - "publint": "^0.2.0", |
115 | | - "replace-in-files": "^3.0.0", |
116 | | - "storybook": "^7.3.1", |
117 | | - "tailwindcss": "^3.3.3", |
118 | | - "tsup": "^7.2.0", |
119 | | - "typescript": "^5.1.6", |
120 | | - "vitest": "^1.0.1" |
| 93 | + "@changesets/cli": "^2.27.1", |
| 94 | + "@storybook/addon-essentials": "^8.0.1", |
| 95 | + "@storybook/addon-interactions": "^8.0.1", |
| 96 | + "@storybook/addon-links": "^8.0.1", |
| 97 | + "@storybook/addon-onboarding": "^8.0.1", |
| 98 | + "@storybook/addon-themes": "^8.0.1", |
| 99 | + "@storybook/blocks": "^8.0.1", |
| 100 | + "@storybook/react": "^8.0.1", |
| 101 | + "@storybook/react-vite": "^8.0.1", |
| 102 | + "@storybook/testing-library": "^0.2.2", |
| 103 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 104 | + "@typescript-eslint/parser": "^7.3.1", |
| 105 | + "autoprefixer": "^10.4.18", |
| 106 | + "eslint": "^8.57.0", |
| 107 | + "eslint-plugin-react": "^7.34.1", |
| 108 | + "eslint-plugin-storybook": "^0.8.0", |
| 109 | + "husky": "^9.0.11", |
| 110 | + "lint-staged": "^15.2.2", |
| 111 | + "postcss": "^8.4.36", |
| 112 | + "prettier": "^3.2.5", |
| 113 | + "publint": "^0.2.7", |
| 114 | + "storybook": "^8.0.1", |
| 115 | + "tailwindcss": "^3.4.1", |
| 116 | + "tsup": "^8.0.2", |
| 117 | + "typescript": "^5.4.2", |
| 118 | + "vitest": "^1.4.0" |
121 | 119 | }, |
122 | 120 | "peerDependencies": { |
123 | 121 | "@types/react": "^18.0.0", |
|
0 commit comments