@arolariu/components 0.0.15 → 0.0.16
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 +8 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arolariu/components",
|
|
3
3
|
"displayName": "@arolariu/components",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.16",
|
|
5
5
|
"description": "A collection of reusable components for React applications.",
|
|
6
6
|
"homepage": "https://arolariu.ro",
|
|
7
7
|
"repository": {
|
|
@@ -87,9 +87,7 @@
|
|
|
87
87
|
"input-otp": "^1.4.2",
|
|
88
88
|
"lucide-react": "^0.477.0",
|
|
89
89
|
"next-themes": "^0.4.4",
|
|
90
|
-
"react": "19.0.0",
|
|
91
90
|
"react-day-picker": "8.10.1",
|
|
92
|
-
"react-dom": "19.0.0",
|
|
93
91
|
"react-hook-form": "^7.54.2",
|
|
94
92
|
"react-resizable-panels": "^2.1.7",
|
|
95
93
|
"recharts": "^2.15.1",
|
|
@@ -99,7 +97,10 @@
|
|
|
99
97
|
"vaul": "^1.1.2",
|
|
100
98
|
"zod": "^3.24.2"
|
|
101
99
|
},
|
|
102
|
-
"peerDependencies": {
|
|
100
|
+
"peerDependencies": {
|
|
101
|
+
"react": "19.0.0",
|
|
102
|
+
"react-dom": "19.0.0"
|
|
103
|
+
},
|
|
103
104
|
"devDependencies": {
|
|
104
105
|
"@chromatic-com/storybook": "3.2.5",
|
|
105
106
|
"@storybook/addon-essentials": "8.6.2",
|
|
@@ -121,6 +122,8 @@
|
|
|
121
122
|
"daisyui": "5.0.0",
|
|
122
123
|
"playwright": "1.50.1",
|
|
123
124
|
"postcss": "8.5.3",
|
|
125
|
+
"react": "19.0.0",
|
|
126
|
+
"react-dom": "19.0.0",
|
|
124
127
|
"storybook": "8.6.2",
|
|
125
128
|
"tailwindcss": "4.0.9",
|
|
126
129
|
"typescript": "5.8.2",
|
|
@@ -365,4 +368,4 @@
|
|
|
365
368
|
"require": "./dist/cjs/components/ui/tooltip.js"
|
|
366
369
|
}
|
|
367
370
|
}
|
|
368
|
-
}
|
|
371
|
+
}
|