@melv1c/ui-kit 1.5.3 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@melv1c/ui-kit",
3
- "version": "1.5.3",
4
- "packageManager": "bun@1.3.8",
3
+ "version": "1.6.0",
4
+ "packageManager": "bun@1.3.9",
5
5
  "description": "A collection of reusable UI components built around Tailwind CSS, shadcn components, and other popular libraries.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -128,53 +128,53 @@
128
128
  "cmdk": "^1.1.1",
129
129
  "date-fns": "^4.1.0",
130
130
  "embla-carousel-react": "^8.6.0",
131
- "i18next": "^25.7.3",
131
+ "i18next": "^25.8.5",
132
132
  "input-otp": "^1.4.2",
133
- "lucide-react": "^0.555.0",
133
+ "lucide-react": "^0.563.0",
134
134
  "next-themes": "^0.4.6",
135
- "react-day-picker": "^9.13.0",
136
- "react-hook-form": "^7.69.0",
137
- "react-i18next": "^16.5.0",
138
- "react-resizable-panels": "^3.0.6",
139
- "recharts": "^2.15.4",
135
+ "react-day-picker": "^9.13.2",
136
+ "react-hook-form": "^7.71.1",
137
+ "react-i18next": "^16.5.4",
138
+ "react-resizable-panels": "^4.6.2",
139
+ "recharts": "^3.7.0",
140
140
  "sonner": "^2.0.7",
141
141
  "tailwind-merge": "^3.4.0",
142
142
  "vaul": "^1.1.2",
143
- "zod": "^4.3.4"
143
+ "zod": "^4.3.6"
144
144
  },
145
145
  "devDependencies": {
146
146
  "@eslint/js": "^9.28.0",
147
147
  "@monaco-editor/react": "^4.7.0",
148
- "@storybook/addon-a11y": "^10.1.0",
149
- "@storybook/addon-docs": "^10.1.0",
150
- "@storybook/react-vite": "^10.1.0",
148
+ "@storybook/addon-a11y": "^10.2.8",
149
+ "@storybook/addon-docs": "^10.2.8",
150
+ "@storybook/react-vite": "^10.2.8",
151
151
  "@tailwindcss/vite": "^4.1.18",
152
- "@tiptap/core": "^3.14.0",
153
- "@tiptap/extension-link": "^3.14.0",
154
- "@tiptap/extension-placeholder": "^3.14.0",
155
- "@tiptap/extension-underline": "^3.14.0",
156
- "@tiptap/pm": "^3.14.0",
157
- "@tiptap/react": "^3.14.0",
158
- "@tiptap/starter-kit": "^3.14.0",
159
- "@types/node": "^24.10.1",
160
- "@types/react": "^19.2.5",
152
+ "@tiptap/core": "^3.19.0",
153
+ "@tiptap/extension-link": "^3.19.0",
154
+ "@tiptap/extension-placeholder": "^3.19.0",
155
+ "@tiptap/extension-underline": "^3.19.0",
156
+ "@tiptap/pm": "^3.19.0",
157
+ "@tiptap/react": "^3.19.0",
158
+ "@tiptap/starter-kit": "^3.19.0",
159
+ "@types/node": "^25.2.3",
160
+ "@types/react": "^19.2.14",
161
161
  "@types/react-dom": "^19.2.3",
162
162
  "ajv": "^8.17.1",
163
- "eslint": "^9.28.0",
164
- "eslint-plugin-react-hooks": "^5.2.0",
165
- "eslint-plugin-react-refresh": "^0.4.20",
166
- "globals": "^16.2.0",
163
+ "eslint": "^9.39.2",
164
+ "eslint-plugin-react-hooks": "^7.0.1",
165
+ "eslint-plugin-react-refresh": "^0.5.0",
166
+ "globals": "^17.3.0",
167
167
  "monaco-editor": "^0.55.1",
168
- "prettier": "^3.5.3",
169
- "prettier-plugin-tailwindcss": "^0.6.12",
170
- "react": "^19.2.0",
171
- "react-dom": "^19.2.0",
172
- "storybook": "^10.1.0",
173
- "storybook-i18n": "^10.0.0",
174
- "tailwindcss": "^4.1.17",
168
+ "prettier": "^3.8.1",
169
+ "prettier-plugin-tailwindcss": "^0.7.2",
170
+ "react": "^19.2.4",
171
+ "react-dom": "^19.2.4",
172
+ "storybook": "^10.2.8",
173
+ "storybook-i18n": "^10.0.3",
174
+ "tailwindcss": "^4.1.18",
175
175
  "tsup": "^8.5.1",
176
176
  "tw-animate-css": "^1.4.0",
177
177
  "typescript": "~5.9.3",
178
- "typescript-eslint": "^8.33.1"
178
+ "typescript-eslint": "^8.55.0"
179
179
  }
180
180
  }