@reeverdev/ui 0.5.7 → 0.5.9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@reeverdev/ui",
3
- "version": "0.5.7",
3
+ "version": "0.5.9",
4
4
  "description": "A modern, accessible React component library with 140+ components",
5
5
  "author": "Reever",
6
6
  "license": "MIT",
@@ -89,10 +89,10 @@
89
89
  "build-storybook": "storybook build"
90
90
  },
91
91
  "peerDependencies": {
92
+ "@tanstack/react-form": ">=0.40.0",
92
93
  "react": ">=18.0.0",
93
94
  "react-dom": ">=18.0.0",
94
95
  "react-hook-form": ">=7.0.0",
95
- "@tanstack/react-form": ">=0.40.0",
96
96
  "tailwindcss": ">=4.0.0",
97
97
  "zod": ">=3.0.0"
98
98
  },
@@ -141,12 +141,13 @@
141
141
  "vaul": "^1.1.2"
142
142
  },
143
143
  "devDependencies": {
144
- "@storybook/addon-a11y": "^10.1.0",
145
- "@storybook/addon-themes": "^10.1.0",
146
- "@storybook/react": "^10.1.0",
147
- "@storybook/react-vite": "^10.1.0",
144
+ "@storybook/addon-a11y": "^10.1.11",
145
+ "@storybook/addon-themes": "^10.1.11",
146
+ "@storybook/react": "^10.1.11",
147
+ "@storybook/react-vite": "^10.1.11",
148
148
  "@tailwindcss/cli": "^4.1.18",
149
149
  "@tailwindcss/postcss": "^4.1.18",
150
+ "@tanstack/react-form": "^0.40.0",
150
151
  "@testing-library/jest-dom": "^6.9.1",
151
152
  "@testing-library/react": "^16.3.1",
152
153
  "@testing-library/user-event": "^14.6.1",
@@ -168,8 +169,7 @@
168
169
  "react": "^19.2.3",
169
170
  "react-dom": "^19.2.3",
170
171
  "react-hook-form": "^7.56.4",
171
- "@tanstack/react-form": "^0.40.0",
172
- "storybook": "^10.1.0",
172
+ "storybook": "^10.1.11",
173
173
  "tailwindcss": "^4.1.18",
174
174
  "tailwindcss-animate": "^1.0.7",
175
175
  "tsup": "^8.5.1",